From 21f7cd4acd8dc4b4796b55966dd015cb037164d8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 15 Jan 2016 12:42:42 +0100 Subject: lavfi: add a filter for uploading normal frames to CUDA --- doc/filters.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index b995d757d8..722c8b03b6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1610,6 +1610,17 @@ A floating point number which specifies chroma temporal strength. It defaults to @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}. @end table +@section hwupload_cuda + +Upload system memory frames to a CUDA device. + +It accepts the following optional parameters: + +@table @option +@item device +The number of the CUDA device to use +@end table + @section interlace Simple interlacing filter from progressive contents. This interleaves upper (or -- cgit v1.2.3