summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1enc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Deprecate avcodec_get_chroma_sub_sample.
* ffv1: update to ffv1 version 3Luca Barbato2012-10-201-100/+331
| | | | Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
* ffv1: propagate errorsLuca Barbato2012-10-201-13/+13
|
* ffv1: split decoder and encoderLuca Barbato2012-10-201-0/+871
OpenPOWER on IntegriCloud