summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-02-28 20:54:13 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-02-29 01:45:36 +0100
commit0ae9b32e51e6920298ae8aaf4c481eae422c50a6 (patch)
tree490e8aa21a85f53b11ae14a2c7847cb29e28b31b /tests
parent51defefa85508219fac594273e85313b41722b5c (diff)
downloadffmpeg-streaming-0ae9b32e51e6920298ae8aaf4c481eae422c50a6.zip
ffmpeg-streaming-0ae9b32e51e6920298ae8aaf4c481eae422c50a6.tar.gz
fate: More libpostproc tests to improve coverage.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lavfi-regression.sh5
-rw-r--r--tests/ref/lavfi/pp21
-rw-r--r--tests/ref/lavfi/pp31
-rw-r--r--tests/ref/lavfi/pp41
-rw-r--r--tests/ref/lavfi/pp51
-rw-r--r--tests/ref/lavfi/pp61
6 files changed, 10 insertions, 0 deletions
diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index d00dfe6..8f47ee4 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -39,6 +39,11 @@ do_lavfi "null" "null"
do_lavfi "overlay" "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo,[o2]overlay=240:16"
do_lavfi "pad" "pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2"
do_lavfi "pp" "mp=pp=de/tn/l5/al"
+do_lavfi "pp2" "mp=pp=fq:16/fa/lb"
+do_lavfi "pp3" "mp=pp=fq:8/ac/li"
+do_lavfi "pp4" "mp=pp=ci"
+do_lavfi "pp5" "mp=pp=md"
+do_lavfi "pp6" "mp=pp=fd"
do_lavfi "scale200" "scale=200:200"
do_lavfi "scale500" "scale=500:500"
do_lavfi "select" "select=not(eq(mod(n\,2)\,0)+eq(mod(n\,3)\,0))"
diff --git a/tests/ref/lavfi/pp2 b/tests/ref/lavfi/pp2
new file mode 100644
index 0000000..2694bfa
--- /dev/null
+++ b/tests/ref/lavfi/pp2
@@ -0,0 +1 @@
+pp2 79e3480bfc7561f6a175138727319999
diff --git a/tests/ref/lavfi/pp3 b/tests/ref/lavfi/pp3
new file mode 100644
index 0000000..ea406b9
--- /dev/null
+++ b/tests/ref/lavfi/pp3
@@ -0,0 +1 @@
+pp3 d5feed74a102bf241cd57a3784eda8c0
diff --git a/tests/ref/lavfi/pp4 b/tests/ref/lavfi/pp4
new file mode 100644
index 0000000..ebbc692
--- /dev/null
+++ b/tests/ref/lavfi/pp4
@@ -0,0 +1 @@
+pp4 9584bae9fe344e2ffa9d73a8370e8b11
diff --git a/tests/ref/lavfi/pp5 b/tests/ref/lavfi/pp5
new file mode 100644
index 0000000..55c7bc5
--- /dev/null
+++ b/tests/ref/lavfi/pp5
@@ -0,0 +1 @@
+pp5 09f92a9bf9348859461c150c12bd1317
diff --git a/tests/ref/lavfi/pp6 b/tests/ref/lavfi/pp6
new file mode 100644
index 0000000..b56d971
--- /dev/null
+++ b/tests/ref/lavfi/pp6
@@ -0,0 +1 @@
+pp6 4a2f70e09ef52a48df2e5be8b8e2859f
OpenPOWER on IntegriCloud