1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-07 11:13:41 +02:00
FFmpeg/libavcodec/hevc
Anton Khirnov 8c8072c29c lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext
"Currently active PPS" is a property of the decoding process, not of the
list of available parameter sets.
2024-06-11 17:39:34 +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_template.c
dsp.c
dsp.h
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: move active PPS from HEVCParamSets to HEVCContext 2024-06-11 17:39:34 +02:00
hevcdec.h lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 2024-06-11 17:39:34 +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_template.c lavc/hevc/pred: stop accessing parameter sets through HEVCParamSets 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
ps_enc.c
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
refs.c lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 2024-06-11 17:39:34 +02:00
sei.c
sei.h