aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/anm.c
AgeCommit message (Expand)Author
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-13avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-06anm: return meaningful error codesAnton Khirnov
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-03anm: fix a few Doxygen commentsDiego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-14anm: convert to bytestream2 APIPaul B Mahol
2012-03-12anm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross
2011-10-10anm: prevent infinite loopLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-10Deluxe Paint Animation decoderPeter Ross