| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec/rasc: fix decoding with AVFrame's negative linesize | Paul B Mahol | 2023-09-23 | 1 | -5/+5 |
* | 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_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+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 | -4/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/rasc: Use ff_inflate_init/end() | Andreas Rheinhardt | 2022-03-19 | 1 | -28/+21 |
* | avcodec/rasc: Fix potential use of uninitialized value | Andreas Rheinhardt | 2021-10-07 | 1 | -0/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -7/+7 |
* | avcodec/rasc: Check frame before clearing | Michael Niedermayer | 2021-01-08 | 1 | -0/+3 |
* | avcodec/rasc: Check input size in decode_fint() | Michael Niedermayer | 2019-11-09 | 1 | -0/+2 |
* | avcodec/rasc: Move ff_get_buffer() after frame checks | Michael Niedermayer | 2019-01-31 | 1 | -3/+3 |
* | avcodec/rasc: Check uncompressed dlta size | Michael Niedermayer | 2019-01-31 | 1 | -0/+2 |
* | avcodec/rasc: Check that the number of moves is less than or equal the number... | Michael Niedermayer | 2018-12-16 | 1 | -1/+1 |
* | avcodec/rasc: Check input space before reading chunk | Michael Niedermayer | 2018-12-14 | 1 | -0/+3 |
* | avcodec/rasc: unref both frames on reinit | Michael Niedermayer | 2018-10-03 | 1 | -1/+1 |
* | avcodec/rasc: Fix off by 1 error in vertical coordinate | Michael Niedermayer | 2018-10-03 | 1 | -3/+3 |
* | avcodec: add RemotelyAnywhere Screen Capture decoder | Paul B Mahol | 2018-09-08 | 1 | -0/+812 |