Browse Source

prores: add FATE tests

tags/n0.9
Diego Biurrun 13 years ago
parent
commit
a62d36697d
7 changed files with 26 additions and 0 deletions
  1. +1
    -0
      tests/Makefile
  2. +15
    -0
      tests/fate/prores.mak
  3. +2
    -0
      tests/ref/fate/prores-422
  4. +2
    -0
      tests/ref/fate/prores-422_hq
  5. +2
    -0
      tests/ref/fate/prores-422_lt
  6. +2
    -0
      tests/ref/fate/prores-422_proxy
  7. +2
    -0
      tests/ref/fate/prores-alpha

+ 1
- 0
tests/Makefile View File

@@ -31,6 +31,7 @@ include $(SRC_PATH)/tests/fate/fft.mak
include $(SRC_PATH)/tests/fate/h264.mak
include $(SRC_PATH)/tests/fate/libavutil.mak
include $(SRC_PATH)/tests/fate/mp3.mak
include $(SRC_PATH)/tests/fate/prores.mak
include $(SRC_PATH)/tests/fate/vorbis.mak
include $(SRC_PATH)/tests/fate/vp8.mak



+ 15
- 0
tests/fate/prores.mak View File

@@ -0,0 +1,15 @@
FATE_PRORES = fate-prores-422 \
fate-prores-422_hq \
fate-prores-422_lt \
fate-prores-422_proxy \
fate-prores-alpha \

FATE_TESTS += $(FATE_PRORES)
fate-prores: $(FATE_PRORES)

fate-prores-422: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov
fate-prores-422_hq: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_HQ.mov
fate-prores-422_lt: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov
fate-prores-422_proxy: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov
fate-prores-alpha: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov


+ 2
- 0
tests/ref/fate/prores-422 View File

@@ -0,0 +1,2 @@
0, 0, 8294400, 0xe8e9d448
0, 3003, 8294400, 0xe8e9d448

+ 2
- 0
tests/ref/fate/prores-422_hq View File

@@ -0,0 +1,2 @@
0, 0, 8294400, 0x817063b0
0, 3003, 8294400, 0x817063b0

+ 2
- 0
tests/ref/fate/prores-422_lt View File

@@ -0,0 +1,2 @@
0, 0, 8294400, 0xcd4ccde1
0, 3003, 8294400, 0xcd4ccde1

+ 2
- 0
tests/ref/fate/prores-422_proxy View File

@@ -0,0 +1,2 @@
0, 0, 8294400, 0x51d29320
0, 3003, 8294400, 0x51d29320

+ 2
- 0
tests/ref/fate/prores-alpha View File

@@ -0,0 +1,2 @@
0, 0, 8294400, 0xee48d74b
0, 3003, 8294400, 0x2a0c7eb1

Loading…
Cancel
Save