summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/x264: Use FF_CODEC_CAP_INIT_THREADSAFE if x264 is new.Carl Eugen Hoyos2019-10-011-0/+8
* libavcodec/libx264: add a flag to output ROI warnings only once.Guo, Yejun2019-09-241-2/+14
* lavc/x264: Also clean-up libx264rgb after init errors.Carl Eugen Hoyos2019-08-251-0/+1
* lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-2/+2
* lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.Carl Eugen Hoyos2019-08-101-1/+1
* lavc/libx264: bit_rates > INT_MAX are not supported.Carl Eugen Hoyos2019-08-101-0/+4
* libx264: Update ROI behaviour to match documentationMark Thompson2019-07-071-23/+30
* lavc/libx264: Use avctx->framerate first for frame rate settingJun Zhao2019-05-111-2/+7
* avcodec/libx264: add support for ROI-based encodingGuo, Yejun2019-01-171-0/+62
* libx264: Pass the reordered_opaque field through the encoderMartin Storsjö2018-11-051-3/+32
* avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flagMarton Balint2018-10-241-4/+2
* lavc/libx264: Support monochrome encoding.Carl Eugen Hoyos2018-08-071-0/+10
* Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'James Almer2017-12-271-20/+23
|\
| * x264: Support version 153Luca Barbato2017-12-271-0/+30
| * avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+2
* | avcodec/libx264: set supported pix_fmts at runtime rather than build timeJames Almer2017-12-261-5/+7
* | avcodec/libx264: fix compilation with x264 builds >= 153James Almer2017-12-261-3/+26
* | avcodec/libx264: use the pixfmt descriptor to check for high bit depthsJames Almer2017-12-251-1/+2
* | avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+3
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-20/+1
|\ \ | |/
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-20/+1
* | avcodec/libx264: add me_method alias to set X264Context->motion_estJames Almer2017-10-231-0/+1
* | avcodec/libx264: fix forced_idr logicTimo Rothenpieler2016-11-221-3/+3
* | lavc: Enable a53cc by default for x264 and qsv_h264.Carl Eugen Hoyos2016-09-141-1/+1
* | libx264: Increase x264 opts character limit to 4096Sasi Inguva2016-07-221-2/+2
* | avcodec/libx264: Remove unused variableMichael Niedermayer2016-06-231-1/+0
* | libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-191-33/+16
* | Seperate x264rgb encoder and only enable when its actually supportedMichael Niedermayer2016-06-051-10/+12
* | Merge commit '5fca95c8e515a5ae542d9626ec088bdfc658450e'Derek Buitenhuis2016-05-121-0/+7
|\ \ | |/
| * libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-211-0/+7
* | Merge commit '9e2af0e9071a1229cfe21efff394691d91f979b2'Derek Buitenhuis2016-05-121-0/+5
|\ \ | |/
| * libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-211-0/+5
| * libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-221-2/+2
| * libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-011-11/+12
* | Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd'Derek Buitenhuis2016-01-311-10/+0
|\ \ | |/
* | libx264: Make sure to preserve default option valuesVittorio Giovara2016-01-281-6/+5
* | avcodec/libx264: Fix sc_threshold after 30c1bdb87ce336f2b9957769e30a10d72f93d372Michael Niedermayer2016-01-281-4/+4
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-1/+11
|\ \ | |/
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-2/+11
* | Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'Derek Buitenhuis2016-01-281-2/+14
|\ \ | |/
| * lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-2/+14
* | Merge commit '5764d38173661c29d954711dd5abfddf709e9ba4'Derek Buitenhuis2016-01-281-1/+11
|\ \ | |/
| * lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-211-1/+11
* | Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis2016-01-271-1/+12
|\ \ | |/
| * lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-1/+12
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* | lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos2016-01-101-0/+2
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes2015-12-181-1/+17
|\ \ | |/
| * lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-1/+17
* | Merge commit '732a37d1466d45b3812509d68c82e783530e291a'Hendrik Leppkes2015-12-171-0/+8
|\ \ | |/
OpenPOWER on IntegriCloud