On Fri, 14 Mar 2025, Lynne wrote:
On 14/03/2025 16:13, Michael Niedermayer wrote:
On Thu, Mar 13, 2025 at 06:03:33PM +0100, Lynne wrote:
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. RGBA1
On 14/03/2025 16:13, Michael Niedermayer wrote:
On Thu, Mar 13, 2025 at 06:03:33PM +0100, Lynne wrote:
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 intermediat
On Thu, Mar 13, 2025 at 06:03:33PM +0100, Lynne wrote:
> 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.
> ---
> libavutil/pixdesc.c | 28 +