diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-16 20:18:13 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-16 20:18:13 +0000 |
commit | eca478c3171a85187fb98ea05b0065c336416d3c (patch) | |
tree | 2c4d9f39f6dee6f678b194488c2bac2cf5168d85 /tests/ref/lavf | |
parent | 16cd99bbed1f61a0a8a03a66913d88bae7c3dbfd (diff) | |
download | ffmpeg-eca478c3171a85187fb98ea05b0065c336416d3c.tar.gz |
regtest: split reference files allowing tests to run individually
With this change, the output is checked immediately after each test
has run. This means commands like "make regtest-mpeg2" can now be
used to run a single test and get meaningful results.
By default, make will abort if any test fails. To run all tests
regardless, use make -k.
Originally committed as revision 21254 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/ref/lavf')
36 files changed, 143 insertions, 0 deletions
diff --git a/tests/ref/lavf/aiff b/tests/ref/lavf/aiff new file mode 100644 index 0000000000..3378fa3bc9 --- /dev/null +++ b/tests/ref/lavf/aiff @@ -0,0 +1,3 @@ +379908755146d4ead062abe9c3b5c582 *./tests/data/b-lavf.aif +90166 ./tests/data/b-lavf.aif +./tests/data/b-lavf.aif CRC=0xf1ae5536 diff --git a/tests/ref/lavf/alaw b/tests/ref/lavf/alaw new file mode 100644 index 0000000000..68814cfdc1 --- /dev/null +++ b/tests/ref/lavf/alaw @@ -0,0 +1,3 @@ +8bce9c3758b0d38da2e0718b6ab57fb4 *./tests/data/b-lavf.al +45056 ./tests/data/b-lavf.al +./tests/data/b-lavf.al CRC=0x5e6d372b diff --git a/tests/ref/lavf/asf b/tests/ref/lavf/asf new file mode 100644 index 0000000000..e5c09af087 --- /dev/null +++ b/tests/ref/lavf/asf @@ -0,0 +1,3 @@ +c544bb40c2f4c09d44318db5228ee499 *./tests/data/b-lavf.asf +333375 ./tests/data/b-lavf.asf +./tests/data/b-lavf.asf CRC=0x9f5ab3e6 diff --git a/tests/ref/lavf/au b/tests/ref/lavf/au new file mode 100644 index 0000000000..a56899ee7d --- /dev/null +++ b/tests/ref/lavf/au @@ -0,0 +1,3 @@ +dbd11f783219485cae32024e47c19dfb *./tests/data/b-lavf.au +90136 ./tests/data/b-lavf.au +./tests/data/b-lavf.au CRC=0xf1ae5536 diff --git a/tests/ref/lavf/avi b/tests/ref/lavf/avi new file mode 100644 index 0000000000..2cf5abbfca --- /dev/null +++ b/tests/ref/lavf/avi @@ -0,0 +1,3 @@ +7e5e4db8c04f0acd16cff6b30e60d0e5 *./tests/data/b-lavf.avi +331032 ./tests/data/b-lavf.avi +./tests/data/b-lavf.avi CRC=0x2a83e6b0 diff --git a/tests/ref/lavf/bmp b/tests/ref/lavf/bmp new file mode 100644 index 0000000000..1f20c11c5d --- /dev/null +++ b/tests/ref/lavf/bmp @@ -0,0 +1,3 @@ +71f4d64a6b3c71f43a4eff526f84841c *./tests/data/b-lavf02.bmp +./tests/data/b-lavf%02d.bmp CRC=0xe6c71946 +304182 ./tests/data/b-lavf02.bmp diff --git a/tests/ref/lavf/dv_fmt b/tests/ref/lavf/dv_fmt new file mode 100644 index 0000000000..6f54194b27 --- /dev/null +++ b/tests/ref/lavf/dv_fmt @@ -0,0 +1,3 @@ +522e5e5a46b99f8ad8aabdaf3d2f1869 *./tests/data/b-lavf.dv +3600000 ./tests/data/b-lavf.dv +./tests/data/b-lavf.dv CRC=0x02c0af30 diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm new file mode 100644 index 0000000000..de91680556 --- /dev/null +++ b/tests/ref/lavf/ffm @@ -0,0 +1,3 @@ +a2dd3180dbfc7c8d50d34cea4cdc92d8 *./tests/data/b-lavf.ffm +376832 ./tests/data/b-lavf.ffm +./tests/data/b-lavf.ffm CRC=0x2b39ed74 diff --git a/tests/ref/lavf/flv_fmt b/tests/ref/lavf/flv_fmt new file mode 100644 index 0000000000..674b689852 --- /dev/null +++ b/tests/ref/lavf/flv_fmt @@ -0,0 +1,3 @@ +62c3177547fb5853a5116661802e1ae2 *./tests/data/b-lavf.flv +329541 ./tests/data/b-lavf.flv +./tests/data/b-lavf.flv CRC=0x881785d1 diff --git a/tests/ref/lavf/gif b/tests/ref/lavf/gif new file mode 100644 index 0000000000..57c27119a9 --- /dev/null +++ b/tests/ref/lavf/gif @@ -0,0 +1,2 @@ +98968ceb210ab260a6a7af36767b94d3 *./tests/data/b-lavf.gif +2906382 ./tests/data/b-lavf.gif diff --git a/tests/ref/lavf/gxf b/tests/ref/lavf/gxf new file mode 100644 index 0000000000..8bb0fe8ba8 --- /dev/null +++ b/tests/ref/lavf/gxf @@ -0,0 +1,3 @@ +bf5c730bb8426dbcfc5420e71ee490f2 *./tests/data/b-lavf.gxf +796392 ./tests/data/b-lavf.gxf +./tests/data/b-lavf.gxf CRC=0xad9e86eb diff --git a/tests/ref/lavf/jpg b/tests/ref/lavf/jpg new file mode 100644 index 0000000000..07b5b5fe3d --- /dev/null +++ b/tests/ref/lavf/jpg @@ -0,0 +1,3 @@ +d56c19d41e9754939ea0f15d09bc4a32 *./tests/data/b-lavf02.jpg +./tests/data/b-lavf%02d.jpg CRC=0xb8bc5a32 +31763 ./tests/data/b-lavf02.jpg diff --git a/tests/ref/lavf/mkv b/tests/ref/lavf/mkv new file mode 100644 index 0000000000..21e8487907 --- /dev/null +++ b/tests/ref/lavf/mkv @@ -0,0 +1,3 @@ +a0ce20d849aea1c6e138dd1101c8f162 *./tests/data/b-lavf.mkv +320463 ./tests/data/b-lavf.mkv +./tests/data/b-lavf.mkv CRC=0x2a83e6b0 diff --git a/tests/ref/lavf/mmf b/tests/ref/lavf/mmf new file mode 100644 index 0000000000..b212349e93 --- /dev/null +++ b/tests/ref/lavf/mmf @@ -0,0 +1,3 @@ +272b91d8fc31ed43b08246d182719751 *./tests/data/b-lavf.mmf +22609 ./tests/data/b-lavf.mmf +./tests/data/b-lavf.mmf CRC=0x03633476 diff --git a/tests/ref/lavf/mov b/tests/ref/lavf/mov new file mode 100644 index 0000000000..5a46b84ccb --- /dev/null +++ b/tests/ref/lavf/mov @@ -0,0 +1,3 @@ +c145305a775eb2de43cdf94eb1ab5240 *./tests/data/b-lavf.mov +357669 ./tests/data/b-lavf.mov +./tests/data/b-lavf.mov CRC=0x2f6a9b26 diff --git a/tests/ref/lavf/mpg b/tests/ref/lavf/mpg new file mode 100644 index 0000000000..c6cf9a22f1 --- /dev/null +++ b/tests/ref/lavf/mpg @@ -0,0 +1,3 @@ +e36a005ecca9add8bda6e0655d03716f *./tests/data/b-lavf.mpg +372736 ./tests/data/b-lavf.mpg +./tests/data/b-lavf.mpg CRC=0x2b39ed74 diff --git a/tests/ref/lavf/mulaw b/tests/ref/lavf/mulaw new file mode 100644 index 0000000000..7120005991 --- /dev/null +++ b/tests/ref/lavf/mulaw @@ -0,0 +1,3 @@ +e64027a96ad5907ee281deff3286da0a *./tests/data/b-lavf.ul +45056 ./tests/data/b-lavf.ul +./tests/data/b-lavf.ul CRC=0xe028b50a diff --git a/tests/ref/lavf/mxf b/tests/ref/lavf/mxf new file mode 100644 index 0000000000..e16cfae8d8 --- /dev/null +++ b/tests/ref/lavf/mxf @@ -0,0 +1,6 @@ +2e436c226936c478eaee9bb18027cba0 *./tests/data/b-lavf.mxf +525881 ./tests/data/b-lavf.mxf +./tests/data/b-lavf.mxf CRC=0x12bb8196 +b3174e2db508564c1cce0b5e3c1bc1bd *./tests/data/b-lavf.mxf_d10 +5330989 ./tests/data/b-lavf.mxf_d10 +./tests/data/b-lavf.mxf_d10 CRC=0xc3f4f92e diff --git a/tests/ref/lavf/nut b/tests/ref/lavf/nut new file mode 100644 index 0000000000..2a425f9cda --- /dev/null +++ b/tests/ref/lavf/nut @@ -0,0 +1,3 @@ +16b9d2cf8effb7dae316c6b9248a49b7 *./tests/data/b-lavf.nut +319888 ./tests/data/b-lavf.nut +./tests/data/b-lavf.nut CRC=0x2a83e6b0 diff --git a/tests/ref/lavf/ogg b/tests/ref/lavf/ogg new file mode 100644 index 0000000000..af5f272db3 --- /dev/null +++ b/tests/ref/lavf/ogg @@ -0,0 +1,3 @@ +767a75e9abf9754bfdc880d6faed69cf *./tests/data/b-lavf.ogg +14210 ./tests/data/b-lavf.ogg +./tests/data/b-lavf.ogg CRC=0x37a143ea diff --git a/tests/ref/lavf/pbmpipe b/tests/ref/lavf/pbmpipe new file mode 100644 index 0000000000..8ce6fa2740 --- /dev/null +++ b/tests/ref/lavf/pbmpipe @@ -0,0 +1,3 @@ +8ced96f5b6b7362358199ae993b4ceb7 *./tests/data/b-pbmpipe.pbm +317075 ./tests/data/b-pbmpipe.pbm +./tests/data/b-pbmpipe.pbm CRC=0xfae0a1ba diff --git a/tests/ref/lavf/pcx b/tests/ref/lavf/pcx new file mode 100644 index 0000000000..1cbc0e7d26 --- /dev/null +++ b/tests/ref/lavf/pcx @@ -0,0 +1,3 @@ +2df1d747fba23d03b6ff9c91b8b465c9 *./tests/data/b-lavf02.pcx +./tests/data/b-lavf%02d.pcx CRC=0x6da01946 +364147 ./tests/data/b-lavf02.pcx diff --git a/tests/ref/lavf/pgm b/tests/ref/lavf/pgm new file mode 100644 index 0000000000..9dae05325b --- /dev/null +++ b/tests/ref/lavf/pgm @@ -0,0 +1,3 @@ +388f5c51a678ca6a52cc006095c12f08 *./tests/data/b-lavf02.pgm +./tests/data/b-lavf%02d.pgm CRC=0x418d2963 +101391 ./tests/data/b-lavf02.pgm diff --git a/tests/ref/lavf/pgmpipe b/tests/ref/lavf/pgmpipe new file mode 100644 index 0000000000..7b86712a52 --- /dev/null +++ b/tests/ref/lavf/pgmpipe @@ -0,0 +1,3 @@ +04e66c8e9e064c8310bd657ee559bd70 *./tests/data/b-pgmpipe.pgm +2534775 ./tests/data/b-pgmpipe.pgm +./tests/data/b-pgmpipe.pgm CRC=0xadf48ba9 diff --git a/tests/ref/lavf/pixfmt b/tests/ref/lavf/pixfmt new file mode 100644 index 0000000000..a6f6c313da --- /dev/null +++ b/tests/ref/lavf/pixfmt @@ -0,0 +1,38 @@ +5641dba168ff665af1cdb4a91e1afdd6 *./tests/data/b-lavf-yuv420p.yuv +304128 ./tests/data/b-lavf-yuv420p.yuv +ac68f9fdd9d55efd0306d9b004038761 *./tests/data/b-lavf-yuv422p.yuv +304128 ./tests/data/b-lavf-yuv422p.yuv +5641dba168ff665af1cdb4a91e1afdd6 *./tests/data/b-lavf-yuv444p.yuv +304128 ./tests/data/b-lavf-yuv444p.yuv +ac68f9fdd9d55efd0306d9b004038761 *./tests/data/b-lavf-yuyv422.yuv +304128 ./tests/data/b-lavf-yuyv422.yuv +507c7e9f0c97660385df977469ca9e6d *./tests/data/b-lavf-yuv410p.yuv +304128 ./tests/data/b-lavf-yuv410p.yuv +8594ea0b8d7c2c964525b0801b5351de *./tests/data/b-lavf-yuv411p.yuv +304128 ./tests/data/b-lavf-yuv411p.yuv +66673539adf8cda28e3b76068d3aae61 *./tests/data/b-lavf-yuvj420p.yuv +304128 ./tests/data/b-lavf-yuvj420p.yuv +572bf387dd1e3f073cbfd082e055ca81 *./tests/data/b-lavf-yuvj422p.yuv +304128 ./tests/data/b-lavf-yuvj422p.yuv +c10442da177c9f1d12be3c53be6fa12c *./tests/data/b-lavf-yuvj444p.yuv +304128 ./tests/data/b-lavf-yuvj444p.yuv +c6e0f9b5817f484b175c1ec4ffb4e9c9 *./tests/data/b-lavf-rgb24.yuv +304128 ./tests/data/b-lavf-rgb24.yuv +c6e0f9b5817f484b175c1ec4ffb4e9c9 *./tests/data/b-lavf-bgr24.yuv +304128 ./tests/data/b-lavf-bgr24.yuv +c6e0f9b5817f484b175c1ec4ffb4e9c9 *./tests/data/b-lavf-rgb32.yuv +304128 ./tests/data/b-lavf-rgb32.yuv +66d39d464bd89ded2a124897f0a75ade *./tests/data/b-lavf-rgb565.yuv +304128 ./tests/data/b-lavf-rgb565.yuv +c894c3bd8d2631ed1964500b90a0c350 *./tests/data/b-lavf-rgb555.yuv +304128 ./tests/data/b-lavf-rgb555.yuv +6be306b0cce5f8e6c271ea17fef9745b *./tests/data/b-lavf-gray.yuv +304128 ./tests/data/b-lavf-gray.yuv +31398104d2349dd48328a6862bc6711f *./tests/data/b-lavf-monow.yuv +304128 ./tests/data/b-lavf-monow.yuv +31398104d2349dd48328a6862bc6711f *./tests/data/b-lavf-monob.yuv +304128 ./tests/data/b-lavf-monob.yuv +00b85790df5740bab95e2559d81603a7 *./tests/data/b-lavf-yuv440p.yuv +304128 ./tests/data/b-lavf-yuv440p.yuv +4d8d402c45d913038d4b725396719111 *./tests/data/b-lavf-yuvj440p.yuv +304128 ./tests/data/b-lavf-yuvj440p.yuv diff --git a/tests/ref/lavf/ppm b/tests/ref/lavf/ppm new file mode 100644 index 0000000000..726b27b07d --- /dev/null +++ b/tests/ref/lavf/ppm @@ -0,0 +1,3 @@ +16d5dadf0b362fc8ba3cb676c5dde985 *./tests/data/b-lavf02.ppm +./tests/data/b-lavf%02d.ppm CRC=0x6da01946 +304143 ./tests/data/b-lavf02.ppm diff --git a/tests/ref/lavf/ppmpipe b/tests/ref/lavf/ppmpipe new file mode 100644 index 0000000000..8c91f6aa20 --- /dev/null +++ b/tests/ref/lavf/ppmpipe @@ -0,0 +1,3 @@ +74f1f6651ad8f192a7b4c11c2b6c71e5 *./tests/data/b-ppmpipe.ppm +7603575 ./tests/data/b-ppmpipe.ppm +./tests/data/b-ppmpipe.ppm CRC=0x87b3c15f diff --git a/tests/ref/lavf/rm b/tests/ref/lavf/rm new file mode 100644 index 0000000000..7370ccd196 --- /dev/null +++ b/tests/ref/lavf/rm @@ -0,0 +1,2 @@ +e60d3e69beaf94a5c3d2e3344cc620dd *./tests/data/b-lavf.rm +346706 ./tests/data/b-lavf.rm diff --git a/tests/ref/lavf/sgi b/tests/ref/lavf/sgi new file mode 100644 index 0000000000..35ae1f3585 --- /dev/null +++ b/tests/ref/lavf/sgi @@ -0,0 +1,3 @@ +7054acafd275e51cec28d4518e213081 *./tests/data/b-lavf02.sgi +./tests/data/b-lavf%02d.sgi CRC=0x6da01946 +308151 ./tests/data/b-lavf02.sgi diff --git a/tests/ref/lavf/swf b/tests/ref/lavf/swf new file mode 100644 index 0000000000..a0b02ae8d7 --- /dev/null +++ b/tests/ref/lavf/swf @@ -0,0 +1,3 @@ +62c5aeb636fc82cf6ba6277d36e42cb5 *./tests/data/b-lavf.swf +329479 ./tests/data/b-lavf.swf +./tests/data/b-lavf.swf CRC=0x881785d1 diff --git a/tests/ref/lavf/tga b/tests/ref/lavf/tga new file mode 100644 index 0000000000..d8040bd93b --- /dev/null +++ b/tests/ref/lavf/tga @@ -0,0 +1,3 @@ +c0305c53e6d79d4ed9f35f04f671246c *./tests/data/b-lavf02.tga +./tests/data/b-lavf%02d.tga CRC=0xe6c71946 +304172 ./tests/data/b-lavf02.tga diff --git a/tests/ref/lavf/tiff b/tests/ref/lavf/tiff new file mode 100644 index 0000000000..99f576e836 --- /dev/null +++ b/tests/ref/lavf/tiff @@ -0,0 +1,3 @@ +b3299346a8959553a437e486d8f3bf76 *./tests/data/b-lavf02.tiff +./tests/data/b-lavf%02d.tiff CRC=0x6da01946 +307131 ./tests/data/b-lavf02.tiff diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts new file mode 100644 index 0000000000..e892e40d49 --- /dev/null +++ b/tests/ref/lavf/ts @@ -0,0 +1,3 @@ +a1a799fe07b3b9944aad8455a9706c5f *./tests/data/b-lavf.ts +430144 ./tests/data/b-lavf.ts +./tests/data/b-lavf.ts CRC=0x133216c1 diff --git a/tests/ref/lavf/voc b/tests/ref/lavf/voc new file mode 100644 index 0000000000..ea96f4d458 --- /dev/null +++ b/tests/ref/lavf/voc @@ -0,0 +1,3 @@ +b0bc287ce4e3eef7c1012610dd7ff6d0 *./tests/data/b-lavf.voc +32768 ./tests/data/b-lavf.voc +./tests/data/b-lavf.voc CRC=0xa2d77c12 diff --git a/tests/ref/lavf/wav b/tests/ref/lavf/wav new file mode 100644 index 0000000000..dc4757de7e --- /dev/null +++ b/tests/ref/lavf/wav @@ -0,0 +1,3 @@ +6a3bec31d92baf52161e25179ebba315 *./tests/data/b-lavf.wav +90156 ./tests/data/b-lavf.wav +./tests/data/b-lavf.wav CRC=0xf1ae5536 diff --git a/tests/ref/lavf/yuv4mpeg b/tests/ref/lavf/yuv4mpeg new file mode 100644 index 0000000000..2717418546 --- /dev/null +++ b/tests/ref/lavf/yuv4mpeg @@ -0,0 +1,2 @@ +ec8178cb152f9cdbfd9cb724d977db2e *./tests/data/b-lavf.y4m +3801808 ./tests/data/b-lavf.y4m |