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
9a0e40ec
Commit
9a0e40ec
authored
Apr 29, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: move colormatrix tests to the new system.
parent
80bcbed1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
10 deletions
+7
-10
avfilter.mak
tests/fate/avfilter.mak
+1
-3
filter-video.mak
tests/fate/filter-video.mak
+6
-0
lavfi-regression.sh
tests/lavfi-regression.sh
+0
-7
filter-colormatrix1
tests/ref/fate/filter-colormatrix1
+0
-0
filter-colormatrix2
tests/ref/fate/filter-colormatrix2
+0
-0
No files found.
tests/fate/avfilter.mak
View file @
9a0e40ec
...
@@ -11,9 +11,7 @@ FATE_LAVFI-$(CONFIG_AVDEVICE) += fate-lavfi-life \
...
@@ -11,9 +11,7 @@ FATE_LAVFI-$(CONFIG_AVDEVICE) += fate-lavfi-life \
fate-lavfi-scalenorm \
fate-lavfi-scalenorm \
fate-lavfi-testsrc \
fate-lavfi-testsrc \
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-kerndeint \
fate-lavfi-colormatrix2 \
fate-lavfi-kerndeint \
fate-lavfi-pixfmts_super2xsai \
fate-lavfi-pixfmts_super2xsai \
fate-lavfi-tinterlace_merge \
fate-lavfi-tinterlace_merge \
fate-lavfi-tinterlace_pad \
fate-lavfi-tinterlace_pad \
...
...
tests/fate/filter-video.mak
View file @
9a0e40ec
...
@@ -96,6 +96,12 @@ fate-filter-scale500: CMD = video_filter "scale=500:500"
...
@@ -96,6 +96,12 @@ fate-filter-scale500: CMD = video_filter "scale=500:500"
FATE_FILTER_VSYNTH-$(CONFIG_VFLIP_FILTER) += fate-filter-vflip
FATE_FILTER_VSYNTH-$(CONFIG_VFLIP_FILTER) += fate-filter-vflip
fate-filter-vflip: CMD = video_filter "vflip"
fate-filter-vflip: CMD = video_filter "vflip"
FATE_FILTER_VSYNTH-$(CONFIG_COLORMATRIX_FILTER) += fate-filter-colormatrix1
fate-filter-colormatrix1: CMD = video_filter "colormatrix=bt601:smpte240m,colormatrix=smpte240m:fcc,colormatrix=fcc:bt601,colormatrix=bt601:fcc,colormatrix=fcc:smpte240m,colormatrix=smpte240m:bt709"
FATE_FILTER_VSYNTH-$(CONFIG_COLORMATRIX_FILTER) += fate-filter-colormatrix2
fate-filter-colormatrix2: CMD = video_filter "colormatrix=bt709:fcc,colormatrix=fcc:bt709,colormatrix=bt709:bt601,colormatrix=bt601:bt709,colormatrix=bt709:smpte240m,colormatrix=smpte240m:bt601"
FATE_FILTER_VSYNTH-$(call ALLYES, CROP_FILTER VFLIP_FILTER) += fate-filter-vflip_crop
FATE_FILTER_VSYNTH-$(call ALLYES, CROP_FILTER VFLIP_FILTER) += fate-filter-vflip_crop
fate-filter-vflip_crop: CMD = video_filter "vflip,crop=iw-100:ih-100:100:100"
fate-filter-vflip_crop: CMD = video_filter "vflip,crop=iw-100:ih-100:100:100"
...
...
tests/lavfi-regression.sh
View file @
9a0e40ec
...
@@ -34,18 +34,11 @@ do_lavfi() {
...
@@ -34,18 +34,11 @@ do_lavfi() {
do_lavfi_plain
$1
"
$2
"
do_lavfi_plain
$1
"
$2
"
}
}
do_lavfi_colormatrix
()
{
do_lavfi
"
${
1
}
1"
"
$1
=
$4
:
$5
,
$1
=
$5
:
$3
,
$1
=
$3
:
$4
,
$1
=
$4
:
$3
,
$1
=
$3
:
$5
,
$1
=
$5
:
$2
"
do_lavfi
"
${
1
}
2"
"
$1
=
$2
:
$3
,
$1
=
$3
:
$2
,
$1
=
$2
:
$4
,
$1
=
$4
:
$2
,
$1
=
$2
:
$5
,
$1
=
$5
:
$4
"
}
do_lavfi_plain
"alphamerge_rgb"
"[in]format=bgra,split,alphamerge[out]"
do_lavfi_plain
"alphamerge_rgb"
"[in]format=bgra,split,alphamerge[out]"
do_lavfi_plain
"alphamerge_yuv"
"[in]format=yuv420p,split,alphamerge[out]"
do_lavfi_plain
"alphamerge_yuv"
"[in]format=yuv420p,split,alphamerge[out]"
do_lavfi_plain
"alphaextract_rgb"
"[in]format=bgra,split,alphamerge,split[o3][o4];[o4]alphaextract[alpha];[o3][alpha]alphamerge[out]"
do_lavfi_plain
"alphaextract_rgb"
"[in]format=bgra,split,alphamerge,split[o3][o4];[o4]alphaextract[alpha];[o3][alpha]alphamerge[out]"
do_lavfi_plain
"alphaextract_yuv"
"[in]format=yuv420p,split,alphamerge,split[o3][o4];[o4]alphaextract[alpha];[o3][alpha]alphamerge[out]"
do_lavfi_plain
"alphaextract_yuv"
"[in]format=yuv420p,split,alphamerge,split[o3][o4];[o4]alphaextract[alpha];[o3][alpha]alphamerge[out]"
do_lavfi_colormatrix
"colormatrix"
bt709 fcc bt601 smpte240m
do_lavfi_pixfmts
(){
do_lavfi_pixfmts
(){
testname
=
$1
;
testname
=
$1
;
test
${
test
%_[bl]e
}
=
$testname
||
return
0
test
${
test
%_[bl]e
}
=
$testname
||
return
0
...
...
tests/ref/
lavfi/
colormatrix1
→
tests/ref/
fate/filter-
colormatrix1
View file @
9a0e40ec
File moved
tests/ref/
lavfi/
colormatrix2
→
tests/ref/
fate/filter-
colormatrix2
View file @
9a0e40ec
File moved
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