summaryrefslogtreecommitdiffstats
path: root/libavcodec/pcxenc.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
* pcxenc: Return more meaningful error codesHimangi Saraogi2015-03-041-5/+5
* pcxenc: use the AVFrame API properly.Anton Khirnov2013-11-161-17/+15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-14/+14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+6
* pcxenc: switch to encode2().Anton Khirnov2012-02-201-9/+22
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+6
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-151-1/+1
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Fix size of monoblack_pal array, code uses 16 values unconditionally.Daniel Verkamp2010-12-251-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-0/+206
OpenPOWER on IntegriCloud