ffmpeg | branch: master | Lynne | Fri Sep 20 05:28:19 2024
+0200| [a577d313b2c14c855ab8aa69bbe3527bd7727212] | committer: Lynne
hwcontext_vulkan: add support for implicit DRM synchronization
More recent kernel versions allow for users to extract a sync_file
handle from a DMA-BUF, which can then
ffmpeg | branch: master | Lynne | Sat Sep 21 08:03:40 2024
+0200| [c4048013e5064deeb4d4ff37f2c65a45f7e3f6c3] | committer: Lynne
vulkan: flexibly allocate temporary imageviews
No reason to allocate 16 when 3 will do.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4048013e5064deeb4
ffmpeg | branch: master | Lynne | Fri Sep 20 07:37:11 2024
+0200| [2395444c80cce3879196a465fb76a33c357711f8] | committer: Lynne
vulkan: add ff_vk_exec_add_dep_bool_sem
This function simply takes in a binary semaphore as a dependency
to an execution.
> http://git.videolan.org/gitweb.cgi/ffmpeg.
ffmpeg | branch: master | Lynne | Fri Sep 20 05:08:16 2024
+0200| [1445102e68561b17c6f97f27ede37414c938e808] | committer: Lynne
hwcontext_vulkan: fix
VUID-VkPhysicalDeviceImageFormatInfo2-usage-requiredbitmask
fmt_props.usage was initialized to 0 as create_info.usage was set later.
> http://g
ffmpeg | branch: master | Brad Smith | Mon Sep 9 07:44:12
2024 -0400| [2bf588f273432344d95164c7f83832839a938088] | committer: Brad Smith
libavutil/ppc: Make use of getauxval() and elf_aux_info() on ppc
Modern Linux has getauxval() and FreeBSD/OpenBSD ppc have elf_aux_info().
Signed-off-by: Br