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

Git pushed a change to branch master
in repository ffmpeg.

    from 3386acd2f9 avutil/slicethread: fix build without threading support
     new aea4deed0c avutil/hwcontext_vulkan: fix the GBRAPF16 Vulkan format 
mapping
     new e7976dd12f avutil/hwcontext_vulkan: enable VK_NV_optical_flow
     new c6d56731b7 avfilter/fruc_vulkan: copy vf_framerate.c verbatim to 
vf_fruc_vulkan.c
     new 91a51a797f avfilter/fruc_vulkan: wire up filter as a copy of 
vf_framerate
     new 642135d007 avfilter/fruc_vulkan: evaluate the output frame rate as an 
expression
     new 0cb9bd6da3 avfilter/fruc_vulkan: fall back to a plain timebase when 
reduction degenerates
     new 67d341f49e avfilter/fruc_vulkan: turn the filter into a Vulkan filter
     new 73a353c826 avutil/vulkan: select nearest mipmap filtering for nearest 
samplers
     new 2f00078367 avfilter/fruc_vulkan: add the initial optical-flow pipeline
     new 71e5dfbf89 avfilter/fruc_vulkan: expose optical flow perf level and 
grid size
     new 283565c4c9 avfilter/fruc_vulkan: warp frames with the computed optical 
flow
     new c22044c250 avutil/vulkan: add ff_vk_exec_add_dep_signal_sem
     new fa7eebb1c9 avfilter/fruc_vulkan: pipeline the cross-queue submissions
     new d1f157dcc1 avfilter/fruc_vulkan: double-buffer optical flow resources
     new a87d92d975 avfilter/fruc_vulkan: suppress spurious flow in featureless 
regions
     new f6d7c08944 avfilter/fruc_vulkan: support planar RGB and additional 
packed formats
     new 964d4786ec avfilter/fruc_vulkan: don't recalculate warping for every 
plane
     new d20bae84e0 avfilter: version bump for vf_fruc_vulkan

The 18 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                                     |    1 +
 doc/filters.texi                              |   41 +
 libavfilter/Makefile                          |    1 +
 libavfilter/allfilters.c                      |    1 +
 libavfilter/version.h                         |    4 +-
 libavfilter/vf_fruc_vulkan.c                  | 1601 +++++++++++++++++++++++++
 libavfilter/vulkan/Makefile                   |    2 +
 libavfilter/vulkan/fruc_grayscale.comp.glsl   |   67 ++
 libavfilter/vulkan/fruc_interpolate.comp.glsl |  156 +++
 libavutil/hwcontext_vulkan.c                  |   12 +-
 libavutil/vulkan.c                            |   19 +-
 libavutil/vulkan.h                            |    3 +
 libavutil/vulkan_functions.h                  |    1 +
 14 files changed, 1905 insertions(+), 5 deletions(-)
 create mode 100644 libavfilter/vf_fruc_vulkan.c
 create mode 100644 libavfilter/vulkan/fruc_grayscale.comp.glsl
 create mode 100644 libavfilter/vulkan/fruc_interpolate.comp.glsl

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to