summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/ffv1enc: do not offset null pointersMichael Niedermayer2016-08-161-2/+2
* | avcodec/ffv1enc: Factor rice high depth check outMichael Niedermayer2016-08-161-10/+7
* | avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer2016-08-081-1/+17
* | avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer2016-08-081-162/+5
* | avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer2016-08-061-4/+2
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-211-0/+1
|\ \ | |/
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-1/+1
* | avcodec/ffv1enc: silence warning about deprecated coded_frameJames Almer2016-06-171-0/+4
* | Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'Derek Buitenhuis2016-01-281-6/+14
|\ \ | |/
| * 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
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* | avcodec/ffv1enc: Support AV_PIX_FMT_YA8Michael Niedermayer2016-01-011-8/+13
* | avcodec/ffv1enc: Fix 2 pass mode with the default rc tableMichael Niedermayer2015-12-191-2/+13
* | avcodec/ffv1enc: unbreak -coder optionMichael Niedermayer2015-12-181-2/+9
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes2015-12-181-1/+19
|\ \ | |/
| * lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-1/+19
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis2015-11-221-23/+17
|\ \ | |/
| * ffv1: Explicitly name the coder typeVittorio Giovara2015-11-161-18/+12
* | avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer2015-09-241-1/+3
* | avcodec/ffv1enc: Fix error message when the requested version does not suppor...Michael Niedermayer2015-09-151-2/+7
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | ffv1: Add missing ff_ prefixesTimothy Gu2015-08-221-7/+7
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-6/+7
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-6/+6
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+8
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-5/+0
|\ \ | |/
| * 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
* | Merge commit '10a9149de242c7bbc4e130d3d7c593b89e20f80e'Michael Niedermayer2015-07-201-4/+6
|\ \ | |/
| * ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-201-5/+6
* | avcodec/ffv1enc: fix assertion failure with unset bits per raw sampleMichael Niedermayer2015-07-201-0/+2
* | avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly setMichael Niedermayer2015-06-181-1/+1
* | avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formatsMichael Niedermayer2015-04-261-0/+6
* | avcodec/ffv1enc: Ensure that bits per raw sample is validMichael Niedermayer2015-04-261-0/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* | lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv.Carl Eugen Hoyos2015-03-091-0/+4
* | avcodec/ffv1enc: Use av_clip_uint8()Michael Niedermayer2015-02-211-2/+2
* | avcodec/ffv1enc: Fix incompatible pointer type warningMichael Niedermayer2015-01-061-5/+5
* | Merge commit '0352ff102d62ee94e79e0baaf64d5ad4e66f907b'Michael Niedermayer2015-01-061-8/+9
|\ \ | |/
| * ffv1: const correctness for encode_rgb_frame()Diego Biurrun2015-01-051-9/+9
* | Merge commit '6abe7edabb7d57e82d7ea6312d30cf05d2192c5b'Michael Niedermayer2014-11-131-1/+1
|\ \ | |/