aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/aea.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3941df546276b190cc9362fd093e6721e8e52f50'Michael Niedermayer2015-01-161-1/+1
|\
| * aea: Return proper error code on invalid headerNidhi Makhijani2015-01-161-1/+1
* | avformat/aea: reduce false positives in probingMichael Niedermayer2014-12-231-8/+13
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-2/+2
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-2/+2
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\|
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+6
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* Reduce the score for the aea demuxer probing function.Benjamin Larsson2010-05-231-1/+1
* Fix detection of some stereo atrac files by not comparing theBenjamin Larsson2010-05-231-3/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-4/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add condition to aea demuxer probe.Benjamin Larsson2009-09-131-1/+4
* Cosmetics, add spacesBenjamin Larsson2009-09-101-3/+3
* Initial commit of the MD studio demuxer, not hooked up yetBenjamin Larsson2009-09-101-0/+110