Files
FFmpeg/libavfilter
Diego de Souza 07020f5ce8 avfilter/hwupload_cuda: add CUARRAY output and semi-planar 444 format support
Add an output_format option (cuda | cuarray) so the filter can produce
either pitched-linear (AV_PIX_FMT_CUDA, default) or block-linear
(AV_PIX_FMT_CUARRAY) device frames.  This enables host-to-device
upload directly into CUarray surfaces for the CUARRAY transcode
pipeline.

Also extend the accepted input pixel format list with semi-planar 444
formats (NV24, P410, P416) and the planar MSB variants (YUV444P10MSB,
YUV444P12MSB).  Semi-planar 444 formats are rejected with a clear
error when output_format=cuda, as they are only supported by the
CUarray allocation path.

Signed-off-by: Diego de Souza <ddesouza@nvidia.com>
2026-07-14 19:45:02 +00:00
..
2026-07-13 18:16:18 +00:00
2026-07-13 18:16:18 +00:00
2026-05-15 20:29:29 +02:00
2026-05-15 20:29:29 +02:00