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
83b77990c6
lavc/vvc: Always set flags for the current picture
...
ff_vvc_frame_rpl uses the flags to detect whether a frame is in use.
Therefore, in the case of a CVSS AU (RASL/GDR with
NoOutputBeforeRecoveryFlag) with ph_non_ref_pic_flag = 1, the frame
would be freed before it is used. Fix this by always marking the
current frame with VVC_FRAME_FLAG_SHORT_REF, as is done by the HEVC
decoder.
Signed-off-by: Frank Plowman <post@frankplowman.com>
7 months ago
..
Makefile
…
cabac.c
avcodec: use the renamed av_zero_extend
7 months ago
cabac.h
…
ctu.c
lavc/vvc: Validate IBC block vector
7 months ago
ctu.h
avcodec/vvcdec: alf, support virtual boundaries
7 months ago
data.c
…
data.h
…
dec.c
avcodec/vvc: Don't create new thread when thread_count is 1
7 months ago
dec.h
avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q
7 months ago
dsp.c
…
dsp.h
…
dsp_template.c
…
filter.c
avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older
7 months ago
filter.h
…
filter_template.c
…
inter.c
avcodec/vvcdec: alf, support virtual boundaries
7 months ago
inter.h
…
inter_template.c
avcodec: use the renamed av_zero_extend
7 months ago
intra.c
…
intra.h
…
intra_template.c
avcodec: use the renamed av_zero_extend
7 months ago
intra_utils.c
avcodec: use the renamed av_zero_extend
7 months ago
itx_1d.c
…
itx_1d.h
…
mvs.c
lavc/vvc: Validate IBC block vector
7 months ago
mvs.h
lavc/vvc: Validate IBC block vector
7 months ago
ps.c
avcodec/vvcdec: ps, derive virtual boundaries
7 months ago
ps.h
avcodec/vvcdec: ps, derive virtual boundaries
7 months ago
refs.c
lavc/vvc: Always set flags for the current picture
7 months ago
refs.h
…
thread.c
lavc/vvc: Don't discard return codes
7 months ago
thread.h
…