]> git.sesse.net Git - ffmpeg/history - libavcodec/a64multienc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / a64multienc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraa64multienc: Do not entangle coded_frame
2014-12-18 Vittorio Giovaraa64multi: check elbg return values
2014-02-20 Diego Biurrunavcodec: Consistently name encoder init functions foo_e...
2013-11-16 Anton Khirnova64multienc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-23 Anton Khirnova64multienc: switch to encode2().
2012-02-23 Anton Khirnova64multienc: don't write into output buffer when there...
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-18 Mans Rullgarda64enc: make PixelFormat arrays const
2010-10-05 Tobias BindhammerCosmetics, lots of.
2010-10-05 Tobias BindhammerSkip unnecessary calculations in 4col-mode.
2010-10-05 Tobias BindhammerAdd possibility to crop screens inside of encoded frames.
2010-10-05 Tobias BindhammerAdd check for height when cropping.
2010-10-05 Tobias BindhammerIntroduce palette with dynamic size.
2010-08-31 Tobias BindhammerChecking return values of av_malloc(z) and report an...
2010-08-26 Tobias BindhammerClarify code/avoid possible bugs by using precalculated...
2010-08-26 Tobias Bindhammerenable a flexible lifetime
2010-08-26 Tobias BindhammerSetting proper values in extradata for future use in...
2010-08-25 Tobias Bindhammercleanup a bit in a64multi_encode_frame()
2010-08-25 Tobias Bindhammeradded/extended some comments in a64multi_encode_frame()
2010-08-24 Tobias Bindhammeradded interlacing option and compression option for...
2010-08-24 Tobias Bindhammerfixed some return values and deprecated CODEC_TYPE_VIDEO.
2010-08-23 Tobias BindhammerInitial version of the a64 (multicolor charset) codec