| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -5/+7 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/m101: Move checks before ff_get_buffer() | Michael Niedermayer | 2022-08-28 | 1 | -5/+4 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | 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 | -3/+2 |
* | 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 |
* | avcodec/m101: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/m101: Fix off be 2 error | Michael Niedermayer | 2019-06-29 | 1 | -1/+1 |
* | lavc: Remove CR/LF from avpriv_request_sample() calls. | Carl Eugen Hoyos | 2016-12-03 | 1 | -2/+2 |
* | avcodec/m101: Ask for samples with too small extradata_size | Michael Niedermayer | 2016-05-18 | 1 | -1/+3 |
* | avcodec/m101: Check BPS value | Michael Niedermayer | 2016-05-18 | 1 | -2/+5 |
* | avcodec/m101: simplify 8bit code | Michael Niedermayer | 2016-05-07 | 1 | -6/+2 |
* | avcodec/m101: remove unneeded zeroing of priv_data_size | Michael Niedermayer | 2016-05-07 | 1 | -1/+0 |
* | avcodec/m101: Simplify if() condition | Michael Niedermayer | 2016-05-07 | 1 | -3/+3 |
* | avcodec: add M101 decoder | Michael Niedermayer | 2016-05-06 | 1 | -0/+116 |