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

Git pushed a change to branch release/9.0
in repository ffmpeg.

    from b9aa305686 avutil/hwcontext_vulkan: declare cuda as a 
transfer-compatible format
     new c79f25b757 swscale/vulkan: fix invalid SPIR-V generation for 
plane-remapped passes
     new 716d2a47c5 swscale/ops_dispatch: fix use-after-free when adding opaque 
ops passes
     new 7c028af129 avcodec: remove unneeded vulkan_spirv.h includes
     new 9b53c361ab vf_scale_vulkan: port to compile-time SPIR-V generation
     new 4c6017946b swscale: remove GLSL backend
     new ca089c35c4 vulkan: remove runtime shader compilation support
     new 062de19095 configure: remove libshaderc and libglslang support
     new d124bfeada 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/ffv1enc_vulkan.c          |  24 +--
 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 --
 49 files changed, 273 insertions(+), 1468 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]

Reply via email to