summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-14Fixed using video driver "none"phintuka
2007-01-14Fixed double entry in cdda playlistphintuka
2007-01-13Use iconv wrapper to translate id3 tags from utf8 to VDR charsetphintuka
2007-01-13Initial importphintuka
2007-01-13Added USE_ICONV to enable/disable iconv charset conversionsphintuka
2007-01-07Return value is nagative if there was errors, 0 if user terminated frontendphintuka
and 1 if connection was lost. (Thanks to Antti Seppälä)
2007-01-071.0.0pre7xineliboutput-1_0_0pre7phintuka
2007-01-071.0.0pre7phintuka
2007-01-07Refresh playlist menu when items have been addedphintuka
Added missing MsgReplaying when currently playing item is changed in playlist Fixed dvd menu detection
2007-01-07Fixed DVD folder openingphintuka
Fixed queuing whole folders
2007-01-07Fixed header parsingphintuka
Finished cHttpStreamer implementation
2007-01-07cHttpStreamer needs whole HTTP request, not only request rangephintuka
2007-01-07Use HTTP reply 404 instead of 401phintuka
Pass whole request to http streamer (Range: and Connection: headers are used there)
2007-01-07sendfile, cork, nodelayphintuka
osd timeouts increased poller fixed
2007-01-07sendfile, cork, nodelayphintuka
2007-01-07Removed unused Xine_Syncphintuka
Fixes to polling cBackgroundWriter replaced with dedicated classes Reduced HTTP logging Simple RTSP (RFC 2326) server implementation to switch multicasting on/off
2007-01-07cBackgroundWriter -> cBackgroundWriterIphintuka
Removed unused Xine_Sync
2007-01-07Splitted to interface and several implementation classesphintuka
2007-01-07Added Keep Open flaf to streamerphintuka
2007-01-07Removed cBackgroundWriterphintuka
2007-01-07ogm, spx, dat, mkvphintuka
2007-01-06New trickspeed handlingphintuka
2007-01-06Several buffer handling fixesphintuka
2007-01-06Fixed de-interlacer setting when saving/restoring settings from video menu ↵phintuka
(Thanks to Petri Helin) Improved some texts in RTP setup (Thanks to Rolf Ahrenberg) Fixed setting video port to default value every time when menu was opened (Reported by Rolf Ahrenberg). Video and audio drivers/ports are resetted only when frontend or driver type changes. Old value is remembered and restored if corresponding settings are changed to original value.
2007-01-06Removed (unused) Xine_Syncphintuka
2007-01-06Start in live modephintuka
2007-01-06Removed loggingphintuka
2007-01-06Fixed rtp sending (RTP headers was missing)phintuka
Implemented video PTS based scheduling for audioless trickspeed modes cTimePts moved to time_pts.[ch]
2007-01-06cTimePts moved to time_pts.[ch]phintuka
removed unused last_delay_time
2007-01-06Initial import (moved from udp_pes_scheduler.c)phintuka
2007-01-06tools/time_pts.ophintuka
2007-01-04Support relative paths with recursive playlist filesphintuka
2007-01-04Added missing MsgReplaying (reported by Riku Hintukainen)phintuka
Fixed remove from playlist when currently playing item was removed
2007-01-04Added multispeed modes to media player (Thanks to Petri Helin)phintuka
Added Add/Remove/Sort functions to playlist menu (Suggested by Petri Helin) Show more metadata in playlist menu
2007-01-04"add to playlist" featurephintuka
Using cString for temporary strings
2007-01-04(Hopefully) better playlist name generationphintuka
2007-01-04Finnish translations improved (Thanks to Rolf Ahrenberg)phintuka
Added new texts for playlist menu
2007-01-03Delphintuka
2007-01-03Fixed sortingphintuka
Fixed metainfo cache reading Fixed metainfo cache generating with empty meta info strings Reduced logging Enabled recursive directory scanning Extended playlist name with directory name
2007-01-03Finnish texts updated (Thanks to Rolf Ahrenberg)phintuka
2007-01-03Main menu entry text simplifiedphintuka
2007-01-02removed warningphintuka
2007-01-02removed warningphintuka
2007-01-01cHeader::IntValuephintuka
2007-01-01use macro for __attribute__((packed))phintuka
2007-01-01Use macro for __attribute__((packed))phintuka
2007-01-01discovery stuff moved to own modulephintuka
2007-01-01Clients() returns true if there are any udp/rtp clientsphintuka
2007-01-01All discovery stuff moved to own modulephintuka
HTTP streaming module integrated
2007-01-01Poll before every PES frame when replaying MPEG2 ES still imagephintuka
Added locking to file name freeing in playfile (it can be accessed from frontend server thread) File name is now available during playfile execution (it is needed in http server if client wants to stream file over http)