This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from 7a2424eb43 avcodec/apv_decode: avoid using apv_cbc
new d66552e676 vulkan/ffv1: add 32-bit float RGB encoding and a rice +
remap path
new 6de9576fca swscale/vulkan: implement filtered reads for the SPIRV
backend
new 80405d3ceb swscale/vulkan: support interlaced filtering
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:
libavcodec/ffv1_vulkan.h | 1 +
libavcodec/ffv1enc_vulkan.c | 153 ++++++++-
libavcodec/vulkan/Makefile | 4 +-
libavcodec/vulkan/ffv1_common.glsl | 1 +
libavcodec/vulkan/ffv1_enc.comp.glsl | 27 +-
...mp.glsl => ffv1_enc_rgb_float_golomb.comp.glsl} | 2 +
libavcodec/vulkan/ffv1_enc_setup.comp.glsl | 127 +++++++-
libavcodec/vulkan/ffv1_enc_sort32.comp.glsl | 153 +++++++++
libswscale/vulkan/ops.c | 358 ++++++++++++++++++---
libswscale/vulkan/spvasm.h | 1 +
10 files changed, 762 insertions(+), 65 deletions(-)
copy libavcodec/vulkan/{ffv1_enc_rgb_float.comp.glsl =>
ffv1_enc_rgb_float_golomb.comp.glsl} (96%)
create mode 100644 libavcodec/vulkan/ffv1_enc_sort32.comp.glsl
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]