]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1enc.c
xsubdec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / ffv1enc.c
2016-08-17 Diego Biurrunffv1: Remove broken disabled cruft
2016-06-29 Luca Barbatoffv1: Remove version 2 and mark version 3 as non-experi...
2016-05-04 Alexandra HájkováRemove unnecessary get_bits.h #includes and add missing...
2016-01-21 Vittorio Giovaralavc: Move context_model to codec private options
2016-01-11 Clément Bœschlavu: add AV_CEIL_RSHIFT and use it in various places
2015-12-07 Vittorio Giovaralavc: Deprecate coder_type and its symbols
2015-11-16 Vittorio Giovaraffv1: Explicitly name the coder type
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
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