1
0
FFmpeg/libavcodec/hevc
Hendrik Leppkes 53baa09fc2
hevc/sei: return INVALIDDATA on missing SPS when decoding pic_timing
Previously it would return ENOMEM, but this is not a memory allocation
problem, but rather a bitstream problem.

Fixes decoding of some HEVC streams.
2024-08-30 13:06:11 +02:00
..
cabac.c
data.c
data.h
dsp_template.c
dsp.c
dsp.h
filter.c
hevc.h
hevcdec.c lavc/hevcdec: Update slice index before hwaccel decode slice 2024-07-01 09:55:14 +02:00
hevcdec.h hevc: don't pass dummy references to the hwaccel 2024-07-01 09:55:06 +02:00
Makefile
mvs.c
parse.c
parse.h
parser.c
pred_template.c
pred.c
pred.h
ps_enc.c
ps.c hevc: don't use deprecated YUVJ pixel formats 2024-07-01 09:55:04 +02:00
ps.h
refs.c hevc: don't pass dummy references to the hwaccel 2024-07-01 09:55:06 +02:00
sei.c hevc/sei: return INVALIDDATA on missing SPS when decoding pic_timing 2024-08-30 13:06:11 +02:00
sei.h