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
133035c4
Commit
133035c4
authored
Mar 26, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/curves: add forgotten strong_contrast preset.
parent
183f3450
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
filters.texi
doc/filters.texi
+1
-0
vf_curves.c
libavfilter/vf_curves.c
+5
-0
No files found.
doc/filters.texi
View file @
133035c4
...
@@ -2355,6 +2355,7 @@ Available presets are:
...
@@ -2355,6 +2355,7 @@ Available presets are:
@item linear_contrast
@item linear_contrast
@item medium_contrast
@item medium_contrast
@item negative
@item negative
@item strong_contrast
@item vintage
@item vintage
@end table
@end table
Default is unset.
Default is unset.
...
...
libavfilter/vf_curves.c
View file @
133035c4
...
@@ -91,6 +91,11 @@ static const struct {
...
@@ -91,6 +91,11 @@ static const struct {
"0.286/0.219 0.639/0.643"
,
"0.286/0.219 0.639/0.643"
,
},{
},{
"negative"
,
"0/1 1/0"
,
"0/1 1/0"
,
"0/1 1/0"
,
"negative"
,
"0/1 1/0"
,
"0/1 1/0"
,
"0/1 1/0"
,
},{
"strong_contrast"
,
"0.301/0.196 0.592/0.6 0.686/0.737"
,
"0.301/0.196 0.592/0.6 0.686/0.737"
,
"0.301/0.196 0.592/0.6 0.686/0.737"
,
},{
},{
"vintage"
,
"vintage"
,
"0/0.11 0.42/0.51 1/0.95"
,
"0/0.11 0.42/0.51 1/0.95"
,
...
...
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