This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 9acd820732 avcodec/mfenc: populate video input type with size, rate,
interlace
new 4d6cd9f983 vf_scdet_vulkan: port to compile-time SPIR-V generation
new c7d3d3ac55 vf_blend_vulkan: port to compile-time SPIR-V generation
new 117807510a vf_overlay_vulkan: port to compile-time SPIR-V generation
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
configure | 6 +-
libavfilter/vf_blend_vulkan.c | 241 +++++++++------------
libavfilter/vf_overlay_vulkan.c | 135 +++---------
libavfilter/vf_scdet_vulkan.c | 93 ++------
libavfilter/vulkan/Makefile | 3 +
libavfilter/vulkan/blend.comp.glsl | 178 +++++++++++++++
libavfilter/vulkan/overlay.comp.glsl | 81 +++++++
.../vulkan/{avgblur.comp.glsl => scdet.comp.glsl} | 51 ++---
8 files changed, 441 insertions(+), 347 deletions(-)
create mode 100644 libavfilter/vulkan/blend.comp.glsl
create mode 100644 libavfilter/vulkan/overlay.comp.glsl
copy libavfilter/vulkan/{avgblur.comp.glsl => scdet.comp.glsl} (50%)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]