Skip to content

Commit 117bf73

Browse files
committed
avfilter/vf_nnedi: rewrite and cleanup code
Also add slice threading support. Also add support for >8 depth formats. Also add support for commands.
1 parent 71b82e4 commit 117bf73

File tree

2 files changed

+775
-772
lines changed

2 files changed

+775
-772
lines changed

doc/filters.texi

+7-5
Original file line numberDiff line numberDiff line change
@@ -14649,9 +14649,9 @@ Set which set of weights to use in the predictor.
1464914649
Can be one of the following:
1465014650

1465114651
@table @samp
14652-
@item a
14652+
@item a, abs
1465314653
weights trained to minimize absolute error
14654-
@item s
14654+
@item s, mse
1465514655
weights trained to minimize squared error
1465614656
@end table
1465714657

@@ -14673,14 +14673,16 @@ Can be one of the following:
1467314673
@item none
1467414674
@item original
1467514675
@item new
14676+
@item new2
14677+
@item new3
1467614678
@end table
1467714679

1467814680
Default is @code{new}.
14679-
14680-
@item fapprox
14681-
Set various debugging flags.
1468214681
@end table
1468314682

14683+
@subsection Commands
14684+
This filter supports same @ref{commands} as options, excluding @var{weights} option.
14685+
1468414686
@section noformat
1468514687

1468614688
Force libavfilter not to use any of the specified pixel formats for the

0 commit comments

Comments
 (0)