[FFmpeg-cvslog] Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05'

Clément Bœsch git at videolan.org
Thu Jul 14 19:38:15 CEST 2016


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Thu Jul 14 19:37:14 2016 +0200| [def850676625417d27176a458787545330ab9427] | committer: Clément Bœsch

Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05'

* commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05':
  fate: Add TrueMotion 2 RT tests

Merged-by: Clément Bœsch <u at pkh.me>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=def850676625417d27176a458787545330ab9427
---

 tests/fate/vpx.mak                |   12 ++++++++++++
 tests/ref/fate/truemotion2rt-high |    6 ++++++
 tests/ref/fate/truemotion2rt-low  |    6 ++++++
 tests/ref/fate/truemotion2rt-mid  |    6 ++++++
 4 files changed, 30 insertions(+)

diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 6a2512f..3750561 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -10,6 +10,18 @@ fate-truemotion1: $(FATE_TRUEMOTION1)
 FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2) += fate-truemotion2
 fate-truemotion2: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tm20.avi
 
+FATE_TRUEMOTION2RT += fate-truemotion2rt-low
+fate-truemotion2rt-low: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_low.avi -an
+
+FATE_TRUEMOTION2RT += fate-truemotion2rt-mid
+fate-truemotion2rt-mid: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_mid.avi -an
+
+FATE_TRUEMOTION2RT += fate-truemotion2rt-high
+fate-truemotion2rt-high: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_high.avi -an
+
+FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2RT) += $(FATE_TRUEMOTION2RT)
+fate-truemotion2rt: $(FATE_TRUEMOTION2RT)
+
 FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64
 fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv
 
diff --git a/tests/ref/fate/truemotion2rt-high b/tests/ref/fate/truemotion2rt-high
new file mode 100644
index 0000000..2947857
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-high
@@ -0,0 +1,6 @@
+#tb 0: 100/2397
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 208x232
+#sar 0: 0/1
+0,          0,          0,        1,    54288, 0xbb88db84
diff --git a/tests/ref/fate/truemotion2rt-low b/tests/ref/fate/truemotion2rt-low
new file mode 100644
index 0000000..843e826
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-low
@@ -0,0 +1,6 @@
+#tb 0: 100/2397
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 208x232
+#sar 0: 0/1
+0,          0,          0,        1,    54288, 0x94310459
diff --git a/tests/ref/fate/truemotion2rt-mid b/tests/ref/fate/truemotion2rt-mid
new file mode 100644
index 0000000..98ec6f0
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-mid
@@ -0,0 +1,6 @@
+#tb 0: 100/2397
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 208x196
+#sar 0: 0/1
+0,          0,          0,        1,    45864, 0x6c39a9e0


======================================================================

diff --cc tests/ref/fate/truemotion2rt-high
index 0000000,1b08f6f..2947857
mode 000000,100644..100644
--- a/tests/ref/fate/truemotion2rt-high
+++ b/tests/ref/fate/truemotion2rt-high
@@@ -1,0 -1,2 +1,6 @@@
+ #tb 0: 100/2397
++#media_type 0: video
++#codec_id 0: rawvideo
++#dimensions 0: 208x232
++#sar 0: 0/1
+ 0,          0,          0,        1,    54288, 0xbb88db84
diff --cc tests/ref/fate/truemotion2rt-low
index 0000000,5251a79..843e826
mode 000000,100644..100644
--- a/tests/ref/fate/truemotion2rt-low
+++ b/tests/ref/fate/truemotion2rt-low
@@@ -1,0 -1,2 +1,6 @@@
+ #tb 0: 100/2397
++#media_type 0: video
++#codec_id 0: rawvideo
++#dimensions 0: 208x232
++#sar 0: 0/1
+ 0,          0,          0,        1,    54288, 0x94310459
diff --cc tests/ref/fate/truemotion2rt-mid
index 0000000,f99efca..98ec6f0
mode 000000,100644..100644
--- a/tests/ref/fate/truemotion2rt-mid
+++ b/tests/ref/fate/truemotion2rt-mid
@@@ -1,0 -1,2 +1,6 @@@
+ #tb 0: 100/2397
++#media_type 0: video
++#codec_id 0: rawvideo
++#dimensions 0: 208x196
++#sar 0: 0/1
+ 0,          0,          0,        1,    45864, 0x6c39a9e0



More information about the ffmpeg-cvslog mailing list