[FFmpeg-devel] [PATCH] avfilter: add format_cuda filter

Philip Langdale philipl at overt.org
Fri Jun 18 23:53:05 EEST 2021


On Fri, 11 Jun 2021 16:43:07 +0200
Timo Rothenpieler <timo at rothenpieler.org> wrote:

> ---
>  configure                           |   2 +
>  doc/filters.texi                    |  46 ++
>  libavfilter/Makefile                |   1 +
>  libavfilter/allfilters.c            |   1 +
>  libavfilter/cuda/vector_helpers.cuh |  14 +-
>  libavfilter/version.h               |   2 +-
>  libavfilter/vf_format_cuda.c        | 433 ++++++++++++++
>  libavfilter/vf_format_cuda.cu       | 849
> ++++++++++++++++++++++++++++ 8 files changed, 1345 insertions(+), 3
> deletions(-) create mode 100644 libavfilter/vf_format_cuda.c
>  create mode 100644 libavfilter/vf_format_cuda.cu

LGTM. I agree it's better to get it in and then iterate on adding on
additional formats.

--phil


More information about the ffmpeg-devel mailing list