summaryrefslogtreecommitdiffstats
path: root/libavcodec/arbc.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/arbc: Skip tiles in fill_tileX() which are completely outsideMichael Niedermayer2019-06-041-0/+3
| | | | | | | | | Fixes: signed integer overflow: 2052526848 + 147237888 cannot be represented in type 'int' Fixes: 14441/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5717632944177152 Fixes: 14453/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5739679254577152 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/arbc: Try to correct keyframe/frame typeMichael Niedermayer2019-04-241-12/+19
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/arbc: Skip unchanged framesMichael Niedermayer2019-04-241-1/+1
| | | | | | | | Fixes: Timeout (16sec -> 5sec) Fixes: 14128/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5767365721063424 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/arbc: Check nb_segments before allocating and copying frameMichael Niedermayer2019-03-201-6/+9
| | | | | | | | Fixes: Timeout (30sec -> 2sec) Fixes: 13578/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5685625527730176 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc/arbc: Use AV_WB24() where applicable.Carl Eugen Hoyos2019-03-201-12/+8
|
* avcodec/arbc: Check nb_tiles against dimensionsMichael Niedermayer2019-02-251-0/+6
| | | | | | | | Fixes: Timeout Fixes: 12967/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARBC_fuzzer-5639021454163968 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/arbc: clear decoder state when seekingJames Almer2019-01-281-0/+8
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add ARBC decoderPaul B Mahol2019-01-271-0/+204
Thanks Kostya for great help in reversing binary.
OpenPOWER on IntegriCloud