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
6df0c5f9f4
lavc/vvc: Remove experimental flag
...
This reverts commit 110d8549d5
.
I have been working through fixing bugs, particularly crashes I've
found using a fuzzer, in the VVC decoder for the past few months.
While I won't claim it is now bug-free, it is considerably more
resilient than it was and I think in a position to have the
experimental flag removed for release 7.1.
Additionally, most of the Main 10 features of VVC which were missing
version of the decoder released in 7.0 have now been implemented.
This includes the most major missing features: IBC, subpictures and RPR.
Signed-off-by: Frank Plowman <post@frankplowman.com>
4 months ago
..
Makefile
…
cabac.c
…
cabac.h
…
ctu.c
lavc/vvc: Fix assertion bound on qPy_{a,b}
4 months ago
ctu.h
avcodec/vvcdec: split ctu table to zero init and no zero init parts
5 months ago
data.c
…
data.h
…
dec.c
lavc/vvc: Remove experimental flag
4 months ago
dec.h
avcodec/vvcdec: split ctu table to zero init and no zero init parts
5 months ago
dsp.c
avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code
4 months ago
dsp.h
avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code
4 months ago
dsp_template.c
avcodec/vvc/dsp: prefix TxType and TxSize with VVC
5 months ago
filter.c
avcodec/vvcdec: format, fix indent for vvc_deblock_bs
4 months ago
filter.h
…
filter_template.c
avcodec/vvc: Remove write-only assignments in alf_filter_chroma
5 months ago
inter.c
avcodec/vvcdec: split ctu table to zero init and no zero init parts
5 months ago
inter.h
…
inter_template.c
avcodec/vvcdec: bdof, do not pad sources and gradients to simplify the code
4 months ago
intra.c
avcodec/vvc/dsp: prefix TxType and TxSize with VVC
5 months ago
intra.h
…
intra_template.c
…
intra_utils.c
…
itx_1d.c
…
itx_1d.h
…
mvs.c
avcodec/vvcdec: do not zero frame msf mmi table
5 months ago
mvs.h
lavc/vvc: Validate IBC block vector
6 months ago
ps.c
lavc/vvc: Prevent OOB access in subpic_tiles
4 months ago
ps.h
avcodec/vvcdec: ps, derive virtual boundaries
6 months ago
refs.c
avcodec/vvcdec: fix potential deadlock in report_frame_progress
4 months ago
refs.h
…
thread.c
avcodec/vvcdec: fix potential deadlock in report_frame_progress
4 months ago
thread.h
avcodec/vvcdec: move frame tab memset from the main thread to worker threads
5 months ago