Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ffv1: const correctness for encode_rgb_frame() | Diego Biurrun | 2015-01-05 | 1 | -9/+9 |
* | ffv1: fix out-of-bounds read | Vittorio Giovara | 2014-11-13 | 1 | -1/+1 |
* | ffv1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -12/+23 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -2/+2 |
* | ffv1: update to ffv1 version 3 | Luca Barbato | 2012-10-20 | 1 | -100/+331 |
* | ffv1: propagate errors | Luca Barbato | 2012-10-20 | 1 | -13/+13 |
* | ffv1: split decoder and encoder | Luca Barbato | 2012-10-20 | 1 | -0/+871 |