Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e9812159
Commit
e9812159
authored
Aug 21, 2012
by
Justin Ruggles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FATE: add ALAC encoding tests
parent
4b0e0f31
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
Makefile
tests/Makefile
+1
-0
alac.mak
tests/fate/alac.mak
+15
-0
No files found.
tests/Makefile
View file @
e9812159
...
@@ -26,6 +26,7 @@ include $(SRC_PATH)/tests/fate/vcodec.mak
...
@@ -26,6 +26,7 @@ include $(SRC_PATH)/tests/fate/vcodec.mak
include
$(SRC_PATH)/tests/fate/aac.mak
include
$(SRC_PATH)/tests/fate/aac.mak
include
$(SRC_PATH)/tests/fate/ac3.mak
include
$(SRC_PATH)/tests/fate/ac3.mak
include
$(SRC_PATH)/tests/fate/adpcm.mak
include
$(SRC_PATH)/tests/fate/adpcm.mak
include
$(SRC_PATH)/tests/fate/alac.mak
include
$(SRC_PATH)/tests/fate/als.mak
include
$(SRC_PATH)/tests/fate/als.mak
include
$(SRC_PATH)/tests/fate/amrnb.mak
include
$(SRC_PATH)/tests/fate/amrnb.mak
include
$(SRC_PATH)/tests/fate/amrwb.mak
include
$(SRC_PATH)/tests/fate/amrwb.mak
...
...
tests/fate/alac.mak
0 → 100644
View file @
e9812159
FATE_ALAC += fate-alac-level-0 \
fate-alac-level-1 \
fate-alac-level-2 \
fate-alac-lpc-orders \
fate-alac-level-%: OPTS = -compression_level $(@:fate-alac-level-%=%)
fate-alac-lpc-orders: OPTS = -min_prediction_order 1 -max_prediction_order 30
fate-alac-%: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-alac-%: CMD = enc_dec_pcm mov wav s16le $(REF) -c alac $(OPTS)
fate-alac-%: CMP = oneoff
fate-alac-%: FUZZ = 0
FATE_SAMPLES_AVCONV += $(FATE_ALAC)
fate-alac: $(FATE_ALAC)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment