android_external_ffmpeg/libavcodec/hevc
Hendrik Leppkes d4cfbf329c
hevc/sei: return INVALIDDATA when a referenced SPS is not available
The code previously returned ENOMEM, despite this not being an
allocation problem, but rather a bitstream problem referring to data not
currently available.

Fixes playback of such streams, as it allows further processing of NAL
units after skipping the broken SEI NAL.
2024-09-04 18:34:47 +02:00
..
cabac.c
data.c
data.h
dsp.c
dsp.h
dsp_template.c
filter.c
hevc.h
hevcdec.c avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 2024-08-19 20:23:20 -03:00
hevcdec.h lavc/hevcdec: simplify output logic 2024-08-19 21:37:22 +02:00
Makefile
mvs.c
parse.c avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 2024-08-19 20:23:20 -03:00
parse.h
parser.c avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split with a single flags one 2024-08-19 20:23:20 -03:00
pred.c
pred.h
pred_template.c
ps.c avcodec/hevc/ps: use unsigned shift 2024-08-18 23:05:39 +02:00
ps.h
ps_enc.c
refs.c lavc/hevcdec: simplify output logic 2024-08-19 21:37:22 +02:00
sei.c hevc/sei: return INVALIDDATA when a referenced SPS is not available 2024-09-04 18:34:47 +02:00
sei.h