| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/ffv1: Support YUV4xxP12 and GRAY12. | Carl Eugen Hoyos | 2016-11-20 | 1 | -2/+9 |
* | lavc/ffv1enc: Support pix_fmt GRAY10. | Carl Eugen Hoyos | 2016-11-17 | 1 | -0/+2 |
* | avcodec/ffv1enc: Fix storing RGB48 without explicitly set level | Michael Niedermayer | 2016-10-25 | 1 | -0/+1 |
* | avcodec/ffv1enc: Add RGB48 support | Michael Niedermayer | 2016-08-16 | 1 | -1/+11 |
* | avcodec/ffv1enc: do not offset null pointers | Michael Niedermayer | 2016-08-16 | 1 | -2/+2 |
* | avcodec/ffv1enc: Factor rice high depth check out | Michael Niedermayer | 2016-08-16 | 1 | -10/+7 |
* | avcodec/ffv1: add AV_PIX_FMT_GBRP16 support | Michael Niedermayer | 2016-08-08 | 1 | -1/+17 |
* | avcodec/ffv1: template functions to allow data types different from int16_t | Michael Niedermayer | 2016-08-08 | 1 | -162/+5 |
* | avcodec/ffv1enc: Fix assertion failure with non zero bits per sample | Michael Niedermayer | 2016-08-06 | 1 | -4/+2 |
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a' | Clément Bœsch | 2016-06-21 | 1 | -0/+1 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+1 |
* | | avcodec/ffv1enc: silence warning about deprecated coded_frame | James Almer | 2016-06-17 | 1 | -0/+4 |
* | | Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589' | Derek Buitenhuis | 2016-01-28 | 1 | -6/+14 |
|\| |
|
| * | 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 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | | avcodec/ffv1enc: Support AV_PIX_FMT_YA8 | Michael Niedermayer | 2016-01-01 | 1 | -8/+13 |
* | | avcodec/ffv1enc: Fix 2 pass mode with the default rc table | Michael Niedermayer | 2015-12-19 | 1 | -2/+13 |
* | | avcodec/ffv1enc: unbreak -coder option | Michael Niedermayer | 2015-12-18 | 1 | -2/+9 |
* | | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487' | Hendrik Leppkes | 2015-12-18 | 1 | -1/+19 |
|\| |
|
| * | lavc: Deprecate coder_type and its symbols | Vittorio Giovara | 2015-12-07 | 1 | -1/+19 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96' | Derek Buitenhuis | 2015-11-22 | 1 | -23/+17 |
|\| |
|
| * | ffv1: Explicitly name the coder type | Vittorio Giovara | 2015-11-16 | 1 | -18/+12 |
* | | avcodec/ffv1: seperate slice_count from max_slice_count | Michael Niedermayer | 2015-09-24 | 1 | -1/+3 |
* | | avcodec/ffv1enc: Fix error message when the requested version does not suppor... | Michael Niedermayer | 2015-09-15 | 1 | -2/+7 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | ffv1: Add missing ff_ prefixes | Timothy Gu | 2015-08-22 | 1 | -7/+7 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -6/+7 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -6/+6 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+8 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+8 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -5/+0 |
|\| |
|
| * | 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 |
* | | Merge commit '10a9149de242c7bbc4e130d3d7c593b89e20f80e' | Michael Niedermayer | 2015-07-20 | 1 | -4/+6 |
|\| |
|
| * | ffv1enc: Keep coded_frame.key_frame a write-only variable | Vittorio Giovara | 2015-07-20 | 1 | -5/+6 |
* | | avcodec/ffv1enc: fix assertion failure with unset bits per raw sample | Michael Niedermayer | 2015-07-20 | 1 | -0/+2 |
* | | avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set | Michael Niedermayer | 2015-06-18 | 1 | -1/+1 |
* | | avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats | Michael Niedermayer | 2015-04-26 | 1 | -0/+6 |
* | | avcodec/ffv1enc: Ensure that bits per raw sample is valid | Michael Niedermayer | 2015-04-26 | 1 | -0/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+2 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | | lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv. | Carl Eugen Hoyos | 2015-03-09 | 1 | -0/+4 |
* | | avcodec/ffv1enc: Use av_clip_uint8() | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |