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
72e84a08
Commit
72e84a08
authored
Dec 02, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add hue filter test.
parent
24cb1f97
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
avfilter.mak
tests/fate/avfilter.mak
+1
-0
lavfi-regression.sh
tests/lavfi-regression.sh
+1
-0
hue
tests/ref/lavfi/hue
+1
-0
No files found.
tests/fate/avfilter.mak
View file @
72e84a08
...
...
@@ -40,6 +40,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \
fate-lavfi-colormatrix2 \
fate-lavfi-hue \
fate-lavfi-pixfmts_super2xsai \
fate-lavfi-tinterlace_merge \
fate-lavfi-tinterlace_pad \
...
...
tests/lavfi-regression.sh
View file @
72e84a08
...
...
@@ -44,6 +44,7 @@ do_lavfi "crop_vflip" "crop=iw-100:ih-100:100:100,vflip"
do_lavfi
"drawbox"
"drawbox=224:24:88:72:#FF8010@0.5"
do_lavfi
"edgedetect"
"edgedetect"
do_lavfi
"fade"
"fade=in:5:15,fade=out:30:15"
do_lavfi
"hue"
"hue=s=sin(2*PI*t)+1"
do_lavfi
"idet"
"idet"
do_lavfi
"null"
"null"
do_lavfi
"overlay"
"split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo[o1],[o1][o2]overlay=240:16"
...
...
tests/ref/lavfi/hue
0 → 100644
View file @
72e84a08
hue faddb090f2eefa663b9539fd67451352
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