summaryrefslogtreecommitdiff
path: root/libavcodec/anm.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* anm: return meaningful error codesAnton Khirnov2013-01-06
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* anm: fix a few Doxygen commentsDiego Biurrun2012-07-03
* misc typo and wording fixesDiego Biurrun2012-07-03
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* anm: convert to bytestream2 APIPaul B Mahol2012-03-14
* anm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross2012-03-12
* anm: prevent infinite loopLaurent Aimar2011-10-10
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* 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
* Deluxe Paint Animation decoderPeter Ross2010-01-10