[FFmpeg-devel] [PATCH 00/11] Add Intra Block Copy support to the vvc decoder
Nuo Mi
nuomi2021 at gmail.com
Thu Feb 22 09:13:55 EET 2024
*** BLURB HERE ***
Nuo Mi (8):
avcodec/vvcdec: refact out deblock_bs to reduce duplicate code
avcodec/vvcdec: set CuPredMode table for chroma
avcodec/vvcdec: deblock_bs, fix intra check for IBC
avcodec/vvcdec: cabac, fix non_inter_flag, pred_mode_flag, amvr_shift
for IBC
avcodec/vvcdec: skip inter prediction for IBC blocks
avcodec/vvcdec: ff_vvc_set_intra_mvf, refact to support dmvr tab
avcodec/vvcdec: fix dual tree for skipped transform tree/unit
avcodec/vvcdec: refact, rename !is_mvp to check_mer
Wu Jianhua (3):
avcodec/vvcdec: implement update_hmvp for IBC
avcodec/vvcdec: add Intra Block Copy parser
avcodec/vvcdec: add Intra Block Copy decoder
libavcodec/vvc/vvc_cabac.c | 10 +-
libavcodec/vvc/vvc_ctu.c | 118 ++++++++++++++++------
libavcodec/vvc/vvc_ctu.h | 4 +
libavcodec/vvc/vvc_filter.c | 181 ++++++++++++----------------------
libavcodec/vvc/vvc_inter.c | 2 +-
libavcodec/vvc/vvc_intra.c | 87 ++++++++++++++++-
libavcodec/vvc/vvc_mvs.c | 188 +++++++++++++++++++++++++++++-------
libavcodec/vvc/vvc_mvs.h | 4 +-
libavcodec/vvc/vvcdec.c | 25 +++++
libavcodec/vvc/vvcdec.h | 3 +
10 files changed, 431 insertions(+), 191 deletions(-)
--
2.25.1
More information about the ffmpeg-devel
mailing list