summaryrefslogtreecommitdiff
path: root/libavcodec/agm.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/agm: Fix off by 1 error in decode_inter_plane()Michael Niedermayer2020-09-10
* avcodec/agm: Mark fill_pixels() as av_always_inlineMichael Niedermayer2020-08-11
* avcodec/agm: YUV420 without DCT needs even dimensionsMichael Niedermayer2020-02-09
* avcodec/agm: Test remaining data in decode_raw_intra_rgb()Michael Niedermayer2020-02-09
* avcodec/agm: Include block size in the MV check for flags == 3Michael Niedermayer2019-12-28
* avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer2019-12-10
* vcodec/agm: Alloc based on coded dimensionsMichael Niedermayer2019-11-15
* avcodec/agm: Check for reference frame earlierMichael Niedermayer2019-10-20
* avcodec/agm: Fix overflow of signed shiftMichael Niedermayer2019-07-19
* avcodec/agm: Check output size before allocationMichael Niedermayer2019-04-30
* avcodec/agm: Check that there is available input in read_code()Michael Niedermayer2019-04-24
* avcodec/agm: remove ;;Michael Niedermayer2019-04-21
* avcodec/agm: Check for too many too short codes in make_new_tree()Michael Niedermayer2019-04-21
* avcodec/agm: Do not crash on invalid codesMichael Niedermayer2019-04-21
* avcodec/agm: Check frame dimensionsMichael Niedermayer2019-04-11
* avcodec/agm: add support for non-dct codingPaul B Mahol2019-04-11
* avcodec/agm: add support for higher compressionPaul B Mahol2019-04-11
* avcodec/agm: Fix integer overflow with w/hMichael Niedermayer2019-04-05
* avcodec/agm: More completely check size before using itMichael Niedermayer2019-04-04
* avcodec: add Amuse Graphics decoderPaul B Mahol2019-03-31