This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 74e3d63fb66f138aa2a0d4b8c309ea9289a71c0a
Author:     Lynne <[email protected]>
AuthorDate: Wed May 13 00:08:19 2026 +0900
Commit:     Lynne <[email protected]>
CommitDate: Thu May 14 02:55:52 2026 +0900

    vulkan/prores_raw: use get_bits shared memory cache
    
    50% speedup on AMD.
---
 libavcodec/vulkan/prores_raw_decode.comp.glsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/vulkan/prores_raw_decode.comp.glsl 
b/libavcodec/vulkan/prores_raw_decode.comp.glsl
index 88687da181..1c18256f0a 100644
--- a/libavcodec/vulkan/prores_raw_decode.comp.glsl
+++ b/libavcodec/vulkan/prores_raw_decode.comp.glsl
@@ -23,6 +23,7 @@
 #pragma shader_stage(compute)
 #extension GL_GOOGLE_include_directive : require
 
+#define GET_BITS_SMEM 4
 #include "common.glsl"
 
 struct TileData {

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to