summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* avutil/frame: Rename av_frame_side_data_get and add wrapper for itAndreas Rheinhardt2024-03-22
* avcodec/libx264: Remove unused variableAndreas Rheinhardt2024-03-22
* avcodec/libx264: fix extradata when config annexb=0Zhao Zhili2024-03-22
* avcodec/libx264: add support for writing out CLL and MDCVJan Ekström2024-03-20
* avutil: remove deprecated FF_API_REORDERED_OPAQUEJames Almer2024-03-07
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/libx264: Add the SSE computation for libx264.Elias Carotti2023-10-19
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-06
* lavc/libx264: do not unconditionally set x4->params.analyse.b_fast_pskipStefano Sabatini2023-09-06
* lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum valueJun Zhao2023-08-27
* lavc/libx264: add mb_info optionElias Carotti2023-08-08
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* avcodec/libx264: add a flush callbackJames Almer2023-04-03
* avcodec/libx264: Use av_pix_fmt_count_planes() where appropriateAndreas Rheinhardt2023-03-14
* avcodec/libx264: Use dedicated pointer for accessesAndreas Rheinhardt2023-03-14
* avcodec/libx264: Pass x264_picture_t* directlyAndreas Rheinhardt2023-03-14
* avcodec/libx264: Fix leak in case of allocation failureAndreas Rheinhardt2023-03-14
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-04
* lavc/libx264: pass through frame durations to encoded packetsAnton Khirnov2023-01-29
* lavc: add a codec flag for propagating opaque from frames to packetsAnton Khirnov2023-01-29
* lavc/libx264: do not leave an invalid array size on alloc errorAnton Khirnov2023-01-04
* lavc/libx264: zero reordered opaque on allocAnton Khirnov2023-01-04
* lavc/libx264: print an error on invalid opaque pointerAnton Khirnov2023-01-04
* lavc/libx264: use a local variable to shorten codeAnton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: reorder control flow in setup_roi() to reduce nesting depthAnton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: do not ignore memory allocation errorsAnton Khirnov2023-01-04
* lavc/libx264: unify cleanup in setup_frame()Anton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: factor out setting up ROIAnton Khirnov2023-01-04
* lavc/libx264: use a local variable for input frame in setup_frame()Anton Khirnov2023-01-04
* lavc/libx264: reindent after previous commitAnton Khirnov2023-01-04
* lavc/libx264: factor out setting up the input frameAnton Khirnov2023-01-04
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* 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