*** 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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".