mbox

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

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

Message

ManojGuptaBonda June 25, 2020, 11:23 a.m. UTC
NVIDIA R450 driver added VDPAU support for HEVC 10/12 bit Decoding
adding the same in ffmpeg

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     | 83 ++++++++++++++++++++++++++++++++++++-
 libavutil/hwcontext_vdpau.c | 13 +++++-
 5 files changed, 104 insertions(+), 4 deletions(-)