summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1enc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-1/+1
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-211-6/+14
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-2/+2
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-1/+19
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-161-18/+12
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-6/+6
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-5/+0
* ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-201-4/+4
* ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-5/+6
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* ffv1: const correctness for encode_rgb_frame()Diego Biurrun2015-01-051-9/+9
* ffv1: fix out-of-bounds readVittorio Giovara2014-11-131-1/+1
* ffv1: use the AVFrame API properly.Anton Khirnov2013-11-161-12/+23
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-2/+2
* ffv1: update to ffv1 version 3Luca Barbato2012-10-201-100/+331
* ffv1: propagate errorsLuca Barbato2012-10-201-13/+13
* ffv1: split decoder and encoderLuca Barbato2012-10-201-0/+871
OpenPOWER on IntegriCloud