Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
77c3fb90
Commit
77c3fb90
authored
16 years ago
by
Baptiste Coudurier
Browse files
Options
Downloads
Patches
Plain Diff
add dv 4:1:1 regression test
Originally committed as revision 14631 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b91758de
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/ffmpeg.regression.ref
+4
-0
4 additions, 0 deletions
tests/ffmpeg.regression.ref
tests/regression.sh
+3
-0
3 additions, 0 deletions
tests/regression.sh
tests/rotozoom.regression.ref
+4
-0
4 additions, 0 deletions
tests/rotozoom.regression.ref
with
11 additions
and
0 deletions
tests/ffmpeg.regression.ref
+
4
−
0
View file @
77c3fb90
...
...
@@ -154,6 +154,10 @@ c299f64c3e85b928c5bfe71629cee006 *./tests/data/a-dv.dv
7200000 ./tests/data/a-dv.dv
3b9ead854b912e43ead976e4e86aab3b *./tests/data/dv.vsynth.out.yuv
stddev: 8.91 PSNR: 29.12 bytes: 7603200/ 7603200
f3f2d89bbf40b5812c919b7bdf38684b *./tests/data/a-dv411.dv
7200000 ./tests/data/a-dv411.dv
b59e4ad3f4eef415752641d087c75d5d *./tests/data/dv.vsynth.out.yuv
stddev: 30.72 PSNR: 18.37 bytes: 7603200/ 7603200
70dc9a58345e603094dedcac71e2dcd2 *./tests/data/a-dv50.dv
14400000 ./tests/data/a-dv50.dv
d727da8c7ce387ebe68845a1be916ee3 *./tests/data/dv50.vsynth.out.yuv
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
3
−
0
View file @
77c3fb90
...
...
@@ -353,6 +353,9 @@ fi
if
[
-n
"
$do_dv
"
]
;
then
do_video_encoding dv.dv
"-dct int"
"-s pal -an"
do_video_decoding
""
"-s cif"
do_video_encoding dv411.dv
"-dct int"
"-s pal -an -pix_fmt yuv411p"
do_video_decoding
""
"-s cif"
fi
if
[
-n
"
$do_dv50
"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
tests/rotozoom.regression.ref
+
4
−
0
View file @
77c3fb90
...
...
@@ -154,6 +154,10 @@ stddev: 0.00 PSNR:999.99 bytes: 7603200/ 7603200
7200000 ./tests/data/a-dv.dv
75bf724e37f667f36af50e2051846574 *./tests/data/dv.rotozoom.out.yuv
stddev: 3.11 PSNR: 38.24 bytes: 7603200/ 7603200
a8f9aaab0220c8895dafa43ebcda916d *./tests/data/a-dv411.dv
7200000 ./tests/data/a-dv411.dv
06ab34615153162ad73696672531d448 *./tests/data/dv.rotozoom.out.yuv
stddev: 10.17 PSNR: 27.97 bytes: 7603200/ 7603200
ac6741e4c79e9ed18f179c4124ede29c *./tests/data/a-dv50.dv
14400000 ./tests/data/a-dv50.dv
ad9907f4ef608f025f5fc38b4b067b37 *./tests/data/dv50.rotozoom.out.yuv
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment