[FFmpeg-devel] [PATCH] vulkan: move common Vulkan code from libavfilter to libavutil

Lynne dev at lynne.ee
Fri Nov 19 07:06:16 EET 2021


Nov 18, 2021, 06:46 by dev at lynne.ee:

> This commit moves the common Vulkan framework into libavutil,
> allowing it to be used in libavcodec. Each library that uses it is
> expected to #include the .c/.h files into their own templates,
> that may include extra library-specific functions, and compile an
> object file to locally provide the necessary Vulkan code.
> This also decouples the libglslang dependency from the framework,
> eliminating the libglslang dependency on vf_libplacebo.
>
> The libavcodec hwaccel I'm writing depends on this.
> Patch attached.
>

Will push this soon.


More information about the ffmpeg-devel mailing list