diff options
author | Lynne <dev@lynne.ee> | 2025-03-10 16:40:04 +0000 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2025-03-17 08:49:04 +0100 |
commit | 49af9746e8f6b65f0a3981c749af5a97194d6849 (patch) | |
tree | b33a543cc6b2d05e82e7a279bbf112f5bbd29275 /doc/APIchanges | |
parent | a1c6ca1683708978c24ed8a632bb29fafc9dacdf (diff) | |
download | ffmpeg-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/APIchanges | 3 |
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. |