Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
aba39cc1
Commit
aba39cc1
authored
May 04, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_convolution: add column/vertical mode
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
901dc11b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
144 additions
and
47 deletions
+144
-47
filters.texi
doc/filters.texi
+2
-2
vf_convolution.c
libavfilter/vf_convolution.c
+142
-45
No files found.
doc/filters.texi
View file @
aba39cc1
...
...
@@ -6416,7 +6416,7 @@ colorspace=smpte240m
@section convolution
Apply convolution of 3x3, 5x5, 7x7 or horizontal up to 49 elements.
Apply convolution of 3x3, 5x5, 7x7 or horizontal
/vertical
up to 49 elements.
The filter accepts the following options:
...
...
@@ -6447,7 +6447,7 @@ Useful for making the overall image brighter or darker. Default is 0.0.
@item 1mode
@item 2mode
@item 3mode
Set matrix mode for each plane. Can be @var{square}
or @var{row
}.
Set matrix mode for each plane. Can be @var{square}
, @var{row} or @var{column
}.
Default is @var{square}.
@end table
...
...
libavfilter/vf_convolution.c
View file @
aba39cc1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment