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
181c9abd
Commit
181c9abd
authored
Aug 04, 2017
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_premultiply: add inplace mode
parent
bac508fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
151 additions
and
54 deletions
+151
-54
filters.texi
doc/filters.texi
+6
-0
vf_premultiply.c
libavfilter/vf_premultiply.c
+145
-54
No files found.
doc/filters.texi
View file @
181c9abd
...
@@ -11755,6 +11755,9 @@ The filter accepts the following option:
...
@@ -11755,6 +11755,9 @@ The filter accepts the following option:
@item planes
@item planes
Set which planes will be processed, unprocessed planes will be copied.
Set which planes will be processed, unprocessed planes will be copied.
By default value 0xf, all planes will be processed.
By default value 0xf, all planes will be processed.
@item inplace
Do not require 2nd input for processing, instead use alpha plane from input stream.
@end table
@end table
@section prewitt
@section prewitt
...
@@ -14597,6 +14600,9 @@ If the format has 3 or 4 components:
...
@@ -14597,6 +14600,9 @@ If the format has 3 or 4 components:
for RGB formats bit 0 is green, bit 1 is blue and bit 2 is red;
for RGB formats bit 0 is green, bit 1 is blue and bit 2 is red;
for YUV formats bit 0 is luma, bit 1 is chroma-U and bit 2 is chroma-V.
for YUV formats bit 0 is luma, bit 1 is chroma-U and bit 2 is chroma-V.
If present, the alpha channel is always the last bit.
If present, the alpha channel is always the last bit.
@item inplace
Do not require 2nd input for processing, instead use alpha plane from input stream.
@end table
@end table
@anchor{unsharp}
@anchor{unsharp}
...
...
libavfilter/vf_premultiply.c
View file @
181c9abd
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