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>
6 months ago
..
Makefile
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
cabac.c
avcodec: use the renamed av_zero_extend
7 months ago
cabac.h
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
ctu.c
lavc/vvc: Validate IBC block vector
6 months ago
ctu.h
avcodec/vvcdec: alf, support virtual boundaries
6 months ago
data.c
avcodec/vvcdec: add vvc inter filters for RPR
8 months ago
data.h
avcodec/vvcdec: add vvc inter filters for RPR
8 months ago
dec.c
avcodec/vvc: Don't create new thread when thread_count is 1
6 months ago
dec.h
avcodec/vvcdec: refact, unify {horizontal, vertical}_bs, {horizontal, vertical}_p, {horizontal, vertical}_q
6 months ago
dsp.c
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
dsp.h
avcodec/vvcdec: add RPR dsp
8 months ago
dsp_template.c
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
filter.c
avcodec/vvcdec: Fix compiling with MSVC 2022 17.8 and older
6 months ago
filter.h
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
filter_template.c
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
inter.c
avcodec/vvcdec: alf, support virtual boundaries
6 months ago
inter.h
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
inter_template.c
avcodec: use the renamed av_zero_extend
7 months ago
intra.c
lavc/vvc: Fix out-of-bounds array access
9 months ago
intra.h
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
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
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
itx_1d.h
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
mvs.c
lavc/vvc: Validate IBC block vector
6 months ago
mvs.h
lavc/vvc: Validate IBC block vector
6 months ago
ps.c
avcodec/vvcdec: ps, derive virtual boundaries
6 months ago
ps.h
avcodec/vvcdec: ps, derive virtual boundaries
6 months ago
refs.c
lavc/vvc: Always set flags for the current picture
6 months ago
refs.h
avcodec/vvc: Rename vvc_?foo->foo
9 months ago
thread.c
lavc/vvc: Don't discard return codes
6 months ago
thread.h
avcodec/vvcdec: ff_vvc_frame_submit, avoid initializing task twice.
8 months ago