summaryrefslogtreecommitdiff
path: root/tests/lavfi-regression.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-28 13:34:23 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-28 13:34:23 +0200
commit124244ec48c1b733b7ad40eee67ae1a205f0162b (patch)
tree008dc0200bf07f47103ba573a247c8e8ba15fc78 /tests/lavfi-regression.sh
parent04001767728fd4ed8b4f9d2ebbb9f9a8c9a7be0d (diff)
parentb963f021b603509b5159873de4919dec441d0782 (diff)
Merge commit 'b963f021b603509b5159873de4919dec441d0782'
* commit 'b963f021b603509b5159873de4919dec441d0782': fate: Invoke pixfmts lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-xtests/lavfi-regression.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 9301914ecb..63f991c6af 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -5,6 +5,8 @@
#
#set -x
+#FIXME the whole file should be removed
+
set -e
. $(dirname $0)/regression-funcs.sh
@@ -20,7 +22,6 @@ do_video_filter() {
$ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
}
-#should be removed
do_lavfi_plain() {
vfilters="$2"
@@ -29,12 +30,10 @@ do_lavfi_plain() {
fi
}
-#should be removed
do_lavfi() {
do_lavfi_plain $1 "$2"
}
-#should be removed
do_lavfi_colormatrix() {
do_lavfi "${1}1" "$1=$4:$5,$1=$5:$3,$1=$3:$4,$1=$4:$3,$1=$3:$5,$1=$5:$2"
do_lavfi "${1}2" "$1=$2:$3,$1=$3:$2,$1=$2:$4,$1=$4:$2,$1=$2:$5,$1=$5:$4"
@@ -103,14 +102,7 @@ do_lavfi_pixfmts "field" "field" "bottom"
do_lavfi_pixfmts "histeq" "histeq" "antibanding=strong"
do_lavfi_pixfmts "il" "il" "luma_mode=d:chroma_mode=d:alpha_mode=d"
do_lavfi_pixfmts "kerndeint" "kerndeint" "" "tinterlace=interleave_top,"
-do_lavfi_pixfmts "pixfmts_copy" "copy" ""
-do_lavfi_pixfmts "pixfmts_crop" "crop" "100:100:100:100"
-do_lavfi_pixfmts "pixfmts_hflip" "hflip" ""
-do_lavfi_pixfmts "pixfmts_null" "null" ""
-do_lavfi_pixfmts "pixfmts_pad" "pad" "500:400:20:20"
-do_lavfi_pixfmts "pixfmts_scale" "scale" "200:100"
do_lavfi_pixfmts "pixfmts_super2xsai" "super2xsai"
-do_lavfi_pixfmts "pixfmts_vflip" "vflip"
do_lavfi_pixfmts "tinterlace_merge" "tinterlace" "merge"
do_lavfi_pixfmts "tinterlace_pad" "tinterlace" "pad"