summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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-03Merge from 1.1, discarding new "#if"s in ff_video_decoder.c.Darren Salt
2009-04-01Fix an integer overflow in the Quicktime demuxer.Darren Salt
2009-03-25Merge from 1.1; adapt dh_xine for 1.2.Darren Salt
2009-03-25Add Mimetypes to src/demuxers/demux_mod.cShlomi Fish
2009-03-16Merge from 1.1.Darren Salt
2009-03-09MPEG block demuxer fixup (prevents, e.g., segfaults when playing VCDs).Darren Salt
2009-03-08Fix another possible 4xm demuxer integer overflow.Darren Salt
2009-04-02Fix up some warnings found while debugging the ID3v2 code.Darren Salt
2009-04-02ID3v2 tags with zero-length content are allowed.Darren Salt
2009-02-18Minor fix.Christophe Thommeret
2009-04-03Add support for Matroska SIMPLEBLOCK.Ross Alexander
2009-02-17Endianness cleanup.Christophe Thommeret
2009-02-15New demuxer: demux_vc1es.Christophe Thommeret
2009-02-10Merge from 1.1.Darren Salt
2009-02-10Fix a possible integer overflow in the 4XM demuxer. (TKADV2009-004.txt)Darren Salt
2009-02-07Quick hack for .evo files.Christophe Thommeret
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240).Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Merge from 1.1.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-05Merge security fixes from 1.1.Darren Salt
2009-01-05Fix for CVE-2008-5234(1).Darren Salt
2009-01-05Merge security fixes.Darren Salt
2009-01-04Merge from 1.1.Darren Salt
2009-01-04Fix WAV demuxer to send the last frames when they don't fit perfectly into th...Matthias Kretz
2008-12-31check number of bytes read by input->read in demuxing mpeg block/pesMatthias Hopf
2008-12-31handle read errors/insufficient data when forwarding asf dataMatthias Hopf
2009-01-01check for buffers smaller than headers in real demuxerThomas Viehmann
2009-01-01Avoid underflow in input size calculation for compressed atomsMatthias Hopf
2008-12-31check size before accessing memory in matroska decodingMatthias Hopf
2009-01-01check return value of input->read_block for NULL in yuv_frames demuxingThomas Viehmann
2008-12-31check return value of input->read_block for NULL in mpeg demuxingMatthias Hopf
2008-12-31abort if buffer for matroska block data cannot be allocatedMatthias Hopf
2008-12-31handle read errors when demuxing mpeg dataMatthias Hopf
2009-01-01check for negative/too large return values of get_size when demuxing mod streamsThomas Viehmann
2008-12-31check for negative return values of read when demuxing mng streamsThomas Viehmann
2008-12-31check that track's codec_private_len fits in signed variables when decoding m...Matthias Hopf
2008-12-31handle read errors when forwarding in multiple demuxersMatthias Hopf
2009-01-04fail to set up codec when fifo is not set upThomas Viehmann
2009-01-04Fix for CVE-2008-5243.Matthias Hopf
2009-01-04Fix for CVE-2008-5240Matthias Hopf
2009-01-04Fix for CVE-2008-5237Matthias Hopf
2009-01-04Fix for CVE-2008-5236.Matthias Hopf
2009-01-04Fix for CVE-2008-5234.Matthias Hopf
2008-12-28Merge from 1.1.Darren Salt