Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-28 14:29:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-28 14:34:55 +0400
commit506ebdac2a32e3fe27afd2ff40268c851fc1a817 (patch)
tree5ca9861a5459a5f158ce104def62d1f9d2648752 /tests/fate-run.sh
parent2ac6d6b7cdd48b21f021221fec186d1ab424994a (diff)
parent03b052c023e1f58d879cb7eeb6421ed39262d39d (diff)
Merge commit '03b052c023e1f58d879cb7eeb6421ed39262d39d'
* commit '03b052c023e1f58d879cb7eeb6421ed39262d39d': fate: Invoke standard 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/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index ed99387b15..a69d2945a2 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -165,6 +165,16 @@ lavfitest(){
regtest lavfi lavfi tests/vsynth1
}
+video_filter(){
+ filters=$1
+ shift
+ label=${test#filter-}
+ raw_src="${target_path}/tests/vsynth1/%02d.pgm"
+ printf '%-20s' $label
+ ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \
+ $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
+}
+
mkdir -p "$outdir"
# Disable globbing: command arguments may contain globbing characters and