summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libx26[45]: reindent after last commitLimin Wang2021-12-281-22/+22
* avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-281-1/+4
* avcodec/libx264: Don't unnecessarily add in-band extradataAndreas Rheinhardt2021-12-211-1/+1
* avcodec/libx264: Simplify copying packet dataAndreas Rheinhardt2021-11-091-5/+4
* avcodec/libx264: Remove always-false checksAndreas Rheinhardt2021-11-091-5/+1
* avcodec/libx264: Check for overflow if necessaryAndreas Rheinhardt2021-11-091-2/+12
* avcodec/libx264: fix sei payload leaks on errorJames Almer2021-11-041-4/+19
* avcodec/libx264: move sei_data_size out of the for loopJames Almer2021-10-201-1/+1
* avcodec/libx264: copy unregistered data SEI messages to the input x264 pictureJames Almer2021-10-181-11/+9
* libavcodec/libx264: add user data unregistered SEI encodingBrad Hards2021-10-181-0/+30
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/libx264: add support for setting chroma sample locationJan Ekström2021-08-291-0/+2
* avcodec/libx264: leave full range flag unchanged if unknownJan Ekström2021-08-181-4/+6
* {configure,avcodec/libx264}: remove separate x264_csp_bgr checkJan Ekström2021-07-121-2/+0
* avcodec/libx264: Separate headers not supported in AVC-Intra modeLimin Wang2021-06-251-0/+5
* avcodec/libx264: Add support for Sony XAVC Class 300 and 480Limin Wang2021-06-251-1/+13
* avcodec/libx264: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-7/+11
* avcodec/libx264: Fix redundant setting of caps_internalAndreas Rheinhardt2021-05-141-1/+0
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-281-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+5
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-11/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-33/+0
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-271-9/+0
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-3/+3
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-7/+8
* avcodec/libx264: Don't use init_static_data for newer versionsAndreas Rheinhardt2021-02-281-4/+6
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-151-0/+1
* avcodec/libx264: fix chroma quantizer offset usageTakio Yamaoka2020-08-061-3/+3
* avcodec/libx264: call x264_param_cleanup() if availableJames Almer2020-07-171-0/+4
* avcodec/libx264: check for param allocation failure error codeJames Almer2020-07-171-1/+12
* avcodec/libx264: use a function to parse x264optsJames Almer2020-07-171-16/+28
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* lavc/libx264: misc style fixesJun Zhao2020-05-281-38/+38
* avcodec/libx264: return error if unknown picture type encounteredLimin Wang2020-05-081-1/+2
* avcodec/libx264: return immediately if encode_nals return 0Limin Wang2020-05-081-0/+3
* libavcodec/libx264: fix reference frame computation based on levelJosh Brewster2020-04-291-14/+2
* avcodec/libx264: add a check for the prft AVCodecContext export_side_data flagJames Almer2020-02-221-1/+3
* avcodec/libx264: export Producer Reference Time as packet side dataJames Almer2020-01-151-4/+15
* avcodec/libx264: use AV_OPT_TYPE_DICT for x264-paramsMarton Balint2020-01-011-14/+9
* 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