summaryrefslogtreecommitdiff
path: root/libavformat/aea.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* aea: Return proper error code on invalid headerNidhi Makhijani2015-01-16
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* Reduce the score for the aea demuxer probing function.Benjamin Larsson2010-05-23
* Fix detection of some stereo atrac files by not comparing theBenjamin Larsson2010-05-23
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add condition to aea demuxer probe.Benjamin Larsson2009-09-13
* Cosmetics, add spacesBenjamin Larsson2009-09-10
* Initial commit of the MD studio demuxer, not hooked up yetBenjamin Larsson2009-09-10