avutil/pixfmt: add AV_PIX_FMT_CUARRAY for opaque CUDA block-linear surfaces

Add a new hardware pixel format representing opaque block-linear CUDA
arrays (CUarray). This format is used by NVDEC when decoding into
opaque surfaces registered with cuvidRegisterDecodeSurfaces, and can
be consumed directly by NVENC as CUDA array input without requiring
a pitch-linear copy.

Signed-off-by: Diego de Souza <ddesouza@nvidia.com>
This commit is contained in:
Diego de Souza
2026-03-14 01:11:31 +01:00
committed by Timo Rothenpieler
parent 5002b55ce7
commit c7546ce0ea
3 changed files with 13 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2026-06-23.
API changes, most recent first:
2026-07-14 - xxxxxxxxxx - lavu 61.5.100 - pixfmt.h
Add AV_PIX_FMT_CUARRAY.
2026-07-11 - xxxxxxxxxxx - lavu 61.4.100 - frame.h
Add AV_FRAME_DATA_DOWNMIX_MATRIX.