| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Use av_frame_replace() where appropriate | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+1 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -6/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/arbc: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/arbc: Skip tiles in fill_tileX() which are completely outside | Michael Niedermayer | 2019-06-04 | 1 | -0/+3 |
* | avcodec/arbc: Try to correct keyframe/frame type | Michael Niedermayer | 2019-04-24 | 1 | -12/+19 |
* | avcodec/arbc: Skip unchanged frames | Michael Niedermayer | 2019-04-24 | 1 | -1/+1 |
* | avcodec/arbc: Check nb_segments before allocating and copying frame | Michael Niedermayer | 2019-03-20 | 1 | -6/+9 |
* | lavc/arbc: Use AV_WB24() where applicable. | Carl Eugen Hoyos | 2019-03-20 | 1 | -12/+8 |
* | avcodec/arbc: Check nb_tiles against dimensions | Michael Niedermayer | 2019-02-25 | 1 | -0/+6 |
* | avcodec/arbc: clear decoder state when seeking | James Almer | 2019-01-28 | 1 | -0/+8 |
* | avcodec: add ARBC decoder | Paul B Mahol | 2019-01-27 | 1 | -0/+204 |