summaryrefslogtreecommitdiff
path: root/libavcodec/pcxenc.c
Commit message (Expand)AuthorAge
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* pcxenc: Return more meaningful error codesHimangi Saraogi2015-03-04
* pcxenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* 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
* pcxenc: switch to encode2().Anton Khirnov2012-02-20
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
* 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
* Fix size of monoblack_pal array, code uses 16 values unconditionally.Daniel Verkamp2010-12-25
* 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
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20