diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-14 19:30:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-14 19:48:41 +0200 |
commit | 337496980e8ea75a123921a5a215ae8a962bf128 (patch) | |
tree | c9a657ba9d79e1adf971fda72048a368e96f39dc /tests | |
parent | 530d8529d05da930787944df960bebadd1f14e3b (diff) | |
download | ffmpeg-streaming-337496980e8ea75a123921a5a215ae8a962bf128.zip ffmpeg-streaming-337496980e8ea75a123921a5a215ae8a962bf128.tar.gz |
prores: use C idct for fate as the SSE code is not matching the SSE* code down at the bits
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/prores.mak | 10 | ||||
-rw-r--r-- | tests/ref/fate/prores-422 | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-422_hq | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-422_lt | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-422_proxy | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-alpha | 4 |
6 files changed, 15 insertions, 15 deletions
diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak index 7be756d..020c66b 100644 --- a/tests/fate/prores.mak +++ b/tests/fate/prores.mak @@ -7,9 +7,9 @@ FATE_PRORES = fate-prores-422 \ 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 +fate-prores-422: CMD = framecrc -flags +bitexact -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov +fate-prores-422_hq: CMD = framecrc -flags +bitexact -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_HQ.mov +fate-prores-422_lt: CMD = framecrc -flags +bitexact -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov +fate-prores-422_proxy: CMD = framecrc -flags +bitexact -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov +fate-prores-alpha: CMD = framecrc -flags +bitexact -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov diff --git a/tests/ref/fate/prores-422 b/tests/ref/fate/prores-422 index 7a04efb..8d6f3ab 100644 --- a/tests/ref/fate/prores-422 +++ b/tests/ref/fate/prores-422 @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x57127dd9 -0, 3003, 8294400, 0x57127dd9 +0, 0, 8294400, 0xe8e9d448 +0, 3003, 8294400, 0xe8e9d448 diff --git a/tests/ref/fate/prores-422_hq b/tests/ref/fate/prores-422_hq index 9631ce3..8ce6937 100644 --- a/tests/ref/fate/prores-422_hq +++ b/tests/ref/fate/prores-422_hq @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x978851f4 -0, 3003, 8294400, 0x978851f4 +0, 0, 8294400, 0x817063b0 +0, 3003, 8294400, 0x817063b0 diff --git a/tests/ref/fate/prores-422_lt b/tests/ref/fate/prores-422_lt index ae40675..e9d0437 100644 --- a/tests/ref/fate/prores-422_lt +++ b/tests/ref/fate/prores-422_lt @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x4ca110c7 -0, 3003, 8294400, 0x4ca110c7 +0, 0, 8294400, 0xcd4ccde1 +0, 3003, 8294400, 0xcd4ccde1 diff --git a/tests/ref/fate/prores-422_proxy b/tests/ref/fate/prores-422_proxy index d7a3c8d..e03c3fa 100644 --- a/tests/ref/fate/prores-422_proxy +++ b/tests/ref/fate/prores-422_proxy @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x007ba770 -0, 3003, 8294400, 0x007ba770 +0, 0, 8294400, 0x3099e361 +0, 3003, 8294400, 0x3099e361 diff --git a/tests/ref/fate/prores-alpha b/tests/ref/fate/prores-alpha index 558e513..48568ba 100644 --- a/tests/ref/fate/prores-alpha +++ b/tests/ref/fate/prores-alpha @@ -1,2 +1,2 @@ -0, 0, 12441600, 0xf11685dd -0, 3003, 12441600, 0xf11685dd +0, 0, 12441600, 0x254d8f95 +0, 3003, 12441600, 0x254d8f95 |