summaryrefslogtreecommitdiff
path: root/libavcodec/agm.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+5
* avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross2022-10-261-22/+5
* avcodec/agm: Only keep what is used from ScanTableAndreas Rheinhardt2022-10-241-6/+7
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-3/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* avcodec/agm: Fix off by 1 error in decode_inter_plane()Michael Niedermayer2020-09-101-2/+2
* avcodec/agm: Mark fill_pixels() as av_always_inlineMichael Niedermayer2020-08-111-1/+1
* avcodec/agm: YUV420 without DCT needs even dimensionsMichael Niedermayer2020-02-091-0/+5
* avcodec/agm: Test remaining data in decode_raw_intra_rgb()Michael Niedermayer2020-02-091-3/+6
* avcodec/agm: Include block size in the MV check for flags == 3Michael Niedermayer2019-12-281-2/+2
* avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer2019-12-101-2/+2
* vcodec/agm: Alloc based on coded dimensionsMichael Niedermayer2019-11-151-1/+1
* avcodec/agm: Check for reference frame earlierMichael Niedermayer2019-10-201-4/+7
* avcodec/agm: Fix overflow of signed shiftMichael Niedermayer2019-07-191-1/+1
* avcodec/agm: Check output size before allocationMichael Niedermayer2019-04-301-0/+3
* avcodec/agm: Check that there is available input in read_code()Michael Niedermayer2019-04-241-0/+3
* avcodec/agm: remove ;;Michael Niedermayer2019-04-211-1/+1
* avcodec/agm: Check for too many too short codes in make_new_tree()Michael Niedermayer2019-04-211-2/+8
* avcodec/agm: Do not crash on invalid codesMichael Niedermayer2019-04-211-1/+1
* avcodec/agm: Check frame dimensionsMichael Niedermayer2019-04-111-0/+3
* avcodec/agm: add support for non-dct codingPaul B Mahol2019-04-111-43/+289
* avcodec/agm: add support for higher compressionPaul B Mahol2019-04-111-16/+388
* avcodec/agm: Fix integer overflow with w/hMichael Niedermayer2019-04-051-1/+3
* avcodec/agm: More completely check size before using itMichael Niedermayer2019-04-041-1/+2
* avcodec: add Amuse Graphics decoderPaul B Mahol2019-03-311-0/+653