aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2025-03-10 16:40:04 +0000
committerLynne <dev@lynne.ee>2025-03-17 08:49:04 +0100
commit49af9746e8f6b65f0a3981c749af5a97194d6849 (patch)
treeb33a543cc6b2d05e82e7a279bbf112f5bbd29275 /doc/APIchanges
parenta1c6ca1683708978c24ed8a632bb29fafc9dacdf (diff)
downloadffmpeg-49af9746e8f6b65f0a3981c749af5a97194d6849.tar.gz
pixfmt: add AV_PIX_FMT_GBRAP32
This commit adds a 32-bit *integer* planar RGBA format. Vulkan FFv1 decoding is best performed on separate planes, rather than packed RGBA (i.e. RGBA128), hence this is useful as an intermediate format.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7da9297b01..c7127bf8ed 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2025-03-17 - xxxxxxxxxx - lavu 59.60.100 - pixfmt.h
+ Add AV_PIX_FMT_GBRAP32BE and AV_PIX_FMT_GBRAP32LE.
+
2025-03-10 - xxxxxxxxxx - lavu 59.59.100 - pixfmt.h
Add AV_PIX_FMT_YAF16BE, AV_PIX_FMT_YAF16LE, AV_PIX_FMT_YAF32BE,
and AV_PIX_FMT_YAF32LE.