[FFmpeg-devel] [PATCH 0/2] *** Add Support for VDPAU accelerated	VP9 decoding ***
    ManojGuptaBonda 
    mbonda at nvidia.com
       
    Mon Oct 21 13:20:11 EEST 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
-----------------------------------------------------------------------------------
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