Re: [FFmpeg-devel] [PATCH, v5] avcodec/d3d12va_encode: texture array support for HEVC

2025-07-12 Thread Tong Wu
Araz Iusubov: > -Original Message- > From: ffmpeg-devel On Behalf Of Araz > Iusubov > Sent: Monday, July 7, 2025 9:52 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Araz Iusubov > Subject: [FFmpeg-devel] [PATCH, v5] avcodec/d3d12va_encode: texture array > support for H

[FFmpeg-devel] [PATCH, v5] avcodec/d3d12va_encode: texture array support for HEVC

2025-07-07 Thread Araz Iusubov
This patch adds support for the texture array feature used by AMD boards in the D3D12 HEVC encoder. In texture array mode, a single texture array is shared for all reference and reconstructed pictures using different subresources. The implementation ensures compatibility and has been successfully t