[FFmpeg-devel] [PATCH v9 09/13] vvcdec: add LMCS, Deblocking, SAO, and ALF filters
Lynne
dev at lynne.ee
Mon Jan 1 17:17:54 EET 2024
Jan 1, 2024, 15:15 by nuomi2021 at gmail.com:
> Co-authored-by: Xu Mu <toxumu at outlook.com>
> Co-authored-by: Frank Plowman <post at frankplowman.com>
> Co-authored-by: Shaun Loo <shaunloo10 at gmail.com>
> Co-authored-by: Wu Jianhua <toqsxw at outlook.com>
> ---
> libavcodec/vvc/Makefile | 1 +
> libavcodec/vvc/vvc_ctu.h | 1 +
> libavcodec/vvc/vvc_filter.c | 1332 ++++++++++++++++++++++++++
> libavcodec/vvc/vvc_filter.h | 71 ++
> libavcodec/vvc/vvc_filter_template.c | 1135 ++++++++++++++++++++++
> 5 files changed, 2540 insertions(+)
> create mode 100644 libavcodec/vvc/vvc_filter.c
> create mode 100644 libavcodec/vvc/vvc_filter.h
> create mode 100644 libavcodec/vvc/vvc_filter_template.c
>
Is there really absolutely nothing you can reuse from the HEVC decoder?
More information about the ffmpeg-devel
mailing list