summaryrefslogtreecommitdiff
path: root/libavcodec/imm4.c
Commit message (Collapse)AuthorAge
* avcodec/imm4: flush prev_frame after seekingPaul B Mahol2019-04-13
|
* avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer2019-03-10
| | | | | | | | | 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>
* avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol2019-03-07
|
* avcodec/imm4: add support for mid-stream size changesPaul B Mahol2019-03-06
|
* avcodec/imm4: Use ff_set_dimensions()Michael Niedermayer2018-11-10
| | | | | | | | | 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>
* avcodec/imm4: improve decoding of some filesPaul B Mahol2018-10-14
|
* avcodec/imm4: stop using FAAN idctPaul B Mahol2018-10-12
|
* avcodec: add IMM4 decoderPaul B Mahol2018-08-21
This work is sponsored by VideoLAN.