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
2021-03-16lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-02-28avcodec/libx264: Don't use init_static_data for newer versionsAndreas Rheinhardt
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-08-06avcodec/libx264: fix chroma quantizer offset usageTakio Yamaoka
2020-07-17avcodec/libx264: call x264_param_cleanup() if availableJames Almer
2020-07-17avcodec/libx264: check for param allocation failure error codeJames Almer
2020-07-17avcodec/libx264: use a function to parse x264optsJames Almer
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-05-28lavc/libx264: misc style fixesJun Zhao
2020-05-08avcodec/libx264: return error if unknown picture type encounteredLimin Wang
2020-05-08avcodec/libx264: return immediately if encode_nals return 0Limin Wang
2020-04-29libavcodec/libx264: fix reference frame computation based on levelJosh Brewster
2020-02-23avcodec/libx264: add a check for the prft AVCodecContext export_side_data flagJames Almer
2020-01-16avcodec/libx264: export Producer Reference Time as packet side dataJames Almer
2020-01-01avcodec/libx264: use AV_OPT_TYPE_DICT for x264-paramsMarton Balint
2019-10-01lavc/x264: Use FF_CODEC_CAP_INIT_THREADSAFE if x264 is new.Carl Eugen Hoyos
2019-09-24libavcodec/libx264: add a flag to output ROI warnings only once.Guo, Yejun
2019-08-25lavc/x264: Also clean-up libx264rgb after init errors.Carl Eugen Hoyos
2019-08-11lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.Carl Eugen Hoyos
2019-08-11lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.Carl Eugen Hoyos
2019-08-11lavc/libx264: bit_rates > INT_MAX are not supported.Carl Eugen Hoyos
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