1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcodec/hevc
Anton Khirnov e939f02ce6 lavc/hevcdec: improve check for PPS changing between slices
Compare actual PPS objects rather than just PPS ID, as the former might
change while the latter stays the same.

Reported-by: Michael Niedermayer <michael@niedermayer.cc>
2024-07-02 09:55:39 +02:00
..
cabac.c avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
data.c
data.h
dsp_template.c
dsp.c
dsp.h
filter.c lavc/hevcdec: drop redundant HEVCContext.threads_{type,number} 2024-06-11 17:39:35 +02:00
hevc.h
hevcdec.c lavc/hevcdec: improve check for PPS changing between slices 2024-07-02 09:55:39 +02:00
hevcdec.h lavc/hevcdec: move some frame-end code to hevc_frame_end() 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 avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
parse.c
parse.h
parser.c lavc/hevc/parser: stop using HEVCParamSets.[psv]ps 2024-06-11 17:39:34 +02:00
pred_template.c avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
pred.c
pred.h lavc/hevc/pred: stop accessing parameter sets through HEVCParamSets 2024-06-11 17:39:34 +02:00
ps_enc.c
ps.c avcodec: use the renamed av_zero_extend 2024-06-13 20:36:09 -03:00
ps.h lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 2024-06-11 17:39:34 +02:00
refs.c lavc/hevcdec: drop redundant HEVCContext.threads_{type,number} 2024-06-11 17:39:35 +02:00
sei.c
sei.h