Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-25 | Cosmetics. Splitted detect_ts() from open_plugin(). | phintuka | |
2009-08-25 | Define EXPORTED when undefined | phintuka | |
2009-08-25 | Initial import. Stand-alone Makefile for Blu-Ray plugins. | phintuka | |
2009-08-25 | Changed identity. | phintuka | |
Dropped priority. Define BUF_SPU_HDMV. | |||
2009-08-25 | Fixed compilaton outside of xine-lib source tree | phintuka | |
2009-08-25 | Initial import: demuxers/demux_ts.c from xine-lib HG , revision 9655 | phintuka | |
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-25 | Fill audio/SPU buffers up to full buffer size. | phintuka | |
Fixed max. buffer size check (for video). | |||
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-08-07 | Do not pass (first) incomplete PES packet to decoder | phintuka | |
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-06-02 | Do not set overlay extent if overlay has been scaled already | phintuka | |
2009-06-02 | Eliminated warning | phintuka | |
(dereferencing pointer ... does break strict-aliasing rules) | |||
2009-05-27 | Disabled (VDPAU) HW scaler | phintuka | |
2009-05-22 | Initial import | phintuka | |
2009-05-09 | Removed log message | phintuka | |
2009-05-06 | Removed log message from open | phintuka | |
2009-03-17 | Removed deprecated properties | phintuka | |
Use per OSD scaling info from vdr_osd_extradata_t Added check for "real" vo driver scaling support (xine-lib 1.2) | |||
2009-03-17 | Removed deprecated properties. | phintuka | |
Synced extended capabilities with current xine-lib 1.2. Added scaling setting to vdr_osd_extradata_t. | |||
2009-03-17 | Removed setting deprecated properties (global OSD size). | phintuka | |
Set custom extent only when scaling is enabled. Pass scaling setting upstream. | |||
2009-03-17 | Initial import | phintuka | |
2009-03-16 | Ignore OSD_Close if it is part of OSD refresh | phintuka | |
2009-03-15 | Fill vdr_osd_extradata_t | phintuka | |
Set overlay extent width / height when VO_CAP_CUSTOM_EXTENT_OVERLAY is defined | |||
2009-03-15 | Store full OSD size for each window | phintuka | |
2009-03-15 | vdr_osd_extradata_t | 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-24 | Initial import. | phintuka | |
Data for TS demuxer from input plugin | |||
2009-02-23 | Initial import | phintuka | |
(TS->ES demux from input plugin) | |||
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) |