You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Niedermayer
6398242bb2
avcodec/vvc/dec: Check ff_init_cabac_decoder() for failure
...
Fixes: signed integer overflow: 1107820800 + 1107820800 cannot be represented in type 'int'
Fixes: left shift of 1091059712 by 6 places cannot be represented in type 'int'
Fixes: 69910/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VVC_fuzzer-5162839971528704
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by: Nuo Mi <nuomi2021@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 months ago
..
Makefile
…
cabac.c
avcodec: use the renamed av_zero_extend
7 months ago
cabac.h
…
ctu.c
lavc/vvc: Validate IBC block vector
6 months ago
ctu.h
avcodec/vvcdec: alf, support virtual boundaries
6 months ago
data.c
…
data.h
…
dec.c
avcodec/vvc/dec: Check ff_init_cabac_decoder() for failure
6 months ago
dec.h
avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q
6 months ago
dsp.c
…
dsp.h
…
dsp_template.c
…
filter.c
avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older
6 months ago
filter.h
…
filter_template.c
…
inter.c
avcodec/vvcdec: alf, support virtual boundaries
6 months ago
inter.h
…
inter_template.c
avcodec: use the renamed av_zero_extend
7 months ago
intra.c
…
intra.h
…
intra_template.c
avcodec: use the renamed av_zero_extend
7 months ago
intra_utils.c
avcodec: use the renamed av_zero_extend
7 months ago
itx_1d.c
…
itx_1d.h
…
mvs.c
lavc/vvc: Validate IBC block vector
6 months ago
mvs.h
lavc/vvc: Validate IBC block vector
6 months ago
ps.c
avcodec/vvcdec: ps, derive virtual boundaries
6 months ago
ps.h
avcodec/vvcdec: ps, derive virtual boundaries
6 months ago
refs.c
lavc/vvc: Always set flags for the current picture
6 months ago
refs.h
…
thread.c
lavc/vvc: Don't discard return codes
6 months ago
thread.h
…