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 (Collapse)Author
2020-02-13avcodec/midivid: only multiple of 4 width/height are possiblePaul B Mahol
2020-02-13avcodec/midivid: improve decoding of widths not multiple of 32Paul B Mahol
2020-02-10avcodec/midivid: Check vector indexMichael Niedermayer
Fixes: out of array read Fixes: 20494/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVDV_fuzzer-5681452423577600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-23lavc/midivid: check return value of init_get_bits8()Zhong Li
Fix CID 1456088 Signed-off-by: Zhong Li <zhongli_dev@126.com>
2019-11-28avcodec: add mvdv video decoderPaul B Mahol