summaryrefslogtreecommitdiff
path: root/libavcodec/pamenc.c
Commit message (Expand)AuthorAge
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-21
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* p*menc: use the AVFrame API properly.Anton Khirnov2013-12-09
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* pamenc: switch to encode2().Anton Khirnov2012-02-17
* pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-22
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Split PAM encoder off into its own file.Diego Biurrun2009-10-28