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
e03c822a
Commit
e03c822a
authored
19 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
split snow53 test out
Originally committed as revision 4850 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
45e63d13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/Makefile
+1
-1
1 addition, 1 deletion
tests/Makefile
tests/regression.sh
+6
-0
6 additions, 0 deletions
tests/regression.sh
with
7 additions
and
1 deletion
tests/Makefile
+
1
−
1
View file @
e03c822a
...
...
@@ -21,7 +21,7 @@ test-server: vsynth1/0.pgm asynth1.sw
@$(
SRC_PATH
)
/tests/server-regression.sh
$(
SERVER_REFFILE
)
$(
SRC_PATH
)
/tests/test.conf
# fast regression tests for all codecs
codectest mpeg4 mpeg ac3 snow
:
vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
codectest mpeg4 mpeg ac3 snow
snowll
:
vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
@$(
SRC_PATH
)
/tests/regression.sh
$@
$(
REFFILE1
)
vsynth1
@$(
SRC_PATH
)
/tests/regression.sh
$@
$(
REFFILE2
)
vsynth2
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
6
−
0
View file @
e03c822a
...
...
@@ -38,6 +38,8 @@ elif [ "$1" = "mpeg2thread" ] ; then
do_mpeg2thread
=
y
elif
[
"
$1
"
=
"snow"
]
;
then
do_snow
=
y
elif
[
"
$1
"
=
"snowll"
]
;
then
do_snowll
=
y
elif
[
"
$1
"
=
"libavtest"
]
;
then
do_libav
=
y
logfile
=
"
$datadir
/libav.regression"
...
...
@@ -76,6 +78,7 @@ else
do_error
=
y
do_svq1
=
y
do_snow
=
y
do_snowll
=
y
do_adpcm_yam
=
y
do_dv
=
y
fi
...
...
@@ -453,7 +456,10 @@ do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -qscale 2 -
# snow decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
fi
###################################
if
[
-n
"
$do_snowll
"
]
;
then
# snow encoding
file
=
${
outfile
}
snow53.avi
do_ffmpeg
$file
-y
-strict
-2
-f
pgmyuv
-i
$raw_src
-an
-vcodec
snow
-pred
1
-flags
+mv4+qpel
$file
...
...
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