Thanks Philip. > -----Original Message----- > From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> 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, 25 Oct 2019 11:00:13 +0530 > ManojGuptaBonda <mbo...@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@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email ffmpeg-devel-requ...@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. ----------------------------------------------------------------------------------- _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".