| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -3/+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 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/wcmv: Use ff_inflate_init/end() | Andreas Rheinhardt | 2022-03-19 | 1 | -27/+19 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/wcmv: prevent frame copying when outputting duplicate frames | James Almer | 2019-09-04 | 1 | -3/+5 |
* | Revert "avcodec/wcmv: Avoid copying frames if they are unchanged" | James Almer | 2019-09-04 | 1 | -3/+1 |
* | avcodec/wcmv: use ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -14/+9 |
* | avcodec/wcmv: check remaining space vs. blocks | Michael Niedermayer | 2019-06-21 | 1 | -0/+3 |
* | avcodec/wcmv: Avoid copying frames if they are unchanged | Michael Niedermayer | 2019-02-25 | 1 | -1/+3 |
* | avcodec/wcmv: Copy/Init frame later | Michael Niedermayer | 2019-02-25 | 1 | -10/+10 |
* | avcodec/wcmv: Fix integer overflows | Michael Niedermayer | 2018-09-30 | 1 | -0/+4 |
* | avcodec/wcmv: fix output on big-endian with rgb565 format | Paul B Mahol | 2018-09-08 | 1 | -1/+1 |
* | avcodec: add WinCAM Motion Video decoder | Paul B Mahol | 2018-08-27 | 1 | -0/+260 |