summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1enc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ffv1enc: Fix out-of-bounds-array accessAndreas Rheinhardt2019-09-281-4/+13
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-7/+3
* libavcodec/ffv1enc: minor cosmetic fixMichael Niedermayer2018-06-231-1/+1
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-2/+2
* avcodec/ffv1enc: Check that the crc + version combination is supportedMichael Niedermayer2018-04-241-0/+4
* avcodec/ffv1: support of more pix_fmtJérôme Martinez2018-03-101-1/+12
* avcodec/ffv1enc: remove warning about transparencyJérôme Martinez2018-03-091-3/+0
* avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-151-0/+3
* avcodec/ffv1: Support for RGBA64 and GBRAP16Jérôme Martinez2018-02-061-2/+14
* avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez2018-02-031-4/+0
* avcodec/ffv1enc: mark RGB48 support as non-experimentalJérôme Martinez2018-01-121-4/+0
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-061-1/+4
* avcodec/ffv1enc: compute the max number of slices and limit by thatMichael Niedermayer2017-06-271-3/+4
* avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolutionMichael Niedermayer2017-06-271-0/+4
* avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit...Michael Niedermayer2017-06-261-2/+9
* Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch2017-03-191-7/+0
|\
| * ffv1: Remove broken disabled cruftDiego Biurrun2016-08-171-7/+0
| * ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato2016-06-291-37/+35
* | avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer2016-12-091-0/+5
* | avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer2016-12-091-4/+9
* | lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos2016-11-201-2/+9
* | lavc/ffv1enc: Support pix_fmt GRAY10.Carl Eugen Hoyos2016-11-171-0/+2
* | avcodec/ffv1enc: Fix storing RGB48 without explicitly set levelMichael Niedermayer2016-10-251-0/+1
* | avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer2016-08-161-1/+11
* | 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
OpenPOWER on IntegriCloud