avfilter/vf_nnedi: rewrite and cleanup code

Also add slice threading support.
Also add support for >8 depth formats.
Also add support for commands.
pull/371/head
Paul B Mahol 4 years ago
parent 71b82e4ffd
commit 117bf7394f
  1. 12
      doc/filters.texi
  2. 1535
      libavfilter/vf_nnedi.c

@ -14649,9 +14649,9 @@ Set which set of weights to use in the predictor.
Can be one of the following: Can be one of the following:
@table @samp @table @samp
@item a @item a, abs
weights trained to minimize absolute error weights trained to minimize absolute error
@item s @item s, mse
weights trained to minimize squared error weights trained to minimize squared error
@end table @end table
@ -14673,14 +14673,16 @@ Can be one of the following:
@item none @item none
@item original @item original
@item new @item new
@item new2
@item new3
@end table @end table
Default is @code{new}. Default is @code{new}.
@item fapprox
Set various debugging flags.
@end table @end table
@subsection Commands
This filter supports same @ref{commands} as options, excluding @var{weights} option.
@section noformat @section noformat
Force libavfilter not to use any of the specified pixel formats for the Force libavfilter not to use any of the specified pixel formats for the

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save