Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | This commit was manufactured by cvs2svn to create branch 'CVS'.CVS | cvs2svn | |
2009-10-21 | xine-lib VC-1 patches | phintuka | |
2009-10-20 | Cosmetics | phintuka | |
ERROR -> TRACE in show_overlay() | |||
2009-10-20 | Fixed memory leak in segbuf_decode_object() when segment data is invalid | phintuka | |
2009-10-20 | END_OF_DISPLAY: Drop all cached objects | phintuka | |
2009-10-20 | Fixed timing of subtitles: | phintuka | |
- Store presentation segments in decoder instance data. - Try to update overlays after every decoded object. | |||
2009-10-20 | show_overlays -> update_overlays | phintuka | |
2009-10-20 | Moved show_overlays() after hide_overlays() | phintuka | |
2009-10-20 | Splitted decode_presentation_segment() | phintuka | |
2009-10-20 | Fixed memory leaks (RLE data) | phintuka | |
2009-10-20 | Cosmetics: moved list handling code up. Removed deprecated code. | phintuka | |
2009-10-19 | Do not update overlay if all elements are unchanged | phintuka | |
2009-10-19 | (Cosmetics:) Copy palette only if all objects have been found | phintuka | |
2009-10-18 | Cosmetics: moved struct declarations to beginning of file | phintuka | |
2009-09-10 | Added VC1 video | phintuka | |
2009-09-10 | Reset PMT buffer only when PMT pid changes. | phintuka | |
Fixes collecting PMT packets when PMT spans over multiple TS packets and PAT is muxed to middle of PMT packets. | |||
2009-09-05 | Fixed demux_ts_get_optional_data(DEMUX_OPTIONAL_DATA_SPULANG) : | phintuka | |
- Use stream index when language is not known. - Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels. | |||
2009-09-05 | Fixed demux_ts_get_optional_data(DEMUX_OPTIONAL_DATA_AUDIOLANG) : | phintuka | |
- Condition if(this->audio_tracks[channel].lang) is always true. Use if(this->audio_tracks[channel].lang[0]) instead. - Use stream index instead of current audio track when language is not known. - Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels. | |||
2009-09-05 | Added demuxing DTS audio with descriptor tag 0x86 | phintuka | |
2009-08-25 | Fixed selecting HDMV SPU track | phintuka | |
2009-08-25 | Aded HDMV SPU decoder plugin | phintuka | |
2009-08-25 | Initial import | phintuka | |
2009-08-25 | Demux HDMV/BluRay bitmap subtitles | phintuka | |
2009-08-25 | added spu_type parameter to demux_send_special_spu_buf() | phintuka | |
2009-08-25 | Fixed audio. HDMV uses PES stream 0xfd instead of 0xbd. | phintuka | |
2009-08-25 | Support for BluRay/HDMV 192-byte TS packets | phintuka | |
2009-08-25 | PKT_SIZE --> this->pkt_size (in selected places) | phintuka | |
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. |