]> git.sesse.net Git - ffmpeg/commitdiff
Add regression tests for F32LE, F64BE and F64LE PCM codecs.
authorPeter Ross <pross@xvid.org>
Tue, 19 Aug 2008 11:26:43 +0000 (11:26 +0000)
committerPeter Ross <pross@xvid.org>
Tue, 19 Aug 2008 11:26:43 +0000 (11:26 +0000)
Originally committed as revision 14838 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/ffmpeg.regression.ref
tests/regression.sh
tests/rotozoom.regression.ref

index 16ad7139c789898d7fa56cbac7349c0253731068..141be8f4bb0bfd7c0c5ea2dd8b67608b4b06ea1a 100644 (file)
@@ -265,6 +265,18 @@ stddev:    0.00 PSNR:999.99 bytes:  1058444/  1058444
 2116824 ./tests/data/a-pcm_f32be.au
 95e54b261530a1bcf6de6fe3b21dc5f6 *./tests/data/pcm.vsynth.out.wav
 stddev:    0.00 PSNR:999.99 bytes:  1058444/  1058444
+2e38d92746dc232b6d9947271c1d6b18 *./tests/data/a-pcm_f32le.wav
+529256 ./tests/data/a-pcm_f32le.wav
+d50de60eddcebf645fb73c3468ce3dc5 *./tests/data/pcm.vsynth.out.wav
+stddev:10682.28 PSNR: 15.75 bytes:   264644/  1058444
+7e537c073be3660dc389ea94b55682a6 *./tests/data/a-pcm_f64be.au
+529224 ./tests/data/a-pcm_f64be.au
+060e8edf8a21807a87e54edba4a9bfe8 *./tests/data/pcm.vsynth.out.wav
+stddev:10705.84 PSNR: 15.73 bytes:   132344/  1058444
+6e2bbd21c2d4ba083e8de45017161141 *./tests/data/a-pcm_f64le.wav
+529256 ./tests/data/a-pcm_f64le.wav
+060e8edf8a21807a87e54edba4a9bfe8 *./tests/data/pcm.vsynth.out.wav
+stddev:10705.84 PSNR: 15.73 bytes:   132344/  1058444
 8c74234928ed425b1171211a89f67ead *./tests/data/a-pcm_zork.wav
 529256 ./tests/data/a-pcm_zork.wav
 864c8c866ac25642c29a13b122c70709 *./tests/data/pcm.vsynth.out.wav
index b71012a57de577fbc368f1fac2c5bb9ad985da01..e3178cd3c8e6fefb75861c6cd3a9b7ffa348384d 100755 (executable)
@@ -460,6 +460,9 @@ do_audio_enc_dec wav s32 pcm_s32le
 #do_audio_enc_dec ??? s32 pcm_u32be #no compatible muxer or demuxer
 #do_audio_enc_dec ??? s32 pcm_u32le #no compatible muxer or demuxer
 do_audio_enc_dec au  flt pcm_f32be
+do_audio_enc_dec wav flt pcm_f32le
+do_audio_enc_dec au  dbl pcm_f64be
+do_audio_enc_dec wav dbl pcm_f64le
 do_audio_enc_dec wav s16 pcm_zork
 do_audio_enc_dec 302 s16 pcm_s24daud "-ac 6 -ar 96000"
 fi
index 2dac4af1d3361c7882366bc8fb85876db06bc745..88945ec844b141b720d0dc4f3216214f7c087e0b 100644 (file)
@@ -265,6 +265,18 @@ stddev:    0.00 PSNR:999.99 bytes:  1058444/  1058444
 2116824 ./tests/data/a-pcm_f32be.au
 95e54b261530a1bcf6de6fe3b21dc5f6 *./tests/data/pcm.rotozoom.out.wav
 stddev:    0.00 PSNR:999.99 bytes:  1058444/  1058444
+2e38d92746dc232b6d9947271c1d6b18 *./tests/data/a-pcm_f32le.wav
+529256 ./tests/data/a-pcm_f32le.wav
+d50de60eddcebf645fb73c3468ce3dc5 *./tests/data/pcm.rotozoom.out.wav
+stddev:10682.28 PSNR: 15.75 bytes:   264644/  1058444
+7e537c073be3660dc389ea94b55682a6 *./tests/data/a-pcm_f64be.au
+529224 ./tests/data/a-pcm_f64be.au
+060e8edf8a21807a87e54edba4a9bfe8 *./tests/data/pcm.rotozoom.out.wav
+stddev:10705.84 PSNR: 15.73 bytes:   132344/  1058444
+6e2bbd21c2d4ba083e8de45017161141 *./tests/data/a-pcm_f64le.wav
+529256 ./tests/data/a-pcm_f64le.wav
+060e8edf8a21807a87e54edba4a9bfe8 *./tests/data/pcm.rotozoom.out.wav
+stddev:10705.84 PSNR: 15.73 bytes:   132344/  1058444
 8c74234928ed425b1171211a89f67ead *./tests/data/a-pcm_zork.wav
 529256 ./tests/data/a-pcm_zork.wav
 864c8c866ac25642c29a13b122c70709 *./tests/data/pcm.rotozoom.out.wav