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

2019-10-24 Thread Moritz Barsnick
On Tue, Oct 22, 2019 at 17:36:22 +0530, ManojGuptaBonda wrote: > --- a/Changelog > +++ b/Changelog > @@ -16,7 +16,7 @@ version : > - photosensitivity filter > - anlms filter > - arnndn filter > - > +- VDPAU VP9 hwaccel Nit: Please don't remove the empty line from the Changelog. > #define LIBA

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

2019-10-22 Thread Philip Langdale
On 2019-10-22 05:06, 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 not supported yet due to

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

2019-10-22 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