Browse Source

FATE: add a test for the setpts filter

tags/n2.0
Anton Khirnov 12 years ago
parent
commit
ea290d919a
3 changed files with 56 additions and 0 deletions
  1. +3
    -0
      tests/fate/filter.mak
  2. +2
    -0
      tests/filtergraphs/setpts
  3. +51
    -0
      tests/ref/fate/filter-setpts

+ 3
- 0
tests/fate/filter.mak View File

@@ -49,6 +49,9 @@ fate-filter-gradfun: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf gradfun
FATE_FILTER_VSYNTH-$(CONFIG_HQDN3D_FILTER) += fate-filter-hqdn3d
fate-filter-hqdn3d: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf hqdn3d

FATE_FILTER_VSYNTH-$(call ALLYES, SETPTS_FILTER SETTB_FILTER) += fate-filter-setpts
fate-filter-setpts: CMD = framecrc -c:v pgmyuv -i $(SRC) -filter_script $(SRC_PATH)/tests/filtergraphs/setpts

FATE_FILTER_VSYNTH-$(CONFIG_TRANSPOSE_FILTER) += fate-filter-transpose
fate-filter-transpose: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf transpose



+ 2
- 0
tests/filtergraphs/setpts View File

@@ -0,0 +1,2 @@
settb=1/1000,
setpts=1/(35*TB) * (N + 0.05 * sin(N*2*PI/25))

+ 51
- 0
tests/ref/fate/filter-setpts View File

@@ -0,0 +1,51 @@
#tb 0: 1/1000
0, 0, 0, 0, 152064, 0x05b789ef
0, 28, 28, 0, 152064, 0x4bb46551
0, 57, 57, 0, 152064, 0x9dddf64a
0, 86, 86, 0, 152064, 0x2a8380b0
0, 115, 115, 0, 152064, 0x4de3b652
0, 144, 144, 0, 152064, 0xedb5a8e6
0, 172, 172, 0, 152064, 0xe20f7c23
0, 201, 201, 0, 152064, 0x5ab58bac
0, 229, 229, 0, 152064, 0x1f1b8026
0, 258, 258, 0, 152064, 0x91373915
0, 286, 286, 0, 152064, 0x02344760
0, 314, 314, 0, 152064, 0x30f5fcd5
0, 343, 343, 0, 152064, 0xc711ad61
0, 371, 371, 0, 152064, 0x24eca223
0, 399, 399, 0, 152064, 0x52a48ddd
0, 427, 427, 0, 152064, 0xa91c0f05
0, 456, 456, 0, 152064, 0x8e364e18
0, 484, 484, 0, 152064, 0xb15d38c8
0, 512, 512, 0, 152064, 0xf25f6acc
0, 541, 541, 0, 152064, 0xf34ddbff
0, 570, 570, 0, 152064, 0xfc7bf570
0, 598, 598, 0, 152064, 0x9dc72412
0, 627, 627, 0, 152064, 0x445d1d59
0, 656, 656, 0, 152064, 0x2f2768ef
0, 685, 685, 0, 152064, 0xce09f9d6
0, 714, 714, 0, 152064, 0x95579936
0, 743, 743, 0, 152064, 0x43d796b5
0, 772, 772, 0, 152064, 0xd780d887
0, 800, 800, 0, 152064, 0x76d2a455
0, 829, 829, 0, 152064, 0x6dc3650e
0, 858, 858, 0, 152064, 0x0f9d6aca
0, 887, 887, 0, 152064, 0xe295c51e
0, 915, 915, 0, 152064, 0xd766fc8d
0, 944, 944, 0, 152064, 0xe22f7a30
0, 972, 972, 0, 152064, 0x7fea4378
0, 1000, 1000, 0, 152064, 0xfa8d94fb
0, 1029, 1029, 0, 152064, 0x4c9737ab
0, 1057, 1057, 0, 152064, 0xa50d01f8
0, 1085, 1085, 0, 152064, 0x0b07594c
0, 1113, 1113, 0, 152064, 0x88734edd
0, 1142, 1142, 0, 152064, 0xd2735925
0, 1170, 1170, 0, 152064, 0xd4e49e08
0, 1198, 1198, 0, 152064, 0x20cebfa9
0, 1227, 1227, 0, 152064, 0x575c20ec
0, 1255, 1255, 0, 152064, 0xfd500471
0, 1284, 1284, 0, 152064, 0x61b47e73
0, 1313, 1313, 0, 152064, 0x09ef53ff
0, 1341, 1341, 0, 152064, 0x6e88c5c2
0, 1370, 1370, 0, 152064, 0xbb87b483
0, 1399, 1399, 0, 152064, 0x4bbad8ea

Loading…
Cancel
Save