Re: [FFmpeg-devel] [PATCH v2] Add support for VP9 VDPAU hwaccel decode

2019-10-26 Thread Manoj Bonda
Thanks Philip. > -Original Message- > From: ffmpeg-devel On Behalf Of Philip > Langdale > Sent: Saturday, October 26, 2019 10:35 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v2] Add support for VP9 VDPAU hwaccel > decode > > On Fri,

Re: [FFmpeg-devel] [PATCH v2] Add support for VP9 VDPAU hwaccel decode

2019-10-26 Thread Philip Langdale
On Fri, 25 Oct 2019 11:00:13 +0530 ManojGuptaBonda wrote: > Support for VDPAU accelerated VP9 decoding was added with > libvdpau-1.3. Support for the same in ffmpeg is added with this > patch. Profiles related to VDPAU VP9 can be found in latest vdpau.h > present in libvdpau-1.3. DRC clips are no

[FFmpeg-devel] [PATCH v2] Add support for VP9 VDPAU hwaccel decode

2019-10-24 Thread ManojGuptaBonda
Support for VDPAU accelerated VP9 decoding was added with libvdpau-1.3. Support for the same in ffmpeg is added with this patch. Profiles related to VDPAU VP9 can be found in latest vdpau.h present in libvdpau-1.3. DRC clips are not supported yet due to http://trac.ffmpeg.org/ticket/8068 Add VP9 V