FFmpeg/libavcodec/hevc
Anton Khirnov d86ac94df2 lavc/hevcdec: output RASL frames based on the value of no_rasl_output_flag
Instead of an ad-hoc scheme. Also, combine skipping RASL frames with
skip_frame handling - current code seems flawed as it only executes for
the first slice of a RASL frame and unnecessarily unsets is_decoded,
which should not be set at this point anyway..

Some RASL frames in fate-hevc-afd-tc-sei that were previously discarded
are now output.
2024-06-11 17:39:35 +02:00
..
cabac.c lavc/hevc/cabac: stop accessing parameter sets through HEVCParamSets 2024-06-11 17:39:34 +02:00
data.c
data.h
dsp.c
dsp.h
dsp_template.c
filter.c lavc/hevc/filter: stop accessing parameter sets through HEVCParamSets 2024-06-11 17:39:34 +02:00
hevc.h
hevcdec.c lavc/hevcdec: output RASL frames based on the value of no_rasl_output_flag 2024-06-11 17:39:35 +02:00
hevcdec.h lavc/hevcdec: output RASL frames based on the value of no_rasl_output_flag 2024-06-11 17:39:35 +02:00
Makefile avcodec/hevc/Makefile: Move rules for lavc/* files to lavc/Makefile 2024-06-09 10:59:33 +02:00
mvs.c lavc/hevc/mvs: stop accessing parameter sets through HEVCParamSets 2024-06-11 17:39:34 +02:00
parse.c
parse.h
parser.c lavc/hevc/parser: stop using HEVCParamSets.[psv]ps 2024-06-11 17:39:34 +02:00
pred.c
pred.h lavc/hevc/pred: stop accessing parameter sets through HEVCParamSets 2024-06-11 17:39:34 +02:00
pred_template.c lavc/hevc/pred: stop accessing parameter sets through HEVCParamSets 2024-06-11 17:39:34 +02:00
ps.c lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 2024-06-11 17:39:34 +02:00
ps.h lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 2024-06-11 17:39:34 +02:00
ps_enc.c
refs.c lavc/hevcdec: do not pass HEVCContext to ff_hevc_frame_nb_refs() 2024-06-11 17:39:35 +02:00
sei.c
sei.h