[FFmpeg-cvslog] FATE: add ALAC encoding tests

Justin Ruggles git at videolan.org
Thu Aug 23 14:41:49 CEST 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Aug 21 12:48:23 2012 -0400| [e981215944876333d6da2a029e4b697e4831048b] | committer: Justin Ruggles

FATE: add ALAC encoding tests

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e981215944876333d6da2a029e4b697e4831048b
---

 tests/Makefile      |    1 +
 tests/fate/alac.mak |   15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 0b11102..2af9a91 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -26,6 +26,7 @@ include $(SRC_PATH)/tests/fate/vcodec.mak
 include $(SRC_PATH)/tests/fate/aac.mak
 include $(SRC_PATH)/tests/fate/ac3.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/amrnb.mak
 include $(SRC_PATH)/tests/fate/amrwb.mak
diff --git a/tests/fate/alac.mak b/tests/fate/alac.mak
new file mode 100644
index 0000000..b55b594
--- /dev/null
+++ b/tests/fate/alac.mak
@@ -0,0 +1,15 @@
+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)



More information about the ffmpeg-cvslog mailing list