summaryrefslogtreecommitdiff
path: root/libavcodec/libsvtav1.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avutil/frame: Rename av_frame_side_data_get and add wrapper for itAndreas Rheinhardt2024-03-22
* avcodec/libsvtav1: add support for writing out CLL and MDCVJan Ekström2024-03-20
* avcodec: remove deprecated FF_API_SVTAV1_OPTSJames Almer2024-03-07
* avcodec/libsvtav1: send the EOS signal without a one frame delay to allow for...Cosmin Stejerean2024-02-27
* 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/libsvtav1: add version guard for external paramGyan Doshi2023-11-13
* avcodec/svt-av1: Set force_key_frames only when gop_size == 1Vignesh Venkatasubramanian via ffmpeg-devel2023-10-05
* 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
* libsvtav1: Add workaround for gop_size == 1Vignesh Venkatasubramanian2023-07-13
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* libavcodec/libsvtav1: Allow -1 for preset optionChristopher Degawa2023-05-11
* avcodec/libsvtav1: use larger of bit rate and max rate for buffer sizeJan Ekström2023-03-14
* avcodec/libsvtav1: don't force a default value for deprecated optionsJames Almer2022-12-02
* avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz is setChristopher Degawa2022-11-20
* avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_msChristopher Degawa2022-11-17
* avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_bufferChristopher Degawa2022-11-17
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType structJames Almer2022-08-23
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/libsvtav1: signal CPB properties through side dataJan Ekström2022-05-09
* avcodec/libsvtav1: update avctx bit rate according to RC modeJan Ekström2022-05-09
* avcodec/libsvtav1: add support for setting chroma sample locationJan Ekström2022-04-26
* avcodec/libsvtav1: pass pict_type to libraryChristopher Degawa2022-04-25
* avcodec/libsvtav1: give svtav1-params priority over avctx valuesJames Almer2022-04-07
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/libsvtav1: pass color description infoChristopher Degawa2022-03-23
* 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
* avcodec/libsvtav1: remove version check macro workaroundJames Almer2022-03-13
* avcodec/libsvtav1: fine tune qp mode settingsJames Almer2022-03-13
* avcodec/libsvtav1: deprecate some optionsJames Almer2022-03-13
* avcodec/libsvtav1: update some options and defaultsJames Almer2022-02-24
* avcodec/libsvtav1: fix compilation with old SVT-AV1 buildsJames Almer2022-02-24
* avcodec/libsvtav1: add a svtav1-params option to pass a list of key=value par...James Almer2022-02-24
* avcodec/libsvtav1: properly enforce CQP mode when set in wrapperLimin Wang2021-09-29
* avcodec/libsvtav1: Fix value range for rc modeLimin Wang2021-09-25
* avcodec/libsvtav1: make coded GOP type configurableLimin Wang2021-09-25
* avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang2021-09-25
* avcodec: Constify AVCodecsAndreas 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/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang2020-08-14
* avcodec/libsvtav1: fix copy and paste errorLimin Wang2020-08-12
* libsvtav1: Fix the documentation to match the actual optionsMark Thompson2020-07-31
* libsvtav1: Use _ rather than - in optionsMark Thompson2020-07-31