This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from dc23adde9b avcodec/x86/h264_intrapred: Replace pred8x8_dc_8_mmxext
with SSE2
new d381151ae3 vulkan_filter: add an argument for setting the Z workgroup
count
new f8f485fb3c vf_interlace_vulkan: convert to compile-time SPIR-V
generation
new 2f7d3290c0 vf_xfade_vulkan: convert to compile-time SPIR-V generation
new d0ee5d0556 vf_flip_vulkan: convert to compile-time SPIR-V generation
new 4061e3351f vf_transpose_vulkan: convert to compile-time SPIR-V
generation
new ada9716172 vsrc_testsrc_vulkan: convert to compile-time SPIR-V
generation
new 8001b19dc8 vf_gblur_vulkan: port to compile-time SPIR-V generation
new 8483de2858 chromaber_vulkan: switch to compile-time SPIR-V generation
new 6f811ad751 hwcontext_vulkan: implement internal queue synchronization
The 9 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 | 18 +-
libavfilter/vf_avgblur_vulkan.c | 2 +-
libavfilter/vf_blend_vulkan.c | 2 +-
libavfilter/vf_bwdif_vulkan.c | 2 +-
libavfilter/vf_chromaber_vulkan.c | 106 ++-----
libavfilter/vf_flip_vulkan.c | 103 ++-----
libavfilter/vf_gblur_vulkan.c | 138 ++-------
libavfilter/vf_interlace_vulkan.c | 143 +++-------
libavfilter/vf_overlay_vulkan.c | 2 +-
libavfilter/vf_scale_vulkan.c | 2 +-
libavfilter/vf_transpose_vulkan.c | 97 ++-----
libavfilter/vf_v360_vulkan.c | 2 +-
libavfilter/vf_xfade_vulkan.c | 310 ++-------------------
libavfilter/vsrc_testsrc_vulkan.c | 77 ++---
libavfilter/vulkan/Makefile | 7 +
.../{avgblur.comp.glsl => chromaber.comp.glsl} | 57 ++--
.../vulkan/color.comp.glsl | 28 +-
.../vulkan/{avgblur.comp.glsl => flip.comp.glsl} | 34 ++-
.../vulkan/{avgblur.comp.glsl => gblur.comp.glsl} | 37 +--
libavfilter/vulkan/interlace.comp.glsl | 73 +++++
.../{avgblur.comp.glsl => transpose.comp.glsl} | 39 +--
libavfilter/vulkan/xfade.comp.glsl | 266 ++++++++++++++++++
libavfilter/vulkan_filter.c | 15 +-
libavfilter/vulkan_filter.h | 9 +-
libavutil/hwcontext_vulkan.c | 65 +++--
libavutil/vulkan_functions.h | 1 +
libavutil/vulkan_loader.h | 3 +
27 files changed, 711 insertions(+), 927 deletions(-)
copy libavfilter/vulkan/{avgblur.comp.glsl => chromaber.comp.glsl} (50%)
copy libavcodec/vulkan/ffv1_dec_rgb_float.comp.glsl =>
libavfilter/vulkan/color.comp.glsl (57%)
copy libavfilter/vulkan/{avgblur.comp.glsl => flip.comp.glsl} (65%)
copy libavfilter/vulkan/{avgblur.comp.glsl => gblur.comp.glsl} (63%)
create mode 100644 libavfilter/vulkan/interlace.comp.glsl
copy libavfilter/vulkan/{avgblur.comp.glsl => transpose.comp.glsl} (60%)
create mode 100644 libavfilter/vulkan/xfade.comp.glsl
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]