Browse Source

Merge commit '8dde92b95a197eb809d798aacb34dbe52a0689a8'

* commit '8dde92b95a197eb809d798aacb34dbe52a0689a8':
  fate: Update Screenpresso tests

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
tags/n3.1
Derek Buitenhuis 9 years ago
parent
commit
486776d06f
4 changed files with 33 additions and 2 deletions
  1. +11
    -2
      tests/fate/screen.mak
  2. +13
    -0
      tests/ref/fate/screenpresso-16bit
  3. +0
    -0
      tests/ref/fate/screenpresso-24bit
  4. +9
    -0
      tests/ref/fate/screenpresso-32bit

+ 11
- 2
tests/fate/screen.mak View File

@@ -56,8 +56,17 @@ fate-rscc-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/rscc/32bpp.avi -an
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, RSCC) += $(FATE_RSCC)
fate-rscc: $(FATE_RSCC)

FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, SCREENPRESSO) += fate-screenpresso
fate-screenpresso: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/bunny.avi
FATE_SCREENPRESSO += fate-screenpresso-16bit
fate-screenpresso-16bit: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/16bpp_555.avi -an

FATE_SCREENPRESSO += fate-screenpresso-24bit
fate-screenpresso-24bit: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/bunny.avi -an

FATE_SCREENPRESSO += fate-screenpresso-32bit
fate-screenpresso-32bit: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/32bpp.avi -an

FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, SCREENPRESSO) += $(FATE_SCREENPRESSO)
fate-screenpresso: $(FATE_SCREENPRESSO)

FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, TDSC) += fate-tdsc
fate-tdsc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/tdsc/tdsc.asf -an -pix_fmt bgr24


+ 13
- 0
tests/ref/fate/screenpresso-16bit View File

@@ -0,0 +1,13 @@
#tb 0: 100/2397
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 320x240
#sar 0: 0/1
0, 0, 0, 1, 153600, 0x69a234de
0, 1, 1, 1, 153600, 0x7f43aee5
0, 2, 2, 1, 153600, 0x81030634
0, 3, 3, 1, 153600, 0xf570d0ef
0, 4, 4, 1, 153600, 0x386e8cec
0, 5, 5, 1, 153600, 0xbe53af8f
0, 6, 6, 1, 153600, 0xf92f48bd
0, 7, 7, 1, 153600, 0x594472c5

tests/ref/fate/screenpresso → tests/ref/fate/screenpresso-24bit View File


+ 9
- 0
tests/ref/fate/screenpresso-32bit View File

@@ -0,0 +1,9 @@
#tb 0: 100/2397
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 320x240
#sar 0: 0/1
0, 0, 0, 1, 307200, 0xa01f27cc
0, 1, 1, 1, 307200, 0x5d83c4d0
0, 2, 2, 1, 307200, 0xb7d7919f
0, 3, 3, 1, 307200, 0x4d201450

Loading…
Cancel
Save