summaryrefslogtreecommitdiff
path: root/xine/BluRay/demux_ts.c
AgeCommit message (Expand)Author
2013-08-20Removed old xine bluray pluginsphintuka
2011-10-19Removed old demuxer flush hackphintuka
2011-10-19Merged recent changes from xine-libphintuka
2011-08-02Removed PCM inside PS1 (it can't work because of missing decoder initialization)phintuka
2011-08-02added buffer size checks to adaptation field parsingphintuka
2011-08-02Fixed detect_ts()phintuka
2011-08-02demux_ts: packet content should be checked for AC3 syncword after checking al...phintuka
2011-08-02Added defines for PMT descriptor tagsphintuka
2011-08-01Merged changes from xine-libphintuka
2011-08-01Factorized known audio pid search codephintuka
2011-08-01Removed unneeded checkphintuka
2011-08-01Fixed writing outside of buffer when there are more than MAX_PIDSphintuka
2011-08-01demux_ts: Added buffer size checks. Make sure buffer size is not set tophintuka
2011-08-01parse_pes_header(): eliminated local variable by simplifying the codephintuka
2011-08-01demux_ts: Fixed reading outside of buffer: check header length beforephintuka
2011-08-01demux_ts: Fixed reading outside of buffer. Checking if pes header lengthphintuka
2011-08-01Removed unused parameterphintuka
2011-07-21Removed unused code and variablesphintuka
2011-06-19Removed run-time warningphintuka
2011-06-19Use input->seek_time() when available. MAkes seeking in BluRays more accurate.phintuka
2011-06-19Check if optional data is NULL before using itphintuka
2010-12-10Fixed comparing signed and unsigned valuesphintuka
2010-12-10demux_ts_hdmv: Added a method to flush demuxer and decoders from input pluginphintuka
2010-12-07Factorized flush_demux_ts_media() from demux_ts_buffer_pes()phintuka
2010-11-28Fixed HDMV demux_ts.c xine-lib 1.2 compabilityphintuka
2010-11-24Some more 1.2 compability changes for demux_tsphintuka
2010-11-24Added support for xine-lib 1.2 demux APIphintuka
2010-11-24Added HDMV to descriptionphintuka
2010-11-24Added "bd:/" mrlphintuka
2010-05-14Fixed warningsphintuka
2010-04-05Added fill_extra_info() to fill buf->extra_info.phintuka
2010-01-10Removed (broken?) PREVIEW/HEADER stuffphintuka
2010-01-10parse_pmt: Inform audio decoder about each audio track type in right order.phintuka
2010-01-09Do not reset decoder_flags when setting BUF_FLAG_FRAME_ENDphintuka
2010-01-05Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92))phintuka
2010-01-05Demux BluRay PCM audiophintuka
2009-12-26Merged r 9854 from xine-lib HGphintuka
2009-11-29Added new audio stream typesphintuka
2009-11-19Fixed overflow when there are too many SPU tracksphintuka
2009-11-06If track language is unknown, ask input plugin.phintuka
2009-11-06Increased NUM_AUDIO_TRACKS and NUM_SPU_TRACKS (max number of tracks) to 32.phintuka
2009-10-23Replaced BUF_SPU_HDMV value with the one in xine-lib HGphintuka
2009-10-23Accept bluray:/ mrlsphintuka
2009-09-10Added VC1 videophintuka
2009-09-10Reset PMT buffer only when PMT pid changes.phintuka
2009-09-05Fixed demux_ts_get_optional_data(DEMUX_OPTIONAL_DATA_SPULANG) :phintuka
2009-09-05Fixed demux_ts_get_optional_data(DEMUX_OPTIONAL_DATA_AUDIOLANG) :phintuka
2009-09-05Added demuxing DTS audio with descriptor tag 0x86phintuka
2009-08-25Fixed selecting HDMV SPU trackphintuka
2009-08-25Demux HDMV/BluRay bitmap subtitlesphintuka