On Fri, 11 Jun 2021 16:43:07 +0200 Timo Rothenpieler <[email protected]> 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
