Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (0a384e9436134de487cf3da523fa575f91b4fed8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (0a384e9436134de487cf3da523fa575f91b4fed8)
  • Date: Wed, 8 Feb 2023 13:48:41 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

video/ffmpeg5/HISTORY
| 4 +

video/ffmpeg5/patches/hwcontext_vulkan-remove-optional-encode-decode-extensions.patch
| 33 ++++++++++
2 files changed, 37 insertions(+)

New commits:
commit 0a384e9436134de487cf3da523fa575f91b4fed8
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

ffmpeg5: patch issue to fix vulkan support

diff --git a/video/ffmpeg5/HISTORY b/video/ffmpeg5/HISTORY
index 73be9b5..5249b97 100644
--- a/video/ffmpeg5/HISTORY
+++ b/video/ffmpeg5/HISTORY
@@ -1,3 +1,7 @@
+2023-02-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * patches/hwcontext_vulkan*.patch: Added,
+ fix issue with vulkan support
+
2022-12-04 Florian Franzmann <bwlf AT bandrate.org>
* TRIGGERS: on cast libunibreak check self
* DETAILS: PATCHLEVEL++
diff --git
a/video/ffmpeg5/patches/hwcontext_vulkan-remove-optional-encode-decode-extensions.patch

b/video/ffmpeg5/patches/hwcontext_vulkan-remove-optional-encode-decode-extensions.patch
new file mode 100644
index 0000000..d7ce573
--- /dev/null
+++
b/video/ffmpeg5/patches/hwcontext_vulkan-remove-optional-encode-decode-extensions.patch
@@ -0,0 +1,33 @@
+From eb0455d64690eed0068e5cb202f72ecdf899837c Mon Sep 17 00:00:00 2001
+From: Lynne <dev AT lynne.ee>
+Date: Sun, 25 Dec 2022 01:03:30 +0100
+Subject: [PATCH] hwcontext_vulkan: remove optional encode/decode extensions
+ from the list
+
+They're not currently used, so they don't need to be there.
+Vulkan stabilized the decode extensions less than a week ago, and their
+name prefixes were changed from EXT to KHR. It's a bit too soon to be
+depending on it, so rather than bumping, just remove these for now.
+---
+ libavutil/hwcontext_vulkan.c | 8 --------
+ 1 file changed, 8 deletions(-)
+
+diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c
+index f1db1c7291f1..2a9b5f4aac62 100644
+--- a/libavutil/hwcontext_vulkan.c
++++ b/libavutil/hwcontext_vulkan.c
+@@ -358,14 +358,6 @@ static const VulkanOptExtension optional_device_exts[]
= {
+ { VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME,
FF_VK_EXT_EXTERNAL_WIN32_MEMORY },
+ { VK_KHR_EXTERNAL_SEMAPHORE_WIN32_EXTENSION_NAME,
FF_VK_EXT_EXTERNAL_WIN32_SEM },
+ #endif
+-
+- /* Video encoding/decoding */
+- { VK_KHR_VIDEO_QUEUE_EXTENSION_NAME,
FF_VK_EXT_NO_FLAG },
+- { VK_KHR_VIDEO_DECODE_QUEUE_EXTENSION_NAME,
FF_VK_EXT_NO_FLAG },
+- { VK_KHR_VIDEO_ENCODE_QUEUE_EXTENSION_NAME,
FF_VK_EXT_NO_FLAG },
+- { VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME,
FF_VK_EXT_NO_FLAG },
+- { VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME,
FF_VK_EXT_NO_FLAG },
+- { VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME,
FF_VK_EXT_NO_FLAG },
+ };
+
+ /* Converts return values to strings */



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (0a384e9436134de487cf3da523fa575f91b4fed8), Conner Clere, 02/08/2023

Archive powered by MHonArc 2.6.24.

Top of Page