summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2010-07-19Fix a potential freeing of unallocated memory.Darren Salt
2010-07-19Explicitly report unhandled codecs (in Matroska).Darren Salt
2010-07-18Fix playback of the first file handled by the modplug demuxer.Darren Salt
2010-07-18Recognise ScreamTracker files. ST3 is untested.Darren Salt
2010-07-18Add audio/ac3.Darren Salt
2010-05-22Recognise and handle the WebM container format.Darren Salt
2010-01-30BluRay subtitles in matroskaPetri Hintukainen
2010-04-29Minor C99ism.Darren Salt
2009-12-16TTA demux: use _x_demux_send_dataKelvie Wong
2010-04-09Minor indentation cleanup.Darren Salt
2010-04-09Add eac3 support to demux_tsJose Alberto Reguero
2010-04-02demux_tta: fix some dumb truncation errorsKelvie Wong
2010-04-07Add video/mp2t (and the corresponding video/mp2p).Darren Salt
2010-03-23Demux EAC3 audio from matroskaPetri Hintukainen
2010-03-20demux: Fix the pts values for the TrueAudio demuxKelvie Wong
2010-03-22Add support for Ogg tag 'DISCNUMBER' and ID3 tag 'TPOS'.Darren Salt
2010-02-07Fix Flash video with aac not playing audio (HTTP etc.)Martin Jacobs
2010-02-04Extend Ogg metadata handling.Darren Salt
2010-01-26Fix AAC in FLV.Darren Salt
2010-01-21Revert a038e9625e79 (breaks A/V sync).Darren Salt
2010-01-20demux_ts: pass each pts just once to buf (and to decoder)Reinhard Nißl
2010-01-17"Fix" playback of 24-bit FLAC.Darren Salt
2010-01-16Clean up properly after QTL parsing.Darren Salt
2010-01-16Added basic support for .qtl (Quicktime media link).Darren Salt
2010-01-12Demux BluRay DTS (stream 0x82)Petri Hintukainen
2010-01-12Do not reset decoder flags from parse_pes_header() when setting BUF_FLAG_FRAM...Petri Hintukainen
2010-01-06Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92))Petri Hintukainen
2010-01-06Demux BluRay PCM audioPetri Hintukainen
2009-12-15TTA demux: Fix the calculation of the stream length.Kelvie Wong
2009-12-13TTA demux: Fix a buffer overflowKelvie Wong
2009-12-11TTA demux: fix buffer->extra_info->total_timeKelvie Wong
2009-12-11TTA demux: don't read past the last frame.Kelvie Wong
2009-12-06Finish implementing the TTA demuxerKelvie Wong
2009-12-06Fix a couple of memory leaks.Kelvie Wong
2009-12-05Add mimetypes for the TTA demuxerKelvie Wong
2009-12-03Linkage error on minggw+msys when building demux_mpeg: libintl_printf is unde...Carlo Bramini
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Demux BluRay DTS and TrueHD audio streamsPetri Hintukainen
2009-11-28Fixed PMT parsing when PMT does not fit in single TS packet and PAT is in the...Petri Hintukainen
2009-11-28Honour max. number of SPU tracksPetri Hintukainen
2009-11-19Increase max number of audio and SPU tracksPetri Hintukainen
2009-11-19Demux VC-1 video (stream type 0xea)Petri Hintukainen
2009-11-03Fixed buffer overflow. Removed scratch buffer from demux_mpeg_block_s.Petri Hintukainen
2009-10-15Make the XML lexer and parser re-entrantMatt Kraai
2009-10-13#include guards and __attribute__ fixupsCarlo Bramini
2009-08-31Fixed selecting HDMV SPU trackPetri Hintukainen
2009-08-31Demux HDMV/BluRay bitmap subtitlesPetri Hintukainen
2009-08-31added spu_type parameter to demux_send_special_spu_buf()Petri Hintukainen
2009-08-31Fixed audio. HDMV uses PES stream 0xfd instead of 0xbd.Petri Hintukainen
2009-08-31Support for BluRay/HDMV 192-byte TS packetsPetri Hintukainen