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
c50cd09d
Commit
c50cd09d
authored
20 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
rv20 regression test
Originally committed as revision 3740 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d0271e8a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+11
-0
11 additions, 0 deletions
tests/regression.sh
tests/rotozoom.regression.ref
+4
-0
4 additions, 0 deletions
tests/rotozoom.regression.ref
with
19 additions
and
0 deletions
tests/ffmpeg.regression.ref
+
4
−
0
View file @
c50cd09d
...
...
@@ -99,6 +99,10 @@ stddev: 0.00 PSNR:99.99 bytes:7602176
677483 ./data/a-rv10.rm
f2b7fcff9de17f5aecfeb1090fe1963b *./data/out.yuv
stddev: 8.08 PSNR:29.97 bytes:7602176
a00fbb82c030fe41febe1d03eacb338e *./data/a-rv20.rm
652897 ./data/a-rv20.rm
203e9790cb25b1d308fd602275afbb0e *./data/out.yuv
stddev: 8.27 PSNR:29.76 bytes:7602176
89ad858355f9b0a92d024c5ba6e369dd *./data/a-asv1.avi
2292416 ./data/a-asv1.avi
b3e1696d73071c8f7f0ff4e10c1677ca *./data/out.yuv
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
11
−
0
View file @
c50cd09d
...
...
@@ -56,6 +56,7 @@ else
do_mjpeg
=
y
do_ljpeg
=
y
do_rv10
=
y
do_rv20
=
y
do_mp2
=
y
do_ac3
=
y
do_g726
=
y
...
...
@@ -385,6 +386,16 @@ do_ffmpeg $file -y -qscale 10 -f pgmyuv -i $raw_src -an $file
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
if
[
-n
"
$do_rv20
"
]
;
then
# rv20 encoding
file
=
${
outfile
}
rv20.rm
do_ffmpeg
$file
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-vcodec
rv20
-an
$file
# rv20 decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
if
[
-n
"
$do_asv1
"
]
;
then
# asv1 encoding
...
...
This diff is collapsed.
Click to expand it.
tests/rotozoom.regression.ref
+
4
−
0
View file @
c50cd09d
...
...
@@ -99,6 +99,10 @@ stddev: 0.00 PSNR:99.99 bytes:7602176
154850 ./data/a-rv10.rm
7ec66fb7dd4e5dddd3820c668d6636aa *./data/out.yuv
stddev: 5.44 PSNR:33.41 bytes:7602176
d4a6977b0162d8c1cfea5ffd0a3d5f56 *./data/a-rv20.rm
133224 ./data/a-rv20.rm
fce5eda7118cbb0bd60da60e827842ee *./data/out.yuv
stddev: 5.42 PSNR:33.43 bytes:7602176
9c4f5a4613a5595c90c6b99bf143b6a9 *./data/a-asv1.avi
1433376 ./data/a-asv1.avi
4251d7f496bbf362251b065e840a1b73 *./data/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