From a44fba0b5b3b4090f9238751736198ddd1f0f1d5 Mon Sep 17 00:00:00 2001 From: ManojGuptaBonda Date: Mon, 16 May 2022 18:45:58 +0530 Subject: AV1 VDPAU hwaccel Decode support Support for VDPAU accelerated AV1 decoding was added with libvdpau-1.5. Support for the same in ffmpeg is added with this patch. Profiles related to VDPAU AV1 can be found in latest vdpau.h present in libvdpau-1.5. Add AV1 VDPAU to list of hwaccels and supported formats Added file vdpau_av1.c and Modified configure to add VDPAU AV1 support. Mapped AV1 profiles to VDPAU AV1 profiles. Populated the codec specific params that need to be passed to VDPAU. Signed-off-by: Philip Langdale --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index ef589705c4..c39cc5087e 100644 --- a/Changelog +++ b/Changelog @@ -21,6 +21,7 @@ version 5.1: - QOI image format support - ffprobe -o option - virtualbass audio filter +- VDPAU AV1 hwaccel version 5.0: -- cgit v1.2.3