summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-22Shell scripts modified to run in dash (Ubuntu). (Thanks to ↵phintuka
realKano@directbox.com)
2007-01-20Fixed tvtime options string generating (thanks to Petri Helin)phintuka
2007-01-20Show warning message if post plugin does not support given parameter(s)phintuka
2007-01-20Added some pointer checks to queue_blank_yv12phintuka
Added locking around blank image creating Increased control channel socket buffer size to avoid OSD overflows Increased frame-based buffering time Increased TCP timeout when received only incomplete PES frame
2007-01-20Check if file open failed before writing to it (patch from Ville Skyttä)phintuka
Set (larger) socket buffers for control channel to avoid OSD message overflows
2007-01-20Use VDR VideoDir setting instead of "/video" (patch from Ville Skyttä)phintuka
2007-01-20Check if fopen failed before writing to file (patch from Ville Skyttä)phintuka
2007-01-20Use /dev/dsp as OSS default device (patch from Ville Skyttä)phintuka
2007-01-20Use VDR VideoDir setting instead of /video (Patch from Ville Skyttä)phintuka
2007-01-20Added automatic re-connection (--reconnect option)phintuka
2007-01-20Do not forward commands/data to xine if it is not ready or plugin is closingphintuka
2007-01-20getsockname, getpeernamephintuka
2007-01-20Use socket wrapper class for control connectionphintuka
OSD commands are written only if socket buffer can take whole command. Failed OSD writes are counted and connection is dropped only after n continous fails.
2007-01-20OSD timeouts counterphintuka
Use socket wrapper class for control connections
2007-01-20tx_buffer_size(), tx_buffer_free()phintuka
Removed several (now) unused inline functions
2007-01-20(hopefully) fixed OSS audio device selection (Reported by Ville Skyttä)phintuka
Use macros to hide config referencing
2007-01-20Set terminate_key_pressed flag also when terminate key comes from X inputphintuka
2007-01-19Check result of fopen before writephintuka
2007-01-19dxr3 video output needs special visual typesphintuka
2007-01-19Updated audio and video driver listsphintuka
2007-01-19Count video frames passed to demux and use frame counts to decide when ↵phintuka
resume SCR Fixed display blanking with UDP/RTP
2007-01-19Use separate VDRINCDIR to allow overriding location of VDR headersphintuka
Exclude CVS directories from distribution package (Patch from Ville Skyttä)
2007-01-14Drop frames if still images are coming in too fastphintuka
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