]> git.sesse.net Git - ffmpeg/commit
Add support for VP9 VDPAU hwaccel decode
authorManojGuptaBonda <mbonda@nvidia.com>
Fri, 25 Oct 2019 05:30:13 +0000 (11:00 +0530)
committerPhilip Langdale <philipl@overt.org>
Sat, 26 Oct 2019 16:57:01 +0000 (09:57 -0700)
commit1054752c563cbe978f16010ed57dfa23a41ee490
treea6d9b9657c10680766f47161deb23094687b4fcb
parente1d993d829a6386d1b0514ea38f723d2b31b38fe
Add support for VP9 VDPAU hwaccel decode

Support for VDPAU accelerated VP9 decoding was added with libvdpau-1.3.
Support for the same in ffmpeg is added with this patch. Profiles
related to VDPAU VP9 can be found in latest vdpau.h present in
libvdpau-1.3. DRC clips are not supported yet due to
http://trac.ffmpeg.org/ticket/8068

Add VP9 VDPAU to list of hwaccels and supported formats
Added file vdpau_vp9.c and Modified configure to add VDPAU VP9 support.
Mapped VP9 profiles to VDPAU VP9 profiles. Populated the codec specific
params that need to be passed to VDPAU.

Signed-off-by: Philip Langdale <philipl@overt.org>
Changelog
configure
libavcodec/Makefile
libavcodec/hwaccels.h
libavcodec/vdpau_internal.h
libavcodec/vdpau_vp9.c [new file with mode: 0644]
libavcodec/version.h
libavcodec/vp9.c