summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Collapse)Author
2007-09-17Move PTS wrap detection code to own functionphintuka
2007-09-17Fix DVD menu domain detectionphelin
2007-09-14vdr_x_demux_control_newpts:phintuka
- fix null pointer dereferencing when last element of audio fifo was consumed for video. - use proper fifos for buffers - check if fifos exist
2007-09-13Use mask to check video PES PIDphintuka
2007-09-13Fix typo in log messagephintuka
2007-09-13Removed unused local variablephintuka
2007-09-13Use this->class->xine instead of this->stream->xinephintuka
2007-06-26Move DVD image file unescaping to right place ...phintuka
2007-06-26Unescape DVD mrls (xine-lib bug: unescaping is missing from xine_input_dvd ↵phintuka
plugin)
2007-06-21Remove searching of external subtitles (media player adds subtitle file to mrl)phintuka
Incoming media file name is escaped, so try to stat unescaped version ... If streaming media file over http, try to stream subtitles too
2007-06-12Setup option to change external subtitle (.sub/.srt) font sizephintuka
2007-06-09Signature of input plugin read() function is different in xine-lib 1.2phintuka
(char *buf --> void *buf)
2007-05-30Support using ffmpeg mpeg2 video decoder instead of libmpeg2.phintuka
ffmpeg decoder must be activated by increasing its priority in config_xineliboutput.
2007-05-30Fixed pes_strip_pts (packet and header lengths were not updated)phintuka
2007-05-17PTS wrap workaround for mpeg_block demuxerphintuka
2007-05-17Store ssrc to udp_data_s structphintuka
2007-04-28Compilation fixes for xine-lib 1.1.1 and 1.1.5phintuka
2007-04-12Support for software audio volume control (useful when hardware has no ↵phintuka
mixer, ex. digital spdif output) Remove old, unused data members Set control connection to deliver outgoing data immediately (without waiting for full TCP segments)
2007-03-17Fixed audio cd replay (cdda:/)phintuka
2007-03-15String overflow checksphintuka
2007-03-08Mac OS X compability fixes (patch by Tero Siironen)phintuka
2007-03-08Slow down DVD drive speedphintuka
2007-03-04xine-lib 1.1.4 fixesphintuka
loop fixes return immediately from read_block if demux_action_pending is true
2007-01-24Initialize video size from stream info when playing slave streams, asphintuka
at least vidixfb driver does not call properly frontend frame output callback. (Patch from Antti Seppälä)
2007-01-22Longer buffering time when playing realtimephintuka
Do not turn off de-interlacing if tvtime deinterlacer is selected
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-19Count video frames passed to demux and use frame counts to decide when ↵phintuka
resume SCR Fixed display blanking with UDP/RTP
2007-01-06Several buffer handling fixesphintuka
2006-12-30Disable SCR pausing in trick speed modesphintuka
2006-12-24parse audio visualization options in PLAYFILEphintuka
Forward UI title to VDR (typically dvd name + title etc.)
2006-12-19Help xine to auto-detect correct demuxerphintuka
2006-12-19Fixed deadlock when re-wiring post plugins:phintuka
- do not check video_out frame count in adjust_realtime_speed (it never triggered change in SCR state anyway) - lock demux thread out of vdr_adjust_realtime_speed while re-wiring post plugins Added timeout to readline_control so it can be used in connection setup and handshaking If external media file is not found, ask server to stream it Connecting pipe data stream moved to own function Handshaking is now initiated by client to allow server to detect client type (normal/http/rtsp)
2006-12-19Enable log level setting with xine-ui (--verbose= option)phintuka
Use INFO for TRACKMAP Send stream meta info to VDR detect .smi and .ssa subtitles
2006-12-15Removed #warningphintuka
2006-12-15Added connection type selection to connect_control_streamphintuka
connect_tcp_data_stream moved to own function
2006-12-14Detect RTP headersphintuka
2006-12-03DVD title/chapter jumpingphintuka
Config entry for fast OSD scaling
2006-10-23*** empty log message ***phintuka
2006-10-23Unregister config callback when plugin class is disposedphintuka
Stop slave stream before closing post plugins
2006-10-18Report available audio and SPU track languages to VDRphintuka
2006-10-07Improved disconnectionphintuka
New control message to turn off scr tunning in replay mode
2006-09-23Fix unscaled OSD scaling when low-resolution video or different aspect ratiophintuka
2006-09-23Use stream->emergency_brake to stop demux even if there is data in fifosphintuka
2006-09-23Try to release more VDR stream resources while playing slave streamphintuka
2006-09-20Autoplay list support (patch from feature request #1561688)phintuka
2006-09-20buffer size checksphintuka
2006-09-17Buffer leakphintuka
2006-09-17HD mode buffer command fixphintuka
Version check for local mode
2006-09-14Create larger blank image if cropping is activephintuka
2006-09-13Do not blank if there is data in stream queuesphintuka