ffmpeg/libavcodec/vvc
Frank Plowman 8629306627 lavc/vvc: Fix scaling matrix DC coef derivation
In 7.4.3.20 of H.266 (V3), there are two similarly-named variables:
scalingMatrixDcPred and ScalingMatrixDcRec.  The old code set
ScalingMatrixDcRec, rather than scalingMatrixDcPred, in the first two
branches of the conditions on scaling_list_copy_mode_flag[id] and
aps->scaling_list_pred_mode_flag[id].  This could lead to decode
mismatches in sequences with explicitly-signalled scaling lists.

Signed-off-by: Frank Plowman <post@frankplowman.com>
2024-12-10 20:26:12 +08:00
..
cabac.c lavc/vvc: Use a bitfield to store MIP information 2024-12-07 17:37:45 +08:00
cabac.h
ctu.c lavc/vvc: Use a bitfield to store MIP information 2024-12-07 17:37:45 +08:00
ctu.h
data.c
data.h
dec.c lavc/vvc: Use a bitfield to store MIP information 2024-12-07 17:37:45 +08:00
dec.h lavc/vvc: Use a bitfield to store MIP information 2024-12-07 17:37:45 +08:00
dsp_template.c
dsp.c lavc/vvc: Use a bitfield to store MIP information 2024-12-07 17:37:45 +08:00
dsp.h
filter_template.c
filter.c
filter.h
inter_template.c
inter.c
inter.h
intra_template.c lavc/vvc: Use a bitfield to store MIP information 2024-12-07 17:37:45 +08:00
intra_utils.c
intra.c
intra.h
itx_1d.c
itx_1d.h
Makefile
mvs.c
mvs.h
ps.c lavc/vvc: Fix scaling matrix DC coef derivation 2024-12-10 20:26:12 +08:00
ps.h
refs.c
refs.h
thread.c
thread.h