| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType struct | James Almer | 2022-08-23 | 1 | -5/+2 |
* | avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+2 |
* | avcodec/libsvtav1: signal CPB properties through side data | Jan Ekström | 2022-05-09 | 1 | -2/+14 |
* | avcodec/libsvtav1: update avctx bit rate according to RC mode | Jan Ekström | 2022-05-09 | 1 | -1/+2 |
* | avcodec/libsvtav1: add support for setting chroma sample location | Jan Ekström | 2022-04-26 | 1 | -0/+27 |
* | avcodec/libsvtav1: pass pict_type to library | Christopher Degawa | 2022-04-25 | 1 | -0/+10 |
* | avcodec/libsvtav1: give svtav1-params priority over avctx values | James Almer | 2022-04-07 | 1 | -35/+34 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/libsvtav1: pass color description info | Christopher Degawa | 2022-03-23 | 1 | -0/+10 |
* | avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+9 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/libsvtav1: remove version check macro workaround | James Almer | 2022-03-13 | 1 | -4/+0 |
* | avcodec/libsvtav1: fine tune qp mode settings | James Almer | 2022-03-13 | 1 | -2/+1 |
* | avcodec/libsvtav1: deprecate some options | James Almer | 2022-03-13 | 1 | -26/+30 |
* | avcodec/libsvtav1: update some options and defaults | James Almer | 2022-02-24 | 1 | -20/+35 |
* | avcodec/libsvtav1: fix compilation with old SVT-AV1 builds | James Almer | 2022-02-24 | 1 | -0/+4 |
* | avcodec/libsvtav1: add a svtav1-params option to pass a list of key=value par... | James Almer | 2022-02-24 | 1 | -14/+38 |
* | avcodec/libsvtav1: properly enforce CQP mode when set in wrapper | Limin Wang | 2021-09-29 | 1 | -0/+1 |
* | avcodec/libsvtav1: Fix value range for rc mode | Limin Wang | 2021-09-25 | 1 | -1/+1 |
* | avcodec/libsvtav1: make coded GOP type configurable | Limin Wang | 2021-09-25 | 1 | -1/+3 |
* | avcodec/libsvtav1: Fix duplicate definition of caps_internal | Limin Wang | 2021-09-25 | 1 | -2/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS | Anton Khirnov | 2021-03-16 | 1 | -1/+1 |
* | lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap | Anton Khirnov | 2021-03-16 | 1 | -0/+1 |
* | avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle() | Limin Wang | 2020-08-14 | 1 | -6/+0 |
* | avcodec/libsvtav1: fix copy and paste error | Limin Wang | 2020-08-12 | 1 | -1/+1 |
* | libsvtav1: Fix the documentation to match the actual options | Mark Thompson | 2020-07-31 | 1 | -3/+3 |
* | libsvtav1: Use _ rather than - in options | Mark Thompson | 2020-07-31 | 1 | -2/+2 |
* | libsvtav1: Rename without a _ | Mark Thompson | 2020-07-31 | 1 | -0/+577 |