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

Git pushed a change to branch master
in repository ffmpeg.

    from 43f1189af7 swscale/ops_optimizer: eliminate unnecessary dither indices
     new 26d6ac56c1 swscale: add sws_test_hw_format()
     new 6c5dc2011b vulkan: reset exec context when uninitializing
     new 0c34fcf0a8 vulkan: constify FFVulkanShader arg in 
ff_vk_exec_bind_shader
     new d80d5b4ee7 vulkan_spirv: reduce shader print level from TRACE to DEBUG
     new 5bc08e259d swscale: add SwsFormat.hw_format and populate it
     new 9c51aa1824 swscale: add SwsCompiledOp.slice_align
     new 00907e1244 swscale/ops: realign after adding slice_align
     new c911295f09 swscale: forward original frame pointers to ops.c backend
     new ad452205b6 swscale/ops: add SwsOpBackend.hw_format
     new 1d2e616d5f swscale: add a Vulkan backend for ops.c
     new 362414afba swscale: add support for processing hardware frames
     new bd24abfb6c swscale/vulkan: initialize GLSL compilation and shader 
execution
     new 47e87ed722 Changelog: add entry about swscale Vulkan support

The 13 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:
 Changelog                                          |   1 +
 configure                                          |   2 +-
 doc/APIchanges                                     |   3 +
 libavutil/vulkan.c                                 |   6 +-
 libavutil/vulkan.h                                 |   2 +-
 libavutil/vulkan_glslang.c                         |   2 +-
 libavutil/vulkan_shaderc.c                         |   2 +-
 libswscale/Makefile                                |   2 +
 libswscale/format.c                                |  46 ++-
 libswscale/format.h                                |   1 +
 libswscale/graph.c                                 |  13 +-
 libswscale/graph.h                                 |   3 +
 libswscale/ops.c                                   |  21 +-
 libswscale/ops_backend.c                           |  10 +-
 libswscale/ops_internal.h                          |  23 +-
 libswscale/ops_memcpy.c                            |   8 +-
 libswscale/swscale.c                               |  34 ++
 libswscale/swscale.h                               |  11 +-
 libswscale/swscale_internal.h                      |   3 +
 libswscale/utils.c                                 |   8 +
 libswscale/version.h                               |   2 +-
 libswscale/vulkan/Makefile                         |   6 +
 libswscale/vulkan/ops.c                            | 342 +++++++++++++++++++++
 .../decklink_dec.h => libswscale/vulkan/ops.h      |  37 ++-
 {libavcodec => libswscale/vulkan}/vulkan.c         |   0
 .../vulkan}/vulkan_glslang.c                       |   0
 .../vulkan}/vulkan_shaderc.c                       |   0
 libswscale/x86/ops.c                               |  19 +-
 libswscale/x86/ops_common.asm                      |   2 +
 29 files changed, 551 insertions(+), 58 deletions(-)
 create mode 100644 libswscale/vulkan/Makefile
 create mode 100644 libswscale/vulkan/ops.c
 copy libavdevice/decklink_dec.h => libswscale/vulkan/ops.h (58%)
 copy {libavcodec => libswscale/vulkan}/vulkan.c (100%)
 copy {libavfilter => libswscale/vulkan}/vulkan_glslang.c (100%)
 copy {libavfilter => libswscale/vulkan}/vulkan_shaderc.c (100%)

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

Reply via email to