[FFmpeg-devel] [PATCH 55/97] Vulkan patchset part 2 - hwcontext rewrite and filtering

Lynne dev at lynne.ee
Thu May 11 20:16:20 EEST 2023


May 11, 2023, 18:34 by anton at khirnov.net:

> Quoting Lynne (2023-04-24 17:56:38)
>
>> From 89e47afc304aaf01c9c25a328ddfde37873e1f89 Mon Sep 17 00:00:00 2001
>> From: Lynne <dev at lynne.ee>
>> Date: Wed, 11 Jan 2023 09:37:35 +0100
>> Subject: [PATCH 59/97] hwcontext_vulkan: rewrite to support multiplane
>>  surfaces
>>
>> ---
>>  libavutil/hwcontext_vulkan.c | 791 +++++++++++++++++++----------------
>>  libavutil/hwcontext_vulkan.h |  73 ++--
>>  2 files changed, 474 insertions(+), 390 deletions(-)
>>
>
> Again, lol. Not to menion an ABI break.
>

I admit, it's an ABI break as it adds fields introduced before
a few commits prior in the same patch series.
But given that the patchset as a whole does not break the
ABI, I'd like to keep this, as the order is more appropriate,
and swapping the order of the two commits is impossible
without squashing literally every single commit in between
into a giant patch whose commit message starts with a re-
word.


More information about the ffmpeg-devel mailing list