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

Philip Langdale philipl at overt.org
Sat Jun 27 19:44:05 EEST 2020


On Sat, 27 Jun 2020 19:04:20 +0530
ManojGuptaBonda <mbonda at nvidia.com> wrote:

> 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(-)
> 

This set compiles cleanly with older libvdpau, thanks. I will test with
the new drivers when ubuntu publish debs for them and then push the
changes if everything works as expected.

Thanks,

--phil


More information about the ffmpeg-devel mailing list