summaryrefslogtreecommitdiff
path: root/libavcodec/libsvtav1.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libsvtav1: use larger of bit rate and max rate for buffer sizeJan Ekström2023-03-141-3/+6
* avcodec/libsvtav1: don't force a default value for deprecated optionsJames Almer2022-12-021-11/+16
* avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz is setChristopher Degawa2022-11-201-1/+2
* avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_msChristopher Degawa2022-11-171-2/+2
* avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_bufferChristopher Degawa2022-11-171-7/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType structJames Almer2022-08-231-5/+2
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/libsvtav1: signal CPB properties through side dataJan Ekström2022-05-091-2/+14
* avcodec/libsvtav1: update avctx bit rate according to RC modeJan Ekström2022-05-091-1/+2
* avcodec/libsvtav1: add support for setting chroma sample locationJan Ekström2022-04-261-0/+27
* avcodec/libsvtav1: pass pict_type to libraryChristopher Degawa2022-04-251-0/+10
* avcodec/libsvtav1: give svtav1-params priority over avctx valuesJames Almer2022-04-071-35/+34
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/libsvtav1: pass color description infoChristopher Degawa2022-03-231-0/+10
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/libsvtav1: remove version check macro workaroundJames Almer2022-03-131-4/+0
* avcodec/libsvtav1: fine tune qp mode settingsJames Almer2022-03-131-2/+1
* avcodec/libsvtav1: deprecate some optionsJames Almer2022-03-131-26/+30
* avcodec/libsvtav1: update some options and defaultsJames Almer2022-02-241-20/+35
* avcodec/libsvtav1: fix compilation with old SVT-AV1 buildsJames Almer2022-02-241-0/+4
* avcodec/libsvtav1: add a svtav1-params option to pass a list of key=value par...James Almer2022-02-241-14/+38
* avcodec/libsvtav1: properly enforce CQP mode when set in wrapperLimin Wang2021-09-291-0/+1
* avcodec/libsvtav1: Fix value range for rc modeLimin Wang2021-09-251-1/+1
* avcodec/libsvtav1: make coded GOP type configurableLimin Wang2021-09-251-1/+3
* avcodec/libsvtav1: Fix duplicate definition of caps_internalLimin Wang2021-09-251-2/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-1/+1
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+1
* avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang2020-08-141-6/+0
* avcodec/libsvtav1: fix copy and paste errorLimin Wang2020-08-121-1/+1
* libsvtav1: Fix the documentation to match the actual optionsMark Thompson2020-07-311-3/+3
* libsvtav1: Use _ rather than - in optionsMark Thompson2020-07-311-2/+2
* libsvtav1: Rename without a _Mark Thompson2020-07-311-0/+577