]> git.sesse.net Git - ffmpeg/history - libavcodec/agm.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / agm.c
2021-04-27 Andreas Rheinhardtavcodec: Constify AVCodecs
2021-01-01 Anton Khirnovlavu/mem: move the DECLARE_ALIGNED macro family to...
2020-09-10 Michael Niedermayeravcodec/agm: Fix off by 1 error in decode_inter_plane()
2020-08-11 Michael Niedermayeravcodec/agm: Mark fill_pixels() as av_always_inline
2020-02-09 Michael Niedermayeravcodec/agm: YUV420 without DCT needs even dimensions
2020-02-09 Michael Niedermayeravcodec/agm: Test remaining data in decode_raw_intra_rgb()
2019-12-28 Michael Niedermayeravcodec/agm: Include block size in the MV check for...
2019-12-10 Michael Niedermayeravcodec/agm: Do not allow MVs out of the picture area...
2019-11-15 Michael Niedermayervcodec/agm: Alloc based on coded dimensions
2019-10-20 Michael Niedermayeravcodec/agm: Check for reference frame earlier
2019-07-19 Michael Niedermayeravcodec/agm: Fix overflow of signed shift
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
2019-05-02 James AlmerMerge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
2019-05-02 James AlmerMerge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
2019-04-30 Michael Niedermayeravcodec/agm: Check output size before allocation
2019-04-24 Michael Niedermayeravcodec/agm: Check that there is available input in...
2019-04-21 Michael Niedermayeravcodec/agm: remove ;;
2019-04-21 Michael Niedermayeravcodec/agm: Check for too many too short codes in...
2019-04-21 Michael Niedermayeravcodec/agm: Do not crash on invalid codes
2019-04-11 Michael Niedermayeravcodec/agm: Check frame dimensions
2019-04-11 Paul B Maholavcodec/agm: add support for non-dct coding
2019-04-11 Paul B Maholavcodec/agm: add support for higher compression
2019-04-05 Michael Niedermayeravcodec/agm: Fix integer overflow with w/h
2019-04-04 Michael Niedermayeravcodec/agm: More completely check size before using it
2019-03-31 Paul B Maholavcodec: add Amuse Graphics decoder