summaryrefslogtreecommitdiff
path: root/libavcodec/a64multienc.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* a64multienc: Do not entangle coded_frameVittorio Giovara2015-07-20
* a64multi: check elbg return valuesVittorio Giovara2014-12-18
* avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-20
* a64multienc: 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
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* a64multienc: switch to encode2().Anton Khirnov2012-02-23
* a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-23
* Remove unused variablesMans Rullgard2011-06-02
* 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
* a64enc: make PixelFormat arrays constMans Rullgard2011-01-18
* Cosmetics, lots of.Tobias Bindhammer2010-10-05
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-05
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-05
* Add check for height when cropping.Tobias Bindhammer2010-10-05
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-05
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-31
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-26
* enable a flexible lifetimeTobias Bindhammer2010-08-26
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-26
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-25
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-25
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-24
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-23