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

Philip Langdale philipl at overt.org
Sat Oct 26 20:05:04 EEST 2019


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


More information about the ffmpeg-devel mailing list