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
c02ee69b
Commit
c02ee69b
authored
Jul 11, 2015
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add tests for stereo3d anaglyph modes
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
ddd86e47
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
127 additions
and
0 deletions
+127
-0
filter-video.mak
tests/fate/filter-video.mak
+43
-0
filter-stereo3d-sbsl-agmc
tests/ref/fate/filter-stereo3d-sbsl-agmc
+6
-0
filter-stereo3d-sbsl-agmd
tests/ref/fate/filter-stereo3d-sbsl-agmd
+6
-0
filter-stereo3d-sbsl-agmg
tests/ref/fate/filter-stereo3d-sbsl-agmg
+6
-0
filter-stereo3d-sbsl-agmh
tests/ref/fate/filter-stereo3d-sbsl-agmh
+6
-0
filter-stereo3d-sbsl-arbg
tests/ref/fate/filter-stereo3d-sbsl-arbg
+6
-0
filter-stereo3d-sbsl-arcc
tests/ref/fate/filter-stereo3d-sbsl-arcc
+6
-0
filter-stereo3d-sbsl-arcd
tests/ref/fate/filter-stereo3d-sbsl-arcd
+6
-0
filter-stereo3d-sbsl-arcg
tests/ref/fate/filter-stereo3d-sbsl-arcg
+6
-0
filter-stereo3d-sbsl-arch
tests/ref/fate/filter-stereo3d-sbsl-arch
+6
-0
filter-stereo3d-sbsl-argg
tests/ref/fate/filter-stereo3d-sbsl-argg
+6
-0
filter-stereo3d-sbsl-aybc
tests/ref/fate/filter-stereo3d-sbsl-aybc
+6
-0
filter-stereo3d-sbsl-aybd
tests/ref/fate/filter-stereo3d-sbsl-aybd
+6
-0
filter-stereo3d-sbsl-aybg
tests/ref/fate/filter-stereo3d-sbsl-aybg
+6
-0
filter-stereo3d-sbsl-aybh
tests/ref/fate/filter-stereo3d-sbsl-aybh
+6
-0
No files found.
tests/fate/filter-video.mak
View file @
c02ee69b
...
@@ -393,6 +393,49 @@ fate-filter-stereo3d-sbsl-al: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -f
...
@@ -393,6 +393,49 @@ fate-filter-stereo3d-sbsl-al: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -f
FATE_STEREO3D += fate-filter-stereo3d-sbsl-sbsr
FATE_STEREO3D += fate-filter-stereo3d-sbsl-sbsr
fate-filter-stereo3d-sbsl-sbsr: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:sbsr
fate-filter-stereo3d-sbsl-sbsr: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:sbsr
FATE_STEREO3D += fate-filter-stereo3d-sbsl-agmc
fate-filter-stereo3d-sbsl-agmc: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:agmc
FATE_STEREO3D += fate-filter-stereo3d-sbsl-agmd
fate-filter-stereo3d-sbsl-agmd: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:agmd
FATE_STEREO3D += fate-filter-stereo3d-sbsl-agmg
fate-filter-stereo3d-sbsl-agmg: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:agmg
FATE_STEREO3D += fate-filter-stereo3d-sbsl-agmh
fate-filter-stereo3d-sbsl-agmh: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:agmh
FATE_STEREO3D += fate-filter-stereo3d-sbsl-arbg
fate-filter-stereo3d-sbsl-arbg: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:arbg
FATE_STEREO3D += fate-filter-stereo3d-sbsl-arcc
fate-filter-stereo3d-sbsl-arcc: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:arcc
FATE_STEREO3D += fate-filter-stereo3d-sbsl-arcd
fate-filter-stereo3d-sbsl-arcd: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:arcd
FATE_STEREO3D += fate-filter-stereo3d-sbsl-arcg
fate-filter-stereo3d-sbsl-arcg: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:arcg
FATE_STEREO3D += fate-filter-stereo3d-sbsl-arch
fate-filter-stereo3d-sbsl-arch: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:arch
FATE_STEREO3D += fate-filter-stereo3d-sbsl-argg
fate-filter-stereo3d-sbsl-argg: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:argg
FATE_STEREO3D += fate-filter-stereo3d-sbsl-aybc
fate-filter-stereo3d-sbsl-aybc: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:aybc
FATE_STEREO3D += fate-filter-stereo3d-sbsl-aybd
fate-filter-stereo3d-sbsl-aybd: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:aybd
FATE_STEREO3D += fate-filter-stereo3d-sbsl-aybg
fate-filter-stereo3d-sbsl-aybg: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:aybg
FATE_STEREO3D += fate-filter-stereo3d-sbsl-aybh
fate-filter-stereo3d-sbsl-aybh: CMD = framecrc -c:v pgmyuv -i $(SRC) -vframes 5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -vf stereo3d=sbsl:aybh
fate-filter-stereo3d: $(FATE_STEREO3D)
FATE_FILTER_VSYNTH-$(CONFIG_STEREO3D_FILTER) += $(FATE_STEREO3D)
FATE_FILTER_VSYNTH-$(CONFIG_STEREO3D_FILTER) += $(FATE_STEREO3D)
FATE_FILTER_VSYNTH-$(CONFIG_THUMBNAIL_FILTER) += fate-filter-thumbnail
FATE_FILTER_VSYNTH-$(CONFIG_THUMBNAIL_FILTER) += fate-filter-thumbnail
...
...
tests/ref/fate/filter-stereo3d-sbsl-agmc
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0xa950d0d9
0, 1, 1, 1, 152064, 0x6a6933c3
0, 2, 2, 1, 152064, 0x66a1da3a
0, 3, 3, 1, 152064, 0xe591aa12
0, 4, 4, 1, 152064, 0x42413288
tests/ref/fate/filter-stereo3d-sbsl-agmd
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x962d1371
0, 1, 1, 1, 152064, 0xe7db1d51
0, 2, 2, 1, 152064, 0x3bb0c409
0, 3, 3, 1, 152064, 0xcc213557
0, 4, 4, 1, 152064, 0x913e1048
tests/ref/fate/filter-stereo3d-sbsl-agmg
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x45a6c9a8
0, 1, 1, 1, 152064, 0xe7ba65fc
0, 2, 2, 1, 152064, 0x88ab8fcc
0, 3, 3, 1, 152064, 0x91478b9d
0, 4, 4, 1, 152064, 0xb7ecc7cf
tests/ref/fate/filter-stereo3d-sbsl-agmh
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x96464057
0, 1, 1, 1, 152064, 0x58c4e280
0, 2, 2, 1, 152064, 0xaf76fd24
0, 3, 3, 1, 152064, 0xa4dacf0d
0, 4, 4, 1, 152064, 0x964a2110
tests/ref/fate/filter-stereo3d-sbsl-arbg
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x4d83ea30
0, 1, 1, 1, 152064, 0xa4a3be5b
0, 2, 2, 1, 152064, 0x21032989
0, 3, 3, 1, 152064, 0xa201194b
0, 4, 4, 1, 152064, 0x9b7980cc
tests/ref/fate/filter-stereo3d-sbsl-arcc
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x2760b14a
0, 1, 1, 1, 152064, 0xcf94baaf
0, 2, 2, 1, 152064, 0x9b5e0e0a
0, 3, 3, 1, 152064, 0x6bfb8127
0, 4, 4, 1, 152064, 0xa0293fed
tests/ref/fate/filter-stereo3d-sbsl-arcd
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0xa0261570
0, 1, 1, 1, 152064, 0x678403c8
0, 2, 2, 1, 152064, 0x1087e7b6
0, 3, 3, 1, 152064, 0xa3909df3
0, 4, 4, 1, 152064, 0x87e4c4d4
tests/ref/fate/filter-stereo3d-sbsl-arcg
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x70f5c9a8
0, 1, 1, 1, 152064, 0x56f165fc
0, 2, 2, 1, 152064, 0xe59f8fcc
0, 3, 3, 1, 152064, 0xc5df8b9d
0, 4, 4, 1, 152064, 0xaab2c7cf
tests/ref/fate/filter-stereo3d-sbsl-arch
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x81ab8dad
0, 1, 1, 1, 152064, 0x820fd98a
0, 2, 2, 1, 152064, 0x1ccc712b
0, 3, 3, 1, 152064, 0x0d278740
0, 4, 4, 1, 152064, 0x13eaa8e2
tests/ref/fate/filter-stereo3d-sbsl-argg
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x2cfbea30
0, 1, 1, 1, 152064, 0x4c44be5b
0, 2, 2, 1, 152064, 0x87462989
0, 3, 3, 1, 152064, 0x1462194b
0, 4, 4, 1, 152064, 0xe27c80cc
tests/ref/fate/filter-stereo3d-sbsl-aybc
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0xae8c985d
0, 1, 1, 1, 152064, 0x489e1535
0, 2, 2, 1, 152064, 0x01a83b2b
0, 3, 3, 1, 152064, 0x3870ffd6
0, 4, 4, 1, 152064, 0x3d5b0cc4
tests/ref/fate/filter-stereo3d-sbsl-aybd
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x7dc98468
0, 1, 1, 1, 152064, 0xf72db6c9
0, 2, 2, 1, 152064, 0x1630f53f
0, 3, 3, 1, 152064, 0xc1765599
0, 4, 4, 1, 152064, 0x12e35db1
tests/ref/fate/filter-stereo3d-sbsl-aybg
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0x1a57c9a8
0, 1, 1, 1, 152064, 0x789265fc
0, 2, 2, 1, 152064, 0x2bb78fcc
0, 3, 3, 1, 152064, 0x5caf8b9d
0, 4, 4, 1, 152064, 0xc526c7cf
tests/ref/fate/filter-stereo3d-sbsl-aybh
0 → 100644
View file @
c02ee69b
#tb 0: 1/25
0, 0, 0, 1, 152064, 0xf3ee182f
0, 1, 1, 1, 152064, 0x8b1c25f1
0, 2, 2, 1, 152064, 0xe78de2ac
0, 3, 3, 1, 152064, 0x3eb08db6
0, 4, 4, 1, 152064, 0x852eae5c
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