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
2cbdd7c9
Commit
2cbdd7c9
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
fate: ac3: Add dependencies
parent
381dc1a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/fate/ac3.mak
+8
-7
8 additions, 7 deletions
tests/fate/ac3.mak
with
8 additions
and
7 deletions
tests/fate/ac3.mak
+
8
−
7
View file @
2cbdd7c9
...
@@ -44,14 +44,17 @@ fate-eac3-4: REF = $(SAMPLES)/eac3/serenity_english_5.1_1536_small.pcm
...
@@ -44,14 +44,17 @@ fate-eac3-4: REF = $(SAMPLES)/eac3/serenity_english_5.1_1536_small.pcm
$(FATE_AC3) $(FATE_EAC3)
:
CMP = oneoff
$(FATE_AC3) $(FATE_EAC3)
:
CMP = oneoff
FATE_AC3_ENCODE
+=
fate-ac3-encode
FATE_AC3-
$(
call
DEMDEC, AC3, AC3
)
+=
$(FATE_AC3)
FATE_EAC3-
$(
call
DEMDEC, EAC3, EAC3
)
+=
$(FATE_EAC3)
FATE_AC3-
$(
call
ENCDEC, AC3, AC3
)
+=
fate-ac3-encode
fate-ac3-encode
:
CMD = enc_dec_pcm ac3 wav s16le $(REF) -c:a ac3 -b:a 128k
fate-ac3-encode
:
CMD = enc_dec_pcm ac3 wav s16le $(REF) -c:a ac3 -b:a 128k
fate-ac3-encode
:
CMP_SHIFT = -1024
fate-ac3-encode
:
CMP_SHIFT = -1024
fate-ac3-encode
:
CMP_TARGET = 399.62
fate-ac3-encode
:
CMP_TARGET = 399.62
fate-ac3-encode
:
SIZE_TOLERANCE = 488
fate-ac3-encode
:
SIZE_TOLERANCE = 488
fate-ac3-encode
:
FUZZ = 3
fate-ac3-encode
:
FUZZ = 3
FATE_EAC3
_
ENC
O
DE
+=
fate-eac3-encode
FATE_EAC3
-
$(
call
ENCDE
C, EAC3, EAC3
)
+=
fate-eac3-encode
fate-eac3-encode
:
CMD = enc_dec_pcm eac3 wav s16le $(REF) -c:a eac3 -b:a 128k
fate-eac3-encode
:
CMD = enc_dec_pcm eac3 wav s16le $(REF) -c:a eac3 -b:a 128k
fate-eac3-encode
:
CMP_SHIFT = -1024
fate-eac3-encode
:
CMP_SHIFT = -1024
fate-eac3-encode
:
CMP_TARGET = 514.02
fate-eac3-encode
:
CMP_TARGET = 514.02
...
@@ -61,15 +64,13 @@ fate-eac3-encode: FUZZ = 3
...
@@ -61,15 +64,13 @@ fate-eac3-encode: FUZZ = 3
fate-ac3-encode fate-eac3-encode
:
CMP = stddev
fate-ac3-encode fate-eac3-encode
:
CMP = stddev
fate-ac3-encode fate-eac3-encode
:
REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-ac3-encode fate-eac3-encode
:
REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
FATE_AC3
_FIXED_ENCODE
+=
fate-ac3-fixed-encode
FATE_AC3
-
$(
call
ENCMUX, AC3_FIXED, AC3
)
+=
fate-ac3-fixed-encode
fate-ac3-fixed-encode
:
tests/data/asynth-44100-2.wav
fate-ac3-fixed-encode
:
tests/data/asynth-44100-2.wav
fate-ac3-fixed-encode
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
fate-ac3-fixed-encode
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
fate-ac3-fixed-encode
:
CMD = md5 -i $(SRC) -c ac3_fixed -b 128k -f ac3 -flags bitexact
fate-ac3-fixed-encode
:
CMD = md5 -i $(SRC) -c ac3_fixed -b 128k -f ac3 -flags bitexact
fate-ac3-fixed-encode
:
CMP = oneline
fate-ac3-fixed-encode
:
CMP = oneline
fate-ac3-fixed-encode
:
REF = a1d1fc116463b771abf5aef7ed37d7b1
fate-ac3-fixed-encode
:
REF = a1d1fc116463b771abf5aef7ed37d7b1
FATE_SAMPLES_AVCONV
+=
$(
FATE_AC3
)
$(
FATE_AC3_ENCODE
)
$(
FATE_AC3_FIXED_ENCODE
)
FATE_SAMPLES_AVCONV-
+=
$(
FATE_AC3-yes
)
$(
FATE_EAC3-yes
)
FATE_SAMPLES_AVCONV
+=
$(
FATE_EAC3
)
$(
FATE_EAC3_ENCODE
)
fate-ac3
:
$(FATE_AC3) $(FATE_AC3_ENCODE) $(FATE_AC3_FIXED_ENCODE)
fate-ac3
:
$(FATE_AC3-yes) $(FATE_EAC3-yes)
fate-ac3
:
$(FATE_EAC3) $(FATE_EAC3_ENCODE)
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