This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch master
in repository ffmpeg.
from eb3b632b48 lavc/h264qpel: fix RISC-V stack usage
new ea14f8a28f vulkan_prores: split up shader creation functions
new 6eced88188 vulkan: merge ProRes and ProRes RAW iDCTs
new cfcf52a08c vulkan: deduplicate shorthand casting defines to common.comp
new 8db6947700 vulkan_prores_raw: reduce zigzag table size
new d33bf66519 vulkan_functions: add vkCmdUpdateBuffer
new 6656b11a7b hwcontext_vulkan: disable host transfers on MoltenVK
The 6 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/vulkan/Makefile | 4 +-
libavcodec/vulkan/common.comp | 10 ++
libavcodec/vulkan/{prores_idct.comp => dct.comp} | 93 +++--------
libavcodec/vulkan/prores_idct.comp | 84 ----------
libavcodec/vulkan/prores_raw_decode.comp | 3 -
libavcodec/vulkan/prores_raw_idct.comp | 116 ++------------
libavcodec/vulkan/prores_vld.comp | 3 -
libavcodec/vulkan_prores.c | 188 ++++++++++++++---------
libavcodec/vulkan_prores_raw.c | 5 +
libavutil/hwcontext_vulkan.c | 3 +-
libavutil/vulkan_functions.h | 1 +
11 files changed, 170 insertions(+), 340 deletions(-)
copy libavcodec/vulkan/{prores_idct.comp => dct.comp} (60%)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]