Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-14 | Fixed using video driver "none" | phintuka | |
2007-01-14 | Fixed double entry in cdda playlist | phintuka | |
2007-01-13 | Use iconv wrapper to translate id3 tags from utf8 to VDR charset | phintuka | |
2007-01-13 | Initial import | phintuka | |
2007-01-13 | Added USE_ICONV to enable/disable iconv charset conversions | phintuka | |
2007-01-07 | Return value is nagative if there was errors, 0 if user terminated frontend | phintuka | |
and 1 if connection was lost. (Thanks to Antti Seppälä) | |||
2007-01-07 | 1.0.0pre7xineliboutput-1_0_0pre7 | phintuka | |
2007-01-07 | 1.0.0pre7 | phintuka | |
2007-01-07 | Refresh playlist menu when items have been added | phintuka | |
Added missing MsgReplaying when currently playing item is changed in playlist Fixed dvd menu detection | |||
2007-01-07 | Fixed DVD folder opening | phintuka | |
Fixed queuing whole folders | |||
2007-01-07 | Fixed header parsing | phintuka | |
Finished cHttpStreamer implementation | |||
2007-01-07 | cHttpStreamer needs whole HTTP request, not only request range | phintuka | |
2007-01-07 | Use HTTP reply 404 instead of 401 | phintuka | |
Pass whole request to http streamer (Range: and Connection: headers are used there) | |||
2007-01-07 | sendfile, cork, nodelay | phintuka | |
osd timeouts increased poller fixed | |||
2007-01-07 | sendfile, cork, nodelay | phintuka | |
2007-01-07 | Removed unused Xine_Sync | phintuka | |
Fixes to polling cBackgroundWriter replaced with dedicated classes Reduced HTTP logging Simple RTSP (RFC 2326) server implementation to switch multicasting on/off | |||
2007-01-07 | cBackgroundWriter -> cBackgroundWriterI | phintuka | |
Removed unused Xine_Sync | |||
2007-01-07 | Splitted to interface and several implementation classes | phintuka | |
2007-01-07 | Added Keep Open flaf to streamer | phintuka | |
2007-01-07 | Removed cBackgroundWriter | phintuka | |
2007-01-07 | ogm, spx, dat, mkv | phintuka | |
2007-01-06 | New trickspeed handling | phintuka | |
2007-01-06 | Several buffer handling fixes | phintuka | |
2007-01-06 | Fixed 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-06 | Removed (unused) Xine_Sync | phintuka | |
2007-01-06 | Start in live mode | phintuka | |
2007-01-06 | Removed logging | phintuka | |
2007-01-06 | Fixed rtp sending (RTP headers was missing) | phintuka | |
Implemented video PTS based scheduling for audioless trickspeed modes cTimePts moved to time_pts.[ch] | |||
2007-01-06 | cTimePts moved to time_pts.[ch] | phintuka | |
removed unused last_delay_time | |||
2007-01-06 | Initial import (moved from udp_pes_scheduler.c) | phintuka | |
2007-01-06 | tools/time_pts.o | phintuka | |
2007-01-04 | Support relative paths with recursive playlist files | phintuka | |
2007-01-04 | Added missing MsgReplaying (reported by Riku Hintukainen) | phintuka | |
Fixed remove from playlist when currently playing item was removed | |||
2007-01-04 | Added 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" feature | phintuka | |
Using cString for temporary strings | |||
2007-01-04 | (Hopefully) better playlist name generation | phintuka | |
2007-01-04 | Finnish translations improved (Thanks to Rolf Ahrenberg) | phintuka | |
Added new texts for playlist menu | |||
2007-01-03 | Del | phintuka | |
2007-01-03 | Fixed sorting | phintuka | |
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-03 | Finnish texts updated (Thanks to Rolf Ahrenberg) | phintuka | |
2007-01-03 | Main menu entry text simplified | phintuka | |
2007-01-02 | removed warning | phintuka | |
2007-01-02 | removed warning | phintuka | |
2007-01-01 | cHeader::IntValue | phintuka | |
2007-01-01 | use macro for __attribute__((packed)) | phintuka | |
2007-01-01 | Use macro for __attribute__((packed)) | phintuka | |
2007-01-01 | discovery stuff moved to own module | phintuka | |
2007-01-01 | Clients() returns true if there are any udp/rtp clients | phintuka | |
2007-01-01 | All discovery stuff moved to own module | phintuka | |
HTTP streaming module integrated | |||
2007-01-01 | Poll before every PES frame when replaying MPEG2 ES still image | phintuka | |
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) |