]> git.sesse.net Git - ffmpeg/commit
fate: make lavfi tests output only md5
authorMans Rullgard <mans@mansr.com>
Fri, 21 Jan 2011 21:31:21 +0000 (21:31 +0000)
committerMans Rullgard <mans@mansr.com>
Sat, 22 Jan 2011 00:30:12 +0000 (00:30 +0000)
commitf4b1e21a6304cda58ac36401d8f8dec7ff61d056
treeda6bd10fba05a986b181ae14c7c70c54a193604d
parentf4096bf6eeddc605457192476dbbf110d4cc6140
fate: make lavfi tests output only md5

Instead of saving huge raw files, use the md5: output pseudo-protocol
to calculate the checksum of the file directly.  This is especially
useful when testing on remote targets as it avoids transferring 3.6GB
over the network.
21 files changed:
tests/lavfi-regression.sh
tests/ref/lavfi/crop
tests/ref/lavfi/crop_scale
tests/ref/lavfi/crop_scale_vflip
tests/ref/lavfi/crop_vflip
tests/ref/lavfi/null
tests/ref/lavfi/pixdesc_be
tests/ref/lavfi/pixdesc_le
tests/ref/lavfi/pixfmts_copy_le
tests/ref/lavfi/pixfmts_crop_le
tests/ref/lavfi/pixfmts_hflip_le
tests/ref/lavfi/pixfmts_null_le
tests/ref/lavfi/pixfmts_pad_le
tests/ref/lavfi/pixfmts_scale_le
tests/ref/lavfi/pixfmts_vflip_le
tests/ref/lavfi/scale200
tests/ref/lavfi/scale500
tests/ref/lavfi/vflip
tests/ref/lavfi/vflip_crop
tests/ref/lavfi/vflip_vflip
tests/regression-funcs.sh