[FFmpeg-devel] [PATCH 0/2] VDPAU HEVC 10/12 Bit Decode Support

ManojGuptaBonda mbonda at nvidia.com
Sat Jun 27 16:34:20 EEST 2020


NVIDIA R450 driver added VDPAU support for HEVC 10/12 bit Decoding
adding the same in ffmpeg. Updated version with #ifdef guards 
to continue compiling with older releases


ManojGuptaBonda (2):
  lavc/vdpau_hevc: add function to find exact vdp_profile for REXT
  Add VDPAU to list of supported formats

 libavcodec/Makefile         |  2 +-
 libavcodec/hevcdec.c        |  6 +++
 libavcodec/vdpau.c          |  4 ++
 libavcodec/vdpau_hevc.c     | 89 ++++++++++++++++++++++++++++++++++++-
 libavutil/hwcontext_vdpau.c | 21 ++++++++-
 5 files changed, 118 insertions(+), 4 deletions(-)

-- 
2.17.1



More information about the ffmpeg-devel mailing list