summaryrefslogtreecommitdiff
path: root/libavformat/a64.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* a64: Return correct error code on invalid data streamNidhi Makhijani2014-08-14
* a64: check that extradata exists before reading from itAnton Khirnov2014-05-18
* a64: remove unneeded struct qualifierAnton Khirnov2014-05-18
* a64: remove interleaved mode.Anton Khirnov2012-11-02
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Cosmetics, lots of.Tobias Bindhammer2010-10-05
* Solving memory leak and initialization problem with prev_pkt / pkt.Tobias Bindhammer2010-08-31
* Cosmetic changes.Tobias Bindhammer2010-08-26
* Insert info from extradata into headerTobias Bindhammer2010-08-26
* Added option to write frames interleaved (yet disabled)Tobias Bindhammer2010-08-26
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
* Corresponding muxer for the a64 codecTobias Bindhammer2010-08-23