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
2022-10-26avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross
2022-10-24avcodec/agm: Only keep what is used from ScanTableAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
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