FFmpeg/libavcodec/vvc
Jun Zhao 822e2843ca lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output
Use dpb_max_num_reorder_pics to control output instead of
dpb_max_dec_pic_buffering, when dpb_max_dec_pic_buffering
is much larger than dpb_max_num_reorder_pics, it may cause
dpb overflow error.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Signed-off-by: elinyhuang <elinyhuang@tencent.com>
2024-04-21 21:06:50 +08:00
..
cabac.c
cabac.h
ctu.c
ctu.h
data.c
data.h
dec.c lavc/vvc: Skip enhancement layer NAL units 2024-04-18 17:38:15 -03:00
dec.h
dsp_template.c
dsp.c
dsp.h
filter_template.c
filter.c
filter.h
inter_template.c
inter.c
inter.h
intra_template.c
intra_utils.c
intra.c lavc/vvc: Fix out-of-bounds array access 2024-04-09 22:35:48 +08:00
intra.h
itx_1d.c
itx_1d.h
Makefile
mvs.c
mvs.h
ps.c lavc/vvc: Fix left shifts of negative values 2024-04-09 22:13:49 +08:00
ps.h lavc/vvc: Increase size of ctb_size_y 2024-04-15 21:06:13 +08:00
refs.c lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output 2024-04-21 21:06:50 +08:00
refs.h
thread.c
thread.h