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
2019-07-07libx264: Update ROI behaviour to match documentationMark Thompson
2019-05-10lavc/libx264: Use avctx->framerate first for frame rate settingJun Zhao
2019-01-18avcodec/libx264: add support for ROI-based encodingGuo, Yejun
2018-11-05libx264: Pass the reordered_opaque field through the encoderMartin Storsjö
2018-10-25avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flagMarton Balint
2018-08-07lavc/libx264: Support monochrome encoding.Carl Eugen Hoyos
2017-12-28Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'James Almer
2017-12-27x264: Support version 153Luca Barbato
2017-12-27avcodec/libx264: set supported pix_fmts at runtime rather than build timeJames Almer
2017-12-26avcodec/libx264: fix compilation with x264 builds >= 153James Almer
2017-12-26avcodec/libx264: use the pixfmt descriptor to check for high bit depthsJames Almer
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-10-23Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer
2017-10-23avcodec/libx264: add me_method alias to set X264Context->motion_estJames Almer
2017-03-23lavc: Drop deprecated options moved to private contextsVittorio Giovara
2016-11-22avcodec/libx264: fix forced_idr logicTimo Rothenpieler
2016-09-14lavc: Enable a53cc by default for x264 and qsv_h264.Carl Eugen Hoyos
2016-07-22libx264: Increase x264 opts character limit to 4096Sasi Inguva
2016-06-23avcodec/libx264: Remove unused variableMichael Niedermayer
2016-06-19libavcodec: factor out SEI generation for A53 captionsAndrey Turkin
2016-06-05Seperate x264rgb encoder and only enable when its actually supportedMichael Niedermayer
2016-05-12Merge commit '5fca95c8e515a5ae542d9626ec088bdfc658450e'Derek Buitenhuis
2016-05-12Merge commit '9e2af0e9071a1229cfe21efff394691d91f979b2'Derek Buitenhuis
2016-04-21libx264: Forbid inverted Stereo3D modeVittorio Giovara
2016-04-21libx264: Allow Stereo3D monoscopic valueVittorio Giovara
2016-02-23libx264: Fix noise_reduction option assignmentVittorio Giovara
2016-02-01libx264: Make sure to preserve default option valuesVittorio Giovara
2016-01-31Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd'Derek Buitenhuis
2016-01-28libx264: Make sure to preserve default option valuesVittorio Giovara
2016-01-28avcodec/libx264: Fix sc_threshold after 30c1bdb87ce336f2b9957769e30a10d72f93d372Michael Niedermayer
2016-01-28Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis
2016-01-28Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'Derek Buitenhuis
2016-01-28Merge commit '5764d38173661c29d954711dd5abfddf709e9ba4'Derek Buitenhuis
2016-01-27Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-21lavc: Move noise_reduction to codec private optionsVittorio Giovara
2016-01-21lavc: Move scenechange_threshold to codec private optionsVittorio Giovara
2016-01-21lavc: Move chromaoffset to codec private optionsVittorio Giovara
2016-01-21lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara
2016-01-10lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos
2015-12-18Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes
2015-12-17Merge commit '732a37d1466d45b3812509d68c82e783530e291a'Hendrik Leppkes
2015-12-07lavc: Deprecate coder_type and its symbolsVittorio Giovara
2015-12-06libx264: export CPB props side dataAnton Khirnov
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-27Merge commit '1ec72c6c68dbc78bf4ebb6f06c13316dc488bdfa'Hendrik Leppkes
2015-10-23libx264: Make sure the extradata are paddedLuca Barbato
2015-10-15lavc: AV-prefix a few left out capabilitiesVittorio Giovara
2015-10-07avcodec/libx264: silence -WaddressGanesh Ajjanagadde