| 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_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -3/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+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 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | avcodec/agm: Fix off by 1 error in decode_inter_plane() | Michael Niedermayer | 2020-09-10 | 1 | -2/+2 |
* | avcodec/agm: Mark fill_pixels() as av_always_inline | Michael Niedermayer | 2020-08-11 | 1 | -1/+1 |
* | avcodec/agm: YUV420 without DCT needs even dimensions | Michael Niedermayer | 2020-02-09 | 1 | -0/+5 |
* | avcodec/agm: Test remaining data in decode_raw_intra_rgb() | Michael Niedermayer | 2020-02-09 | 1 | -3/+6 |
* | avcodec/agm: Include block size in the MV check for flags == 3 | Michael Niedermayer | 2019-12-28 | 1 | -2/+2 |
* | avcodec/agm: Do not allow MVs out of the picture area as no edge is allocated | Michael Niedermayer | 2019-12-10 | 1 | -2/+2 |
* | vcodec/agm: Alloc based on coded dimensions | Michael Niedermayer | 2019-11-15 | 1 | -1/+1 |
* | avcodec/agm: Check for reference frame earlier | Michael Niedermayer | 2019-10-20 | 1 | -4/+7 |
* | avcodec/agm: Fix overflow of signed shift | Michael Niedermayer | 2019-07-19 | 1 | -1/+1 |
* | avcodec/agm: Check output size before allocation | Michael Niedermayer | 2019-04-30 | 1 | -0/+3 |
* | avcodec/agm: Check that there is available input in read_code() | Michael Niedermayer | 2019-04-24 | 1 | -0/+3 |
* | avcodec/agm: remove ;; | Michael Niedermayer | 2019-04-21 | 1 | -1/+1 |
* | avcodec/agm: Check for too many too short codes in make_new_tree() | Michael Niedermayer | 2019-04-21 | 1 | -2/+8 |
* | avcodec/agm: Do not crash on invalid codes | Michael Niedermayer | 2019-04-21 | 1 | -1/+1 |
* | avcodec/agm: Check frame dimensions | Michael Niedermayer | 2019-04-11 | 1 | -0/+3 |
* | avcodec/agm: add support for non-dct coding | Paul B Mahol | 2019-04-11 | 1 | -43/+289 |
* | avcodec/agm: add support for higher compression | Paul B Mahol | 2019-04-11 | 1 | -16/+388 |
* | avcodec/agm: Fix integer overflow with w/h | Michael Niedermayer | 2019-04-05 | 1 | -1/+3 |
* | avcodec/agm: More completely check size before using it | Michael Niedermayer | 2019-04-04 | 1 | -1/+2 |
* | avcodec: add Amuse Graphics decoder | Paul B Mahol | 2019-03-31 | 1 | -0/+653 |