summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAMEAnton Khirnov2022-08-02
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/libx264: Avoid duplicating stringsAndreas Rheinhardt2022-07-01
* lavc/libx264.c: Fix possible UB by NULL pointer LHSMichael Goulet2022-06-20
* avcodec/libx264: Set min build version to 158 for msvcMatt Oliver2022-06-11
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/libx26[45]: reindent after last commitLimin Wang2021-12-28
* avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-28
* avcodec/libx264: Don't unnecessarily add in-band extradataAndreas Rheinhardt2021-12-21
* avcodec/libx264: Simplify copying packet dataAndreas Rheinhardt2021-11-09
* avcodec/libx264: Remove always-false checksAndreas Rheinhardt2021-11-09
* avcodec/libx264: Check for overflow if necessaryAndreas Rheinhardt2021-11-09
* avcodec/libx264: fix sei payload leaks on errorJames Almer2021-11-04
* avcodec/libx264: move sei_data_size out of the for loopJames Almer2021-10-20
* avcodec/libx264: copy unregistered data SEI messages to the input x264 pictureJames Almer2021-10-18
* libavcodec/libx264: add user data unregistered SEI encodingBrad Hards2021-10-18
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/libx264: add support for setting chroma sample locationJan Ekström2021-08-29
* avcodec/libx264: leave full range flag unchanged if unknownJan Ekström2021-08-18
* {configure,avcodec/libx264}: remove separate x264_csp_bgr checkJan Ekström2021-07-12
* avcodec/libx264: Separate headers not supported in AVC-Intra modeLimin Wang2021-06-25
* avcodec/libx264: Add support for Sony XAVC Class 300 and 480Limin Wang2021-06-25
* avcodec/libx264: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/libx264: Fix redundant setting of caps_internalAndreas Rheinhardt2021-05-14
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated coder type optionsAndreas Rheinhardt2021-04-27
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/libx264: Don't use init_static_data for newer versionsAndreas Rheinhardt2021-02-28
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-15
* avcodec/libx264: fix chroma quantizer offset usageTakio Yamaoka2020-08-06
* avcodec/libx264: call x264_param_cleanup() if availableJames Almer2020-07-17
* avcodec/libx264: check for param allocation failure error codeJames Almer2020-07-17
* avcodec/libx264: use a function to parse x264optsJames Almer2020-07-17
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* lavc/libx264: misc style fixesJun Zhao2020-05-28
* avcodec/libx264: return error if unknown picture type encounteredLimin Wang2020-05-08
* avcodec/libx264: return immediately if encode_nals return 0Limin Wang2020-05-08
* libavcodec/libx264: fix reference frame computation based on levelJosh Brewster2020-04-29
* avcodec/libx264: add a check for the prft AVCodecContext export_side_data flagJames Almer2020-02-22
* avcodec/libx264: export Producer Reference Time as packet side dataJames Almer2020-01-15
* avcodec/libx264: use AV_OPT_TYPE_DICT for x264-paramsMarton Balint2020-01-01