| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I | Andreas Rheinhardt | 2024-05-19 | 1 | -2/+0 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | 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 | -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 | -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 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/prosumer: Only memset(0) what is needed. | Michael Niedermayer | 2019-05-09 | 1 | -1/+4 |
* | avcodec/prosumer: Check decoded size | Michael Niedermayer | 2019-03-25 | 1 | -0/+2 |
* | avcodec/prosumer: Error out if decompress() stops reading data | Michael Niedermayer | 2019-01-20 | 1 | -2/+5 |
* | avcodec/prosumer: Reduce lut size | Michael Niedermayer | 2019-01-20 | 1 | -1/+1 |
* | avcodec/prosumer: Simplify code slightly in decompress() | Michael Niedermayer | 2019-01-20 | 1 | -12/+7 |
* | avcodec/prosumer: Simplify bit juggling of the c variable in decompress() | Michael Niedermayer | 2018-11-02 | 1 | -4/+2 |
* | avcodec/prosumer: Remove always true check in decompress() | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | avcodec/prosumer: Remove unneeded () | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | avcodec/prosumer: Check for bytestream eof in decompress() | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | avcodec/prosumer: Check remaining space in put byte context | Michael Niedermayer | 2018-09-24 | 1 | -0/+2 |
* | avcodec/prosumer: Remove unused table element | Michael Niedermayer | 2018-09-24 | 1 | -1/+0 |
* | avcodec/prosumer: remove unneeded variable from vertical_predict | Michael Niedermayer | 2018-09-24 | 1 | -3/+1 |
* | avcodec/prosumer: Rename do_shift() to vertical_predict() | Michael Niedermayer | 2018-09-24 | 1 | -8/+8 |
* | avcodec/prosumer: mark src as const | Michael Niedermayer | 2018-09-24 | 1 | -2/+2 |
* | avcodec/prosumer: Only scan as many elements as matter in fill_elements() | Michael Niedermayer | 2018-09-24 | 1 | -3/+3 |
* | avcodec/prosumer: factorize e0 setting out | Michael Niedermayer | 2018-09-24 | 1 | -2/+1 |
* | avcodec/prosumer: Use 16bit instead of 32 for table | Michael Niedermayer | 2018-09-24 | 1 | -84/+84 |
* | avcodec/prosumer: Factorize the 2 loops in fill_elements() | Michael Niedermayer | 2018-09-24 | 1 | -23/+18 |
* | avcodec/prosumer: clean up loop end code in fill_elements() | Michael Niedermayer | 2018-09-24 | 1 | -11/+6 |
* | avcodec/prosumer: Remove dead code | Michael Niedermayer | 2018-09-24 | 1 | -3/+0 |
* | avcodec/prosumer: fix some minor issues | Paul B Mahol | 2018-08-24 | 1 | -9/+9 |
* | avcodec: add Brooktree ProSumer Video decoder | Paul B Mahol | 2018-08-24 | 1 | -0/+394 |