Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | This commit was manufactured by cvs2svn to create branch 'CVS'.CVS | cvs2svn | |
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 | 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 | 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 | |