summaryrefslogtreecommitdiffstats
path: root/libavformat/aea.c
Commit message (Expand)AuthorAgeFilesLines
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+2
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* 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
OpenPOWER on IntegriCloud