Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | This commit was manufactured by cvs2svn to create branch 'CVS'.CVS | cvs2svn | |
2009-08-25 | demux_xvdr_get_status(): free buffers if status != DEMUX_OK | phintuka | |
2009-08-25 | Fixed 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-18 | Fixed 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-30 | Logging updates | phintuka | |
2009-07-24 | demux_xvdr_dispose(): Added missing ts_data_dispose() call. | phintuka | |
Fixes frontend lock-up at exit (with vdr-1.7.x). | |||
2009-07-06 | Failed input->read_block() with errno EINTR is non-fatal | phintuka | |
2009-05-06 | Removed log message from open | phintuka | |
2009-02-25 | Splitted demux_xvdr_parse_pack() | phintuka | |
(handling of buffers other than BUF_DEMUX_BLOCK) | |||
2009-02-25 | Compressed demux_xvdr_t | phintuka | |
Added missing mpeg-ts headers | |||
2009-02-25 | Moved MPEG-TS demuxing from input plugin | phintuka | |
2009-02-23 | Moved and simplified H.264 (PES) demuxing from input plugin | phintuka | |
2009-02-23 | Added support for FFmpeg MPEG2 decoder | phintuka | |
2009-02-23 | - discard partial SPU packets after seek | phintuka | |
- last_audio_stream_id --> audio_type - dvd_subtitles -> subtitle_type - removed mpeg1 from demux_xvdr_t | |||
2009-02-23 | Moved video decoder detection from input plugin | phintuka | |
2009-02-16 | Splitted parse_pack to parse_ts and parse_pes | phintuka | |
2009-02-16 | BUF_CONTROL_FLUSH_DECODER only to video fifo | phintuka | |
2009-02-13 | Moved (DVB) SPU detection and demuxing from input plugin | phintuka | |
2009-02-10 | Moved and simplified code from input plugin: | phintuka | |
- audio track change detecton - PTS wrap detection and handling | |||
2009-02-10 | Export init function | phintuka | |
2009-02-10 | Accept decoded audio/video in input (no signal / logo images) | phintuka | |
2009-02-10 | Cosmetics | phintuka | |
2009-02-10 | reorder substream type checks | phintuka | |
2009-02-10 | Changed logging to use xineliboutput log system | phintuka | |
2009-02-10 | Cosmetics. | phintuka | |
Removed some logging. re-indent parse_private_stream1(). | |||
2009-02-09 | renamed to demux_xvdr | phintuka | |
2009-02-08 | Removed code that is not used in xineliboutput | phintuka | |
2009-02-08 | Merged in 1.1.x compability | phintuka | |
(xine-lib hg demux_mpeg_block.c rev. 9653) | |||
2009-02-08 | Initial import. | phintuka | |
(Copy of demux_mpeg_block.c from xine-lib 1.2 HG, rev. 10773) |