| Commit message (Expand) | Author | Age | Files | Lines |
* | ffv1: Convert to the new bitstream reader | Alexandra Hájková | 2017-01-31 | 1 | -1/+1 |
* | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
* | ffv1: Remove broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -7/+0 |
* | ffv1: Remove version 2 and mark version 3 as non-experimental | Luca Barbato | 2016-06-29 | 1 | -37/+35 |
* | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+1 |
* | lavc: Move context_model to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -6/+14 |
* | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -2/+2 |
* | lavc: Deprecate coder_type and its symbols | Vittorio Giovara | 2015-12-07 | 1 | -1/+19 |
* | ffv1: Explicitly name the coder type | Vittorio Giovara | 2015-11-16 | 1 | -18/+12 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -6/+6 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+8 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -5/+0 |
* | ffv1enc: Use input frame to set SAR and interlacing | Vittorio Giovara | 2015-07-20 | 1 | -4/+4 |
* | ffv1enc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 1 | -5/+6 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | 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 |