summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2008-11-09Matroska and FLI demuxers warning and valgrind fixesFrantisek Dvorak
2008-11-07Fix resuming video after corrupted pes.Christophe Thommeret
2008-11-07Composer meta-tagMaximilian Schwerin
2008-10-13Merge from 1.1.Darren Salt
2008-09-17Mingw+MSys: NLS support, --enable-stdcall-fixupCarlo Bramini
2008-09-05Updated FLV demuxer.Claudio Ciccani
2008-09-05Updated FLV demuxer.Claudio Ciccani
2008-09-03Adding ID3 tag TDRC to replace/complement the deprecated tag TYER.Maximilian Schwerin
2008-08-14Merge from 1.1.Darren Salt
2008-07-17Merge from 1.1.Darren Salt
2008-07-12Merge.Darren Salt
2008-07-12Fix a logic error which can cause misidentification as DV.Darren Salt
2008-07-07include <malloc.h> if defined to get prototype for alloca() on mingw32mringwal@Macintosh.local
2008-07-04Simplify switch_buf return values.Diego 'Flameeyes' Pettenò
2008-07-04Cleanup code style, use memmem() to find the start of a frame.Diego 'Flameeyes' Pettenò
2008-07-04Use memcmp() instead of manual comparison of bytes when checking signatures.Diego 'Flameeyes' Pettenò
2008-07-04Use id3.h functions to check for ID3 tags.Diego 'Flameeyes' Pettenò
2008-07-04Improve header processing and misc cleanups.Diego 'Flameeyes' Pettenò
2008-07-04Use the new _x_is_fourcc() function and also memcmp().Diego 'Flameeyes' Pettenò
2008-07-04Cleanup code style and use the new _x_is_fourcc() function.Diego 'Flameeyes' Pettenò
2008-07-04Simplify signature checks, especially for OggFLAC files.Diego 'Flameeyes' Pettenò
2008-07-04Use the new _x_is_fourcc() funtion to check for FOURCC tags in files.Diego 'Flameeyes' Pettenò
2008-07-03Merge from 1.1.Darren Salt
2008-07-03Rewrite demux_real and demux_realaudio for style.Diego 'Flameeyes' Pettenò
2008-06-27Add basic aspect ratio detection for WMV streams.Darren Salt
2008-06-25Merge.Darren Salt
2008-06-25Restore iconv_open() (mismerge).Darren Salt
2008-06-25Merge from 1.1.Darren Salt
2008-06-25Merge, and add a changelog entry.Darren Salt
2008-06-25Add comments about (audio track)->type containing the stream no.Darren Salt
2008-06-25Backed out changeset f2086511a349; m->type isn't necessarily 0.Darren Salt
2008-06-23Allow for <libavutil/base64.h> etc.Darren Salt
2008-06-20Merge the avutil branch; port the "raw" video output plugin.Darren Salt
2008-06-19Merge from 1.1, dropping the channels.conf patch for XDG-related reasons.Darren Salt
2008-06-18Separate PES stream IDs from TS descriptor tags.Darren Salt
2008-06-16demux_ts: Always replace PIDs when we parse a PMTSimon Farnsworth
2008-06-15Merge from 1.1.Darren Salt
2008-06-14Extra MIME types for Quicktime/ISO media.Darren Salt
2008-06-11Merge from 1.1.Darren Salt
2008-06-05demux_ts: don't OR in buffer types.Darren Salt
2008-05-29Merge from 1.1.Darren Salt
2008-05-28Fix exploitable heap buffer overflow in id3.c.Diego 'Flameeyes' Pettenò
2008-08-13Check for possible buffer overflow attempts in the Real demuxer.Darren Salt
2008-08-13Check for allocation failures.Darren Salt
2008-08-13Use size_t for data length variables.Darren Salt
2008-08-08Fix crash with corrupted WMV files when checking for aspect ratio information.Darren Salt
2008-08-08Fix crash with corrupted AVI files (chunk size).Darren Salt
2008-08-07Merge.Darren Salt
2008-08-07Fix a segfault introduced in the Windows Media crash fix.Darren Salt
2008-08-07Fix crashes with fuzzed Ogg files. (CVE-2008-3231)Darren Salt