[FFmpeg-devel] [PATCH 0/2] *** Add Support for VDPAU accelerated VP9 decoding ***
Philip Langdale
philipl at overt.org
Mon Oct 21 18:46:47 EEST 2019
On Mon, 21 Oct 2019 18:01:36 +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 being
> added with these patches. DRC clips are not supported yet
> due to http://trac.ffmpeg.org/ticket/8068
>
> ManojGuptaBonda (2):
> Add VP9 VDPAU to list of hwaccels and supported formats
> Add decode support for VDPAU VP9.
>
> configure | 3 +
> libavcodec/Makefile | 1 +
> libavcodec/hwaccels.h | 1 +
> libavcodec/vdpau_internal.h | 3 +
> libavcodec/vdpau_vp9.c | 242
> ++++++++++++++++++++++++++++++++++++ libavcodec/vp9.c |
> 9 +- 6 files changed, 258 insertions(+), 1 deletion(-)
> create mode 100644 libavcodec/vdpau_vp9.c
>
Thanks for doing this work. It's not necessary to have two separate
patches here. I think people will not like the idea of the first patch
triggering vp9 decoding which will then fail. I can squash them when I
merge or you can re-post as a single patch.
--phil
More information about the ffmpeg-devel
mailing list