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
723c35fe
Commit
723c35fe
authored
13 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
fate: split off vqf/twinvq FATE tests into their own file
parent
9e5bd6cc
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
tests/Makefile
+1
-0
1 addition, 0 deletions
tests/Makefile
tests/fate.mak
+0
-2
0 additions, 2 deletions
tests/fate.mak
tests/fate/vqf.mak
+7
-0
7 additions, 0 deletions
tests/fate/vqf.mak
tests/fate2.mak
+0
-5
0 additions, 5 deletions
tests/fate2.mak
with
8 additions
and
7 deletions
tests/Makefile
+
1
−
0
View file @
723c35fe
...
@@ -51,6 +51,7 @@ include $(SRC_PATH)/tests/fate/screen.mak
...
@@ -51,6 +51,7 @@ include $(SRC_PATH)/tests/fate/screen.mak
include
$(SRC_PATH)/tests/fate/utvideo.mak
include
$(SRC_PATH)/tests/fate/utvideo.mak
include
$(SRC_PATH)/tests/fate/vorbis.mak
include
$(SRC_PATH)/tests/fate/vorbis.mak
include
$(SRC_PATH)/tests/fate/vpx.mak
include
$(SRC_PATH)/tests/fate/vpx.mak
include
$(SRC_PATH)/tests/fate/vqf.mak
include
$(SRC_PATH)/tests/fate/wma.mak
include
$(SRC_PATH)/tests/fate/wma.mak
FATE_ACODEC
=
$(
ACODEC_TESTS:%
=
fate-acodec-%
)
FATE_ACODEC
=
$(
ACODEC_TESTS:%
=
fate-acodec-%
)
...
...
This diff is collapsed.
Click to expand it.
tests/fate.mak
+
0
−
2
View file @
723c35fe
...
@@ -238,8 +238,6 @@ FATE_TESTS += fate-video-xl
...
@@ -238,8 +238,6 @@ FATE_TESTS += fate-video-xl
fate-video-xl
:
CMD = framecrc -i $(SAMPLES)/vixl/pig-vixl.avi
fate-video-xl
:
CMD = framecrc -i $(SAMPLES)/vixl/pig-vixl.avi
FATE_TESTS
+=
fate-vqa-cc
FATE_TESTS
+=
fate-vqa-cc
fate-vqa-cc
:
CMD = framecrc -i $(SAMPLES)/vqa/cc-demo1-partial.vqa -pix_fmt rgb24
fate-vqa-cc
:
CMD = framecrc -i $(SAMPLES)/vqa/cc-demo1-partial.vqa -pix_fmt rgb24
FATE_TESTS
+=
fate-vqf-demux
fate-vqf-demux
:
CMD = md5 -i $(SAMPLES)/vqf/achterba.vqf -acodec copy -f framecrc
FATE_TESTS
+=
fate-w64
FATE_TESTS
+=
fate-w64
fate-w64
:
CMD = crc -i $(SAMPLES)/w64/w64-pcm16.w64
fate-w64
:
CMD = crc -i $(SAMPLES)/w64/w64-pcm16.w64
FATE_TESTS
+=
fate-wc3movie-xan
FATE_TESTS
+=
fate-wc3movie-xan
...
...
This diff is collapsed.
Click to expand it.
tests/fate/vqf.mak
0 → 100644
+
7
−
0
View file @
723c35fe
FATE_TESTS
+=
fate-twinvq
fate-twinvq
:
CMD = pcm -i $(SAMPLES)/vqf/achterba.vqf
fate-twinvq
:
CMP = oneoff
fate-twinvq
:
REF = $(SAMPLES)/vqf/achterba.pcm
FATE_TESTS
+=
fate-vqf-demux
fate-vqf-demux
:
CMD = md5 -i $(SAMPLES)/vqf/achterba.vqf -acodec copy -f framecrc
This diff is collapsed.
Click to expand it.
tests/fate2.mak
+
0
−
5
View file @
723c35fe
FATE_TESTS
+=
fate-twinvq
fate-twinvq
:
CMD = pcm -i $(SAMPLES)/vqf/achterba.vqf
fate-twinvq
:
CMP = oneoff
fate-twinvq
:
REF = $(SAMPLES)/vqf/achterba.pcm
FATE_TESTS
+=
fate-mpeg2-field-enc
FATE_TESTS
+=
fate-mpeg2-field-enc
fate-mpeg2-field-enc
:
CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an
fate-mpeg2-field-enc
:
CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an
...
...
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