This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 9c2aabaa34 avcodec/cavsdec: reject invalid start-code bitreader sizes
new b2b0429d15 swscale/vulkan: fix invalid SPIR-V generation for
plane-remapped passes
new 4b9c4b9cfb swscale/ops_dispatch: fix use-after-free when adding opaque
ops passes
new 1a4250e924 avcodec: remove unneeded vulkan_spirv.h includes
new 6219d4fdd1 vf_scale_vulkan: port to compile-time SPIR-V generation
new aa6aa4ec3e swscale: remove GLSL backend
new 9e9ac0dcd9 vulkan: remove runtime shader compilation support
new 92f2e6374d configure: remove libshaderc and libglslang support
new 90436de5e1 vf_libplacebo: add missing avstring.h include
The 8 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:
.forgejo/workflows/test.yml | 2 +-
configure | 36 +---
doc/filters.texi | 3 +-
doc/scaler.texi | 3 -
libavcodec/apv_encode_vulkan.c | 7 +-
libavcodec/ffv1enc_vulkan.c | 26 +--
libavcodec/proresenc_kostya_vulkan.c | 11 +-
libavcodec/vulkan_apv.c | 4 +-
libavcodec/vulkan_dpx.c | 2 +-
libavcodec/vulkan_ffv1.c | 12 +-
libavcodec/vulkan_prores.c | 4 +-
libavcodec/vulkan_prores_raw.c | 4 +-
libavfilter/Makefile | 4 -
libavfilter/vf_avgblur_vulkan.c | 2 +-
libavfilter/vf_blackdetect_vulkan.c | 2 +-
libavfilter/vf_blend_vulkan.c | 2 +-
libavfilter/vf_bwdif_vulkan.c | 2 +-
libavfilter/vf_chromaber_vulkan.c | 2 +-
libavfilter/vf_flip_vulkan.c | 2 +-
libavfilter/vf_gblur_vulkan.c | 6 +-
libavfilter/vf_interlace_vulkan.c | 2 +-
libavfilter/vf_libplacebo.c | 1 +
libavfilter/vf_nlmeans_vulkan.c | 12 +-
libavfilter/vf_overlay_vulkan.c | 2 +-
libavfilter/vf_scale_vulkan.c | 231 ++++++--------------
libavfilter/vf_scdet_vulkan.c | 2 +-
libavfilter/vf_transpose_vulkan.c | 2 +-
libavfilter/vf_v360_vulkan.c | 2 +-
libavfilter/vf_xfade_vulkan.c | 2 +-
libavfilter/vsrc_testsrc_vulkan.c | 2 +-
libavfilter/vulkan/Makefile | 3 +-
libavfilter/vulkan/debayer.comp.glsl | 1 +
libavfilter/vulkan/scale.comp.glsl | 120 +++++++++++
libavfilter/vulkan_glslang.c | 19 --
libavfilter/vulkan_shaderc.c | 19 --
libavutil/Makefile | 2 -
libavutil/vulkan.c | 181 +---------------
libavutil/vulkan.h | 59 +-----
libavutil/vulkan_glslang.c | 307 ---------------------------
libavutil/vulkan_shaderc.c | 144 -------------
libavutil/vulkan_spirv.h | 44 ----
libswscale/ops.c | 6 -
libswscale/ops_dispatch.c | 2 +-
libswscale/options.c | 1 -
libswscale/swscale.h | 4 +-
libswscale/vulkan/Makefile | 2 -
libswscale/vulkan/ops.c | 397 ++---------------------------------
libswscale/vulkan/ops.h | 7 -
libswscale/vulkan/vulkan_glslang.c | 19 --
libswscale/vulkan/vulkan_shaderc.c | 19 --
50 files changed, 277 insertions(+), 1473 deletions(-)
create mode 100644 libavfilter/vulkan/scale.comp.glsl
delete mode 100644 libavfilter/vulkan_glslang.c
delete mode 100644 libavfilter/vulkan_shaderc.c
delete mode 100644 libavutil/vulkan_glslang.c
delete mode 100644 libavutil/vulkan_shaderc.c
delete mode 100644 libavutil/vulkan_spirv.h
delete mode 100644 libswscale/vulkan/vulkan_glslang.c
delete mode 100644 libswscale/vulkan/vulkan_shaderc.c
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]