mbox

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

Message ID 20200626071329.3935-1-mbonda@nvidia.com
Headers show

Message

ManojGuptaBonda June 26, 2020, 7:13 a.m. UTC
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 | 13 +++++-
 5 files changed, 110 insertions(+), 4 deletions(-)