summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1enc.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-21
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-16
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-20
* ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* ffv1: const correctness for encode_rgb_frame()Diego Biurrun2015-01-05
* ffv1: fix out-of-bounds readVittorio Giovara2014-11-13
* ffv1: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* ffv1: update to ffv1 version 3Luca Barbato2012-10-20
* ffv1: propagate errorsLuca Barbato2012-10-20
* ffv1: split decoder and encoderLuca Barbato2012-10-20