mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 17:39:08 +00:00
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:
committed by
Timo Rothenpieler
parent
5002b55ce7
commit
c7546ce0ea
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user