| 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 | -2/+2 |
* | avcodec/fmvc: Move frame allocation to a later stage | Michael Niedermayer | 2022-09-10 | 1 | -6/+15 |
* | 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/fmvc: avoid copying uninitialized data | Michael Niedermayer | 2021-02-14 | 1 | -0/+2 |
* | avcodec/fmvc: Check if header fields are available before allocating the image | Michael Niedermayer | 2019-06-21 | 1 | -0/+3 |
* | avcodec/fmvc: use correct pixel format on big-endian for 16 bpp | Paul B Mahol | 2018-09-08 | 1 | -1/+1 |
* | Merge commit '95a8a03a191204c3ca5c8cf6b69ab166765d5ff3' | James Almer | 2017-10-27 | 1 | -35/+41 |
|\ |
|
| * | Add FM Screen Capture Codec decoder | Paul B Mahol | 2017-04-13 | 1 | -0/+636 |
* | avcodec/fmvc: Fix use of uninitialized memory when the first frame is not a k... | Max Justicz | 2017-05-23 | 1 | -2/+2 |
* | avcodec/fmvc: Fix off by 1 error | Michael Niedermayer | 2017-05-17 | 1 | -1/+1 |
* | avcodec/fmvc: Check nb_blocks | Michael Niedermayer | 2017-05-13 | 1 | -0/+3 |
* | avcodec/fmvc: small refactoring in decode_type1() | Diego Biurrun | 2017-03-21 | 1 | -8/+4 |
* | avcodec/fmvc: initialize opcode to 0 | Paul B Mahol | 2017-02-24 | 1 | -2/+2 |
* | avcodec/fmvc: fix decoding of odd size videos | Paul B Mahol | 2017-02-17 | 1 | -2/+2 |
* | avcodec: add FM Screen Capture Codec decoder | Paul B Mahol | 2017-02-12 | 1 | -0/+631 |