1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-12 19:18:44 +02:00
FFmpeg/libavcodec/vvc
Frank Plowman bb9e4ff355 lavc/vvc: Skip enhancement layer NAL units
The native VVC decoder does not yet support quality/spatial/multiview
scalability.  Bitstreams requiring this feature could cause crashes.
Patch fixes this by skipping NAL units which are not in the base layer,
warning the user while doing so.

Signed-off-by: Frank Plowman <post@frankplowman.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2024-04-18 17:38:15 -03: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
refs.h
thread.c
thread.h