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

2025-05-20 Thread Tong Wu
Araz Iusubov: > -Original Message- > From: ffmpeg-devel On Behalf Of Araz > Iusubov > Sent: Friday, May 16, 2025 5:44 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Araz Iusubov > Subject: [FFmpeg-devel] [PATCH, v2] avcodec/d3d12va_encode: texture array > support for H

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

2025-05-16 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