Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-09-11avcodec/agm: Fix off by 1 error in decode_inter_plane()Michael Niedermayer
2020-08-11avcodec/agm: Mark fill_pixels() as av_always_inlineMichael Niedermayer
2020-02-10avcodec/agm: YUV420 without DCT needs even dimensionsMichael Niedermayer
2020-02-10avcodec/agm: Test remaining data in decode_raw_intra_rgb()Michael Niedermayer
2019-12-28avcodec/agm: Include block size in the MV check for flags == 3Michael Niedermayer
2019-12-10avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer
2019-11-15vcodec/agm: Alloc based on coded dimensionsMichael Niedermayer
2019-10-20avcodec/agm: Check for reference frame earlierMichael Niedermayer
2019-07-19avcodec/agm: Fix overflow of signed shiftMichael Niedermayer
2019-04-30avcodec/agm: Check output size before allocationMichael Niedermayer
2019-04-24avcodec/agm: Check that there is available input in read_code()Michael Niedermayer
2019-04-22avcodec/agm: remove ;;Michael Niedermayer
2019-04-22avcodec/agm: Check for too many too short codes in make_new_tree()Michael Niedermayer
2019-04-22avcodec/agm: Do not crash on invalid codesMichael Niedermayer
2019-04-11avcodec/agm: Check frame dimensionsMichael Niedermayer
2019-04-11avcodec/agm: add support for non-dct codingPaul B Mahol
2019-04-11avcodec/agm: add support for higher compressionPaul B Mahol
2019-04-05avcodec/agm: Fix integer overflow with w/hMichael Niedermayer
2019-04-04avcodec/agm: More completely check size before using itMichael Niedermayer
2019-03-31avcodec: add Amuse Graphics decoderPaul B Mahol