Change #238306
Category | ffmpeg |
Changed by | Jorge Estrada <jestrada.list | @gmail.com>
Changed at | Fri 04 Jul 2025 01:32:27 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | ad0a44028dcf0cb9f6f7d3a5c5bd5b4bd57b09f5 |
Comments
avfilter: add pad_cuda filter This patch adds the pad_cuda video filter. A filter similar to the existing pad filter but accelerated by CUDA. The filter shares the same options as the software pad filter. Example usage: ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i input.mp4 -vf "pad_cuda=w=iw+100:h=ih+100:x=-1:y=-1:color=red" out.mp4 Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Changed files
- Changelog
- configure
- doc/filters.texi
- libavfilter/Makefile
- libavfilter/allfilters.c
- libavfilter/version.h
- libavfilter/vf_pad_cuda.c
- libavfilter/vf_pad_cuda.cu