Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL

2018-12-09 Thread Mironov, Mikhail
: ffmpeg-devel on behalf of James Courtier-Dutton Sent: Sunday, December 9, 2018 7:04:55 PM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL On Sun, 9 Dec 2018 at 23:21, Mironov, Mikhail wrote: > There is one potential way to do it: > Decode

Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL

2018-12-09 Thread James Courtier-Dutton
On Sun, 9 Dec 2018 at 23:21, Mironov, Mikhail wrote: > There is one potential way to do it: > Decode using AMF on Vulkan, then Vulkan has interop to OpenGL and OpenGL > has interop to OpenCL. > AMF on Vulkan on Linux was released (decoder and encoder). > To integrate it to FFmpeg we need FFmpeg A

Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL

2018-12-09 Thread Mironov, Mikhail
> To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL > > On Sun, 9 Dec 2018 at 13:37, Mark Thompson wrote: > > > On 09/12/2018 01:22, James Courtier-Dutton wrote: > > > Hi, > > > >

Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL

2018-12-09 Thread James Courtier-Dutton
On Sun, 9 Dec 2018 at 13:37, Mark Thompson wrote: > On 09/12/2018 01:22, James Courtier-Dutton wrote: > > Hi, > > > > I little off topic, but hopefully someone here might be able to help me > as > > it is video processing related. > > > > I wish to use UVD to send a video stream to the GPU, and t

Re: [FFmpeg-devel] AMD Vega 56, UVD and OpenCL

2018-12-09 Thread Mark Thompson
On 09/12/2018 01:22, James Courtier-Dutton wrote: > Hi, > > I little off topic, but hopefully someone here might be able to help me as > it is video processing related. > > I wish to use UVD to send a video stream to the GPU, and then have OpenCL > process the output video frames. > > Can anyone

[FFmpeg-devel] AMD Vega 56, UVD and OpenCL

2018-12-08 Thread James Courtier-Dutton
Hi, I little off topic, but hopefully someone here might be able to help me as it is video processing related. I wish to use UVD to send a video stream to the GPU, and then have OpenCL process the output video frames. Can anyone point me to example source code to achieve this in Linux. Kind Reg