On Tue, 2 Jan 2024, at 10:47, Nuo Mi wrote:
> On Mon, Jan 1, 2024 at 11:18 PM Lynne <[email protected]> wrote:
>
>> Jan 1, 2024, 15:15 by [email protected]:
>>
>> > Co-authored-by: Xu Mu <[email protected]>
>> > Co-authored-by: Frank Plowman <[email protected]>
>> > Co-authored-by: Shaun Loo <[email protected]>
>> > Co-authored-by: Wu Jianhua <[email protected]>
>> > ---
>> >  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?
>>
> LMCS and ALF are new filters. SAO is entirely reusable, and deblock is
> partially reusable.
> However, all of them require some changes to the HEVC code.
> Currently, I prefer not to touch the HEVC code as there is no HEVC
> maintainer, and any HEVC code change requires a very long review time.

Yes, keep it up like this.

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734
_______________________________________________
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".

Reply via email to