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
ae5e8caa
Commit
ae5e8caa
authored
15 years ago
by
Reimar Döffinger
Browse files
Options
Downloads
Patches
Plain Diff
Add ROQ format regression test.
Originally committed as revision 20811 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
94621d32
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
tests/codec-regression.sh
+5
-0
5 additions, 0 deletions
tests/codec-regression.sh
tests/rotozoom.regression.ref
+4
-0
4 additions, 0 deletions
tests/rotozoom.regression.ref
tests/vsynth.regression.ref
+4
-0
4 additions, 0 deletions
tests/vsynth.regression.ref
with
14 additions
and
0 deletions
Makefile
+
1
−
0
View file @
ae5e8caa
...
...
@@ -189,6 +189,7 @@ CODEC_TESTS = $(addprefix regtest-, \
dnxhd_720p_rd
\
svq1
\
flashsv
\
roq
\
mp2
\
ac3
\
g726
\
...
...
This diff is collapsed.
Click to expand it.
tests/codec-regression.sh
+
5
−
0
View file @
ae5e8caa
...
...
@@ -241,6 +241,11 @@ do_video_encoding flashsv.flv "" "-an -vcodec flashsv -sws_flags neighbor+full_c
do_video_decoding
""
"-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
fi
if
[
-n
"
$do_roq
"
]
;
then
do_video_encoding roqav.roq
""
"-vframes 5"
do_video_decoding
""
"-pix_fmt yuv420p"
fi
if
[
-n
"
$do_mp2
"
]
;
then
do_audio_encoding mp2.mp2
"-ar 44100"
do_audio_decoding
...
...
This diff is collapsed.
Click to expand it.
tests/rotozoom.regression.ref
+
4
−
0
View file @
ae5e8caa
...
...
@@ -182,6 +182,10 @@ stddev: 3.23 PSNR: 37.93 bytes: 7603200/ 7603200
12368953 ./tests/data/a-flashsv.flv
592b3321994e26a990deb3a0a1415de9 *./tests/data/flashsv.rotozoom.out.yuv
stddev: 0.65 PSNR: 51.84 bytes: 7603200/ 7603200
7ed9804f2e4b962421007afa23a157a9 *./tests/data/a-roqav.roq
92322 ./tests/data/a-roqav.roq
fe633f931dbc84fd6ca1a79e25edfd4f *./tests/data/roq.rotozoom.out.yuv
stddev: 3.80 PSNR: 36.52 bytes: 760320/ 7603200
f6eb0a205350bbd7fb1028a01c7ae8aa *./tests/data/a-mp2.mp2
96130 ./tests/data/a-mp2.mp2
74c7b6b15a001add199619fafe4059a1 *./tests/data/mp2.rotozoom.out.wav
...
...
This diff is collapsed.
Click to expand it.
tests/vsynth.regression.ref
+
4
−
0
View file @
ae5e8caa
...
...
@@ -182,6 +182,10 @@ stddev: 9.58 PSNR: 28.50 bytes: 7603200/ 7603200
14681925 ./tests/data/a-flashsv.flv
947cb24ec45a453348ae6fe3fa278071 *./tests/data/flashsv.vsynth.out.yuv
stddev: 2.85 PSNR: 39.03 bytes: 7603200/ 7603200
e96dd14a4c39b3b08c7d80826025c5e4 *./tests/data/a-roqav.roq
101520 ./tests/data/a-roqav.roq
6cc165a9309bad35924eda71c160e203 *./tests/data/roq.vsynth.out.yuv
stddev: 7.75 PSNR: 30.34 bytes: 760320/ 7603200
f6eb0a205350bbd7fb1028a01c7ae8aa *./tests/data/a-mp2.mp2
96130 ./tests/data/a-mp2.mp2
74c7b6b15a001add199619fafe4059a1 *./tests/data/mp2.vsynth.out.wav
...
...
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