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

Git pushed a change to branch master
in repository ffmpeg.

    from c40ac0f03a swscale/vulkan: add support for filtering on SWS_OP_READ
     new 2e25da3121 vf_nlmeans_vulkan: port to compile-time SPIR-V generation
     new a189413832 vf_blackdetect_vulkan: port to compile-time SPIR-V 
generation
     new 437aa4d208 lavfi/blackdetect_vulkan: use integer timestamps and fix 
crash

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                                          |   4 +-
 libavfilter/vf_blackdetect_vulkan.c                | 114 ++---
 libavfilter/vf_nlmeans_vulkan.c                    | 552 ++++-----------------
 libavfilter/vulkan/Makefile                        |   5 +
 .../{scdet.comp.glsl => blackdetect.comp.glsl}     |  44 +-
 ...avgblur.comp.glsl => nlmeans_denoise.comp.glsl} |  65 ++-
 libavfilter/vulkan/nlmeans_horizontal.comp.glsl    | 104 ++++
 libavfilter/vulkan/nlmeans_vertical.comp.glsl      | 122 +++++
 libavfilter/vulkan/nlmeans_weights.comp.glsl       | 144 ++++++
 9 files changed, 582 insertions(+), 572 deletions(-)
 copy libavfilter/vulkan/{scdet.comp.glsl => blackdetect.comp.glsl} (57%)
 copy libavfilter/vulkan/{avgblur.comp.glsl => nlmeans_denoise.comp.glsl} (51%)
 create mode 100644 libavfilter/vulkan/nlmeans_horizontal.comp.glsl
 create mode 100644 libavfilter/vulkan/nlmeans_vertical.comp.glsl
 create mode 100644 libavfilter/vulkan/nlmeans_weights.comp.glsl

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

Reply via email to