summaryrefslogtreecommitdiff
path: root/libavcodec/libsvtav1.c
Commit message (Expand)AuthorAge
* 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
* libsvtav1: Rename without a _Mark Thompson2020-07-31