ffmpeg/libavcodec/vulkan
Lynne 6bad55eb17
ffv1: add a Vulkan-based decoder
This patch adds a fully-featured level 3 and 4 decoder for FFv1,
supporting Golomb and all Range coding variants, all pixel formats,
and all features, except for the newly added floating-point formats.

On a 6000 Ada, for 3840x2160 bgr0 content at 50Mbps (standard desktop
recording), it is able to do 400fps.
An Alder Lake with 24 threads can barely do 100fps.
2025-03-17 08:51:23 +01:00
..
common.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_common.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_dec.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_dec_rct.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_dec_setup.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_enc.comp
ffv1_enc_ac.comp
ffv1_enc_common.comp ffv1enc_vulkan: support buffers larger than 4GiB 2024-11-20 05:23:05 +01:00
ffv1_enc_rct.comp vulkan: unify handling of BGR and simplify ffv1_rct 2025-03-17 08:49:15 +01:00
ffv1_enc_rgb.comp
ffv1_enc_setup.comp ffv1enc_vulkan: refactor code to support sharing with decoder 2025-03-17 08:49:14 +01:00
ffv1_enc_vlc.comp
ffv1_rct.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
ffv1_reset.comp ffv1enc_vulkan: refactor code to support sharing with decoder 2025-03-17 08:49:14 +01:00
ffv1_vlc.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
Makefile ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00
rangecoder.comp ffv1: add a Vulkan-based decoder 2025-03-17 08:51:23 +01:00