]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1enc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / ffv1enc.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 Giovaraffv1enc: Use input frame to set SAR and interlacing
2015-07-20 Vittorio Giovaraffv1enc: Keep coded_frame.key_frame a write-only variable
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-01-05 Diego Biurrunffv1: const correctness for encode_rgb_frame()
2014-11-13 Vittorio Giovaraffv1: fix out-of-bounds read
2013-11-16 Anton Khirnovffv1: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-20 Luca Barbatoffv1: update to ffv1 version 3
2012-10-20 Luca Barbatoffv1: propagate errors
2012-10-20 Luca Barbatoffv1: split decoder and encoder