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

Manoj Bonda mbonda at nvidia.com
Sun Oct 27 08:42:51 EET 2019


Thanks Philip.

> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Philip
> Langdale
> Sent: Saturday, October 26, 2019 10:35 PM
> To: ffmpeg-devel at ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH v2] Add support for VP9 VDPAU hwaccel
> decode
> 
> On Fri, 25 Oct 2019 11:00:13 +0530
> ManojGuptaBonda <mbonda at nvidia.com> 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
> > http://trac.ffmpeg.org/ticket/8068
> >
> > Add VP9 VDPAU to list of hwaccels and supported formats Added file
> > vdpau_vp9.c and Modified configure to add VDPAU VP9 support. Mapped
> > VP9 profiles to VDPAU VP9 profiles. Populated the codec specific
> > params that need to be passed to VDPAU.
> > ---
> 
> > diff --git a/libavcodec/version.h b/libavcodec/version.h index
> > 2e047a6f51..2764690dee 100644
> > --- a/libavcodec/version.h
> > +++ b/libavcodec/version.h
> > @@ -28,7 +28,7 @@
> >  #include "libavutil/version.h"
> >
> >  #define LIBAVCODEC_VERSION_MAJOR  58
> > -#define LIBAVCODEC_VERSION_MINOR  59
> > +#define LIBAVCODEC_VERSION_MINOR  60
> >  #define LIBAVCODEC_VERSION_MICRO 102
> >
> >  #define LIBAVCODEC_VERSION_INT
> > AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ diff --git
> 
> Pushed with a tiny fix to reset the MICRO version.
> 
> Thanks!
> 
> --phil
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email ffmpeg-devel-request at ffmpeg.org
> with subject "unsubscribe".

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------


More information about the ffmpeg-devel mailing list