You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Frank Plowman
acacf8a313
lavc/vvc: Use pps->{width, height} over sps->{width, height}
...
The PPS should be used instead of the SPS to get the current picture's
dimensions. Using the SPS can cause issues if the resolution changes
mid-sequence. In particular, it was leading to invalid memory accesses
if the resolution decreased.
Patch replaces sps->{width,height} with pps->{width,height}. It also
removes sps->{width,height}, as these are no longer used anywhere.
Fixes crash when decoding DVB V&V test sequence
VVC_HDR_UHDTV1_ClosedGOP_Max3840x2160_50fps_HLG10_res_change_without_RPR
Signed-off-by: Frank Plowman <post@frankplowman.com>
11 months ago
..
Makefile
vvcdec: add vvc decoder
1 year ago
vvc_cabac.c
vvcdec: add cabac decoder
1 year ago
vvc_cabac.h
vvcdec: add cabac decoder
1 year ago
vvc_ctu.c
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_ctu.h
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_data.c
…
vvc_data.h
…
vvc_filter.c
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_filter.h
vvcdec: add LMCS, Deblocking, SAO, and ALF filters
1 year ago
vvc_filter_template.c
avcodec/vvcdec: misc, constify hor_ctu_edge
1 year ago
vvc_inter.c
lavc/vvc: Remove left shifts of negative values
12 months ago
vvc_inter.h
vvcdec: add inter prediction
1 year ago
vvc_inter_template.c
avcodec/vvc/vvc_inter_template: move put/put_luma/put_chroma template to h2656_inter_template.c
12 months ago
vvc_intra.c
vvcdec: add TODO for combining transform, lmcs_scale_chroma, and add_residual
1 year ago
vvc_intra.h
vvcdec: add intra prediction
1 year ago
vvc_intra_template.c
lavc/vvc: Clamp shift RHS
12 months ago
vvc_itx_1d.c
vvcdec: add inv transform 1d
1 year ago
vvc_itx_1d.h
vvcdec: add inv transform 1d
1 year ago
vvc_mvs.c
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_mvs.h
vvcdec: add motion vector decoder
1 year ago
vvc_ps.c
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_ps.h
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_refs.c
lavc/vvc: Use pps->{width, height} over sps->{width, height}
11 months ago
vvc_refs.h
avcodec/vvcdec: fix seeking for open GOP
11 months ago
vvc_thread.c
avcodec/vvc_thread: don't use an anonymous union
1 year ago
vvc_thread.h
vvcdec: add CTU thread logical
1 year ago
vvcdec.c
avcodec/vvcdec: frame_context_setup, set fc->ref to NULL
11 months ago
vvcdec.h
vvcdec: add inter prediction
1 year ago
vvcdsp.c
avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
12 months ago
vvcdsp.h
avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizations
12 months ago
vvcdsp_template.c
vvcdec: add dsp init and inv transform
1 year ago