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
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