aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/anm.c
AgeCommit message (Expand)Author
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