]> git.sesse.net Git - ffmpeg/history - libavcodec/asvenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / asvenc.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 Giovaraasv: Check memory allocation
2015-04-24 Vittorio Giovaraasvenc: Mark codec as init-thread-safe and init-cleanup
2014-12-14 Luca Barbatoasvenc: Forward the error instead of asserting on it
2014-09-02 Gabriel Dumeasv: K&R formatting cosmetics
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-02-09 Janne Grunauasvenc: free avctx->coded_frame on codec close
2013-11-16 Anton Khirnovasvenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-12 Anton Khirnovlavc: replace some forgotten instances of PixelFormat...
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-09 Anton Khirnovlavc: split asv12 encoder/decoder