summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-7/+30
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-211-4/+29
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-11/+11
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-4/+1
* huffyuv: Check memory allocationVittorio Giovara2015-05-311-1/+1
* huffyuvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-0/+5
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-1/+1
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-17/+19
* build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-281-2/+0
* huffyuv: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+9
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* huffyuvenc: BGRA supportMichael Niedermayer2013-07-291-35/+116
* huffyuv: split encoder and decoder into separate files.Anton Khirnov2012-12-231-0/+633
OpenPOWER on IntegriCloud