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
2019-04-13avcodec/imm4: flush prev_frame after seekingPaul B Mahol
2019-03-10avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer
Fixes: Out of array access Fixes: 13552/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5767949648920576 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-03-07avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol
2019-03-06avcodec/imm4: add support for mid-stream size changesPaul B Mahol
2018-11-11avcodec/imm4: Use ff_set_dimensions()Michael Niedermayer
Fixes: Out of memory Fixes: 10970/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IMM4_fuzzer-5698750043914240 Reviewed-by: Paul B Mahol <onemda@gmail.com> Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-10-14avcodec/imm4: improve decoding of some filesPaul B Mahol
2018-10-12avcodec/imm4: stop using FAAN idctPaul B Mahol
2018-08-21avcodec: add IMM4 decoderPaul B Mahol
This work is sponsored by VideoLAN.