Re: [FFmpeg-devel] [PATCH v2 00/10] make QSV works with Intel's oneVPL

2021-08-25 Thread Xiang, Haihao
On Mon, 2021-08-23 at 05:06 +, Soft Works wrote: > > -Original Message- > > From: ffmpeg-devel On Behalf Of Xiang, > > Haihao > > Sent: Monday, 23 August 2021 06:29 > > To: ffmpeg-devel@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH v2 00/10] ma

Re: [FFmpeg-devel] [PATCH v2 00/10] make QSV works with Intel's oneVPL

2021-08-22 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Xiang, > Haihao > Sent: Monday, 23 August 2021 06:29 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v2 00/10] make QSV works with Intel's > oneVPL > > On Mon, 2021-08-16 at

Re: [FFmpeg-devel] [PATCH v2 00/10] make QSV works with Intel's oneVPL

2021-08-22 Thread Xiang, Haihao
On Mon, 2021-08-16 at 15:33 +0800, Haihao Xiang wrote: > The oneAPI Video Processing Library (oneVPL) is a single interface for > encode, decode and video processing[1]. oneVPL is a successor to Intel's Media > SDK (MediaSDK), but removed obsolete features. MediaSDK lifetime comes to an > end now[2

[FFmpeg-devel] [PATCH v2 00/10] make QSV works with Intel's oneVPL

2021-08-16 Thread Haihao Xiang
The oneAPI Video Processing Library (oneVPL) is a single interface for encode, decode and video processing[1]. oneVPL is a successor to Intel's Media SDK (MediaSDK), but removed obsolete features. MediaSDK lifetime comes to an end now[2]. This patchset fixes compiler errors when building FFmpeg ag