From 0709836e8a41e22aede7bd0f033a746b8b5b05bd Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 31 May 2023 19:46:16 +0200 Subject: [PATCH] Index: add post for new Vulkan decoding support Requested by Khronos. I don't really care, but w/e. --- src/index | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/index b/src/index index 4e6498a..95a9ec8 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,25 @@ News +

May 31st, 2023, Vulkan decoding

+

+ Recently, Vulkan-powered decoding hardware acceleration code was merged into the codebase. + This is the first vendor-generic and platform-generic decode acceleration API, enabling the + same code to be used on multiple platforms, with very minimal overhead. + This is also the first multi-threaded hardware decoding API, and our code makes full use of this, + saturating all available decode engines the hardware exposes. +

+

+ Those wishing to test the code can consult our + documentation page. + For those who would like to integrate FFmpeg's Vulkan code to demux, parse, decode, and receive + a VkImage to present or manipulate, documentation and examples are available in our source tree. +

+

+ As this is also the first practical implementation of the specifications, bugs may be present, + particularly in drivers, and, although passing verification, the implementation itself. +

+

February 28th, 2023, FFmpeg 6.0 "Von Neumann"

A new major release, FFmpeg 6.0 "Von Neumann", -- 2.40.1