Re: [FFmpeg-devel] [PATCH v3 7/8] lavc/vvc_dec: Add hardware decode API

2024-10-28 Thread Xiang, Haihao
On Wo, 2024-09-25 at 10:15 +0800, fei.w.wang-at-intel@ffmpeg.org wrote: > From: Fei Wang > > Signed-off-by: Fei Wang > --- >  libavcodec/vvc/dec.c  | 90 --- >  libavcodec/vvc/dec.h  |  4 ++ >  libavcodec/vvc/refs.c |  6 +++ >  3 files changed, 87 inser

Re: [FFmpeg-devel] [PATCH v3 7/8] lavc/vvc_dec: Add hardware decode API

2024-10-28 Thread Wang, Fei W
On Mon, 2024-10-28 at 01:18 +, Xiang, Haihao wrote: > On Wo, 2024-09-25 at 10:15 +0800, > fei.w.wang-at-intel@ffmpeg.org wrote: > > From: Fei Wang > > > > Signed-off-by: Fei Wang > > --- > >  libavcodec/vvc/dec.c  | 90 --- > > > >  libavcodec/vvc/

[FFmpeg-devel] [PATCH v3 7/8] lavc/vvc_dec: Add hardware decode API

2024-09-24 Thread fei . w . wang-at-intel . com
From: Fei Wang Signed-off-by: Fei Wang --- libavcodec/vvc/dec.c | 90 --- libavcodec/vvc/dec.h | 4 ++ libavcodec/vvc/refs.c | 6 +++ 3 files changed, 87 insertions(+), 13 deletions(-) diff --git a/libavcodec/vvc/dec.c b/libavcodec/vvc/dec.c index ed