summaryrefslogtreecommitdiff
path: root/xine/demux_xvdr.c
AgeCommit message (Collapse)Author
2009-10-21This commit was manufactured by cvs2svn to create branch 'CVS'.CVScvs2svn
2009-08-25demux_xvdr_get_status(): free buffers if status != DEMUX_OKphintuka
2009-08-25Fixed HD stream freezes with too small audio buffer.phintuka
Updated buffer allocation strategy for HD streams: - audio uses audio fifo, HD buffer only when audio fifo is full - video uses HD buffer, video fifo only when HD buffer is full
2009-08-18Fixed freezing with HD channels and mpeg-ts:phintuka
Added src_fifo option to ts2es_put(). This should enable use of larger buffer for HD video with mpeg-ts.
2009-07-30Logging updatesphintuka
2009-07-24demux_xvdr_dispose(): Added missing ts_data_dispose() call.phintuka
Fixes frontend lock-up at exit (with vdr-1.7.x).
2009-07-06Failed input->read_block() with errno EINTR is non-fatalphintuka
2009-05-06Removed log message from openphintuka
2009-02-25Splitted demux_xvdr_parse_pack()phintuka
(handling of buffers other than BUF_DEMUX_BLOCK)
2009-02-25Compressed demux_xvdr_tphintuka
Added missing mpeg-ts headers
2009-02-25Moved MPEG-TS demuxing from input pluginphintuka
2009-02-23Moved and simplified H.264 (PES) demuxing from input pluginphintuka
2009-02-23Added support for FFmpeg MPEG2 decoderphintuka
2009-02-23- discard partial SPU packets after seekphintuka
- last_audio_stream_id --> audio_type - dvd_subtitles -> subtitle_type - removed mpeg1 from demux_xvdr_t
2009-02-23Moved video decoder detection from input pluginphintuka
2009-02-16Splitted parse_pack to parse_ts and parse_pesphintuka
2009-02-16BUF_CONTROL_FLUSH_DECODER only to video fifophintuka
2009-02-13Moved (DVB) SPU detection and demuxing from input pluginphintuka
2009-02-10Moved and simplified code from input plugin:phintuka
- audio track change detecton - PTS wrap detection and handling
2009-02-10Export init functionphintuka
2009-02-10Accept decoded audio/video in input (no signal / logo images)phintuka
2009-02-10Cosmeticsphintuka
2009-02-10reorder substream type checksphintuka
2009-02-10Changed logging to use xineliboutput log systemphintuka
2009-02-10Cosmetics.phintuka
Removed some logging. re-indent parse_private_stream1().
2009-02-09renamed to demux_xvdrphintuka
2009-02-08Removed code that is not used in xineliboutputphintuka
2009-02-08Merged in 1.1.x compabilityphintuka
(xine-lib hg demux_mpeg_block.c rev. 9653)
2009-02-08Initial import.phintuka
(Copy of demux_mpeg_block.c from xine-lib 1.2 HG, rev. 10773)