]> git.sesse.net Git - ffmpeg/history - libavcodec/huffyuvenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / huffyuvenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-05-31 Vittorio Giovarahuffyuv: Check memory allocation
2015-04-24 Vittorio Giovarahuffyuvenc: Mark codec as init-thread-safe and init...
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-05-27 Diego Biurrundsputil: Split off HuffYUV encoding bits into their...
2014-02-28 Diego Biurrunbuild: Let the ffvhuff decoder/encoder depend on the...
2013-11-16 Anton Khirnovhuffyuv: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-29 Michael Niedermayerhuffyuvenc: BGRA support
2012-12-23 Anton Khirnovhuffyuv: split encoder and decoder into separate files.