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
5f0278f5
Commit
5f0278f5
authored
14 years ago
by
Vitor Sessak
Browse files
Options
Downloads
Patches
Plain Diff
SIPR tests for "make fate2"
Originally committed as revision 24145 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4b04c5ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/fate2.mak
+20
-0
20 additions, 0 deletions
tests/fate2.mak
with
20 additions
and
0 deletions
tests/fate2.mak
+
20
−
0
View file @
5f0278f5
...
@@ -2,3 +2,23 @@ FATE2_TESTS += fate-twinvq
...
@@ -2,3 +2,23 @@ FATE2_TESTS += fate-twinvq
fate-twinvq
:
CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/vqf/achterba.vqf -f s16le -
fate-twinvq
:
CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/vqf/achterba.vqf -f s16le -
fate-twinvq
:
CMP = oneoff
fate-twinvq
:
CMP = oneoff
fate-twinvq
:
REF = $(SAMPLES)/vqf/achterba.pcm
fate-twinvq
:
REF = $(SAMPLES)/vqf/achterba.pcm
FATE2_TESTS
+=
fate-sipr-16k
fate-sipr-16k
:
CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/sipr/sipr_16k.rm -f s16le -
fate-sipr-16k
:
CMP = oneoff
fate-sipr-16k
:
REF = $(SAMPLES)/sipr/sipr_16k.pcm
FATE2_TESTS
+=
fate-sipr-8k5
fate-sipr-8k5
:
CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/sipr/sipr_8k5.rm -f s16le -
fate-sipr-8k5
:
CMP = oneoff
fate-sipr-8k5
:
REF = $(SAMPLES)/sipr/sipr_8k5.pcm
FATE2_TESTS
+=
fate-sipr-6k5
fate-sipr-6k5
:
CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/sipr/sipr_6k5.rm -f s16le -
fate-sipr-6k5
:
CMP = oneoff
fate-sipr-6k5
:
REF = $(SAMPLES)/sipr/sipr_6k5.pcm
FATE2_TESTS
+=
fate-sipr-5k0
fate-sipr-5k0
:
CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/sipr/sipr_5k0.rm -f s16le -
fate-sipr-5k0
:
CMP = oneoff
fate-sipr-5k0
:
REF = $(SAMPLES)/sipr/sipr_5k0.pcm
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