summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2009-08-31PKT_SIZE --> this->pkt_size (in selected places)Petri Hintukainen
2009-08-31Cosmetics. Splitted detect_ts() from open_plugin().Petri Hintukainen
2009-10-10Extended Matroska demuxerNicos Gollan
2009-10-10Fix parsing of ID3 tag content lengths.Darren Salt
2009-10-10MOD reported zero-length workaround (avoids divide-by-0).Darren Salt
2009-08-26Add a user agent & protocol hack to allow viewing of Apple film trailers.Darren Salt
2009-06-11Add some missing BUF_FLAG_PREVIEW in preview_mode.Reinhard Nißl
2009-05-31Fix seeking in large raw DV filesScott Bigham
2009-04-26Fix CD gapless playback.Christopher Martin
2009-04-25Merge -gapless branch.Darren Salt
2009-04-25Revert indentation changes.Darren Salt
2009-04-06A trivial harmless little length test off-by-one.Darren Salt
2009-04-05Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags.Darren Salt
2009-04-05Properly NUL-terminate when reading ID3v2.2 tag content.Darren Salt
2009-04-04Correct invalid MIME info in the MOD demuxer.Darren Salt
2009-04-03Add support for Matroska SIMPLEBLOCK.Ross Alexander