Re: [FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12

2023-11-09 Thread Wu, Tong1
>Nov 8, 2023, 02:06 by tong1.wu-at-intel@ffmpeg.org: > >> From: Wu Jianhua <> toq...@outlook.com> > >> >> Signed-off-by: Wu Jianhua <> toq...@outlook.com> > >> Signed-off-by: Tong Wu <> tong1...@intel.com> > >> --- >> configure | 5 + >> doc/APIchanges

Re: [FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12

2023-11-09 Thread Wu, Tong1
>-Original Message- >From: ffmpeg-devel On Behalf Of Jean- >Baptiste Kempf >Sent: Wednesday, November 8, 2023 7:04 PM >To: fmpeg-devel >Subject: Re: [FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va >and AV_PIX_FMT_D3D12 > >Hello, > >On W

Re: [FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12

2023-11-08 Thread Lynne
Nov 8, 2023, 02:06 by tong1.wu-at-intel@ffmpeg.org: > From: Wu Jianhua <> toq...@outlook.com> > > > Signed-off-by: Wu Jianhua <> toq...@outlook.com> > > Signed-off-by: Tong Wu <> tong1...@intel.com> > > --- > configure | 5 + > doc/APIchanges

Re: [FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12

2023-11-08 Thread Jean-Baptiste Kempf
Hello, On Wed, 8 Nov 2023, at 02:05, Tong Wu wrote: > +/** > + * @brief This struct is used to sync d3d12 execution > + * > + */ > +typedef struct AVD3D12VASyncContext { > +/** > + * D3D12 fence object > + */ > +ID3D12Fence *fence; > + > +/** > + * A handle to the event

Re: [FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12

2023-11-07 Thread Wu, Tong1
Since 6.1 release has branched out. Resend this patch set and add this feature to the next release version. > configure | 5 + > doc/APIchanges | 7 + > libavutil/Makefile | 3 + > libavutil/hwcontext.c

[FFmpeg-devel] [PATCH v9 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12

2023-11-07 Thread Tong Wu
From: Wu Jianhua Signed-off-by: Wu Jianhua Signed-off-by: Tong Wu --- configure | 5 + doc/APIchanges | 7 + libavutil/Makefile | 3 + libavutil/hwcontext.c | 4 + libavutil/hwcontext.h