Skip to content

Commit

Permalink
FATE: Add Canopus Lossless tests
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
dwbuiten authored and michaelni committed Aug 22, 2012
1 parent 12ad68b commit 081a822
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/fate/lossless-video.mak
Expand Up @@ -37,6 +37,14 @@ fate-zlib: CMD = framecrc -i $(SAMPLES)/lcl/zlib-1frame.avi
FATE_LOSSLESS_VIDEO += fate-zerocodec
fate-zerocodec: CMD = framecrc -i $(SAMPLES)/zerocodec/sample-zeco.avi

FATE_CLLC += fate-cllc-rgb
fate-cllc-rgb: CMD = framecrc -i $(SAMPLES)/cllc/sample-cllc-rgb.avi

FATE_CLLC += fate-cllc-argb
fate-cllc-argb: CMD = framecrc -i $(SAMPLES)/cllc/sample-cllc-argb.avi

FATE_LOSSLESS_VIDEO += $(FATE_CLLC)
fate-cllc: $(FATE_CLLC)

FATE_SAMPLES_FFMPEG += $(FATE_LOSSLESS_VIDEO)
fate-lossless-video: $(FATE_LOSSLESS_VIDEO)

6 changes: 6 additions & 0 deletions tests/ref/fate/cllc-argb
@@ -0,0 +1,6 @@
#tb 0: 1001/24000
0, 0, 0, 1, 3686400, 0xb37a6e69
0, 1, 1, 1, 3686400, 0x66a45032
0, 2, 2, 1, 3686400, 0xdf0c861f
0, 3, 3, 1, 3686400, 0xa4a68cdb
0, 4, 4, 1, 3686400, 0xc9b14908
16 changes: 16 additions & 0 deletions tests/ref/fate/cllc-rgb
@@ -0,0 +1,16 @@
#tb 0: 1001/30000
0, 0, 0, 1, 921600, 0x82e44cb9
0, 1, 1, 1, 921600, 0x6ecc8a6c
0, 2, 2, 1, 921600, 0x0dc31839
0, 3, 3, 1, 921600, 0x8ed6fb3c
0, 4, 4, 1, 921600, 0x72d759fd
0, 5, 5, 1, 921600, 0x3941e84d
0, 6, 6, 1, 921600, 0x9e63f5cd
0, 7, 7, 1, 921600, 0xbce4f1cc
0, 8, 8, 1, 921600, 0xb531bd5d
0, 9, 9, 1, 921600, 0xab28aada
0, 10, 10, 1, 921600, 0x49f21d52
0, 11, 11, 1, 921600, 0x4d7488fa
0, 12, 12, 1, 921600, 0x16b9c9c9
0, 13, 13, 1, 921600, 0xa0a4f77f
0, 14, 14, 1, 921600, 0xf61a5501

0 comments on commit 081a822

Please sign in to comment.