[VDPAU] [PATCH 0/2] *** Add Support for VDPAU accelerated VP9 decoding ***
ManojGuptaBonda
mbonda at nvidia.com
Mon Oct 21 10:09:47 UTC 2019
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
--
2.17.1
More information about the VDPAU
mailing list