Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-07avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali
2017-06-27avcodec/ffv1enc: compute the max number of slices and limit by thatMichael Niedermayer
2017-06-27avcodec/ffv1enc: Allow less than 2 rows of slices for low vertical resolutionMichael Niedermayer
2017-06-26avcodec/ffv1enc: Try to choose slice count so that slice packet sizes are wit...Michael Niedermayer
2017-03-19Merge commit '17cb56b35672a2cd6ad7abe926e6cc772b8f4710'Clément Bœsch
2016-12-09avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer
2016-12-09avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer
2016-11-21lavc/ffv1: Support YUV4xxP12 and GRAY12.Carl Eugen Hoyos
2016-11-17lavc/ffv1enc: Support pix_fmt GRAY10.Carl Eugen Hoyos
2016-10-25avcodec/ffv1enc: Fix storing RGB48 without explicitly set levelMichael Niedermayer
2016-08-17ffv1: Remove broken disabled cruftDiego Biurrun
2016-08-17avcodec/ffv1enc: Add RGB48 supportMichael Niedermayer
2016-08-17avcodec/ffv1enc: do not offset null pointersMichael Niedermayer
2016-08-17avcodec/ffv1enc: Factor rice high depth check outMichael Niedermayer
2016-08-08avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer
2016-08-08avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer
2016-08-06avcodec/ffv1enc: Fix assertion failure with non zero bits per sampleMichael Niedermayer
2016-06-29ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-06-17avcodec/ffv1enc: silence warning about deprecated coded_frameJames Almer
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-01-28Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-21lavc: Move context_model to codec private optionsVittorio Giovara
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2016-01-01avcodec/ffv1enc: Support AV_PIX_FMT_YA8Michael Niedermayer
2015-12-19avcodec/ffv1enc: Fix 2 pass mode with the default rc tableMichael Niedermayer
2015-12-18avcodec/ffv1enc: unbreak -coder optionMichael Niedermayer
2015-12-18Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes
2015-12-07lavc: Deprecate coder_type and its symbolsVittorio Giovara
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-22Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis
2015-11-16ffv1: Explicitly name the coder typeVittorio Giovara
2015-09-25avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer
2015-09-15avcodec/ffv1enc: Fix error message when the requested version does not suppor...Michael Niedermayer
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-08-22ffv1: Add missing ff_ prefixesTimothy Gu
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Merge commit '10a9149de242c7bbc4e130d3d7c593b89e20f80e'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-20ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara