Mathieu Malaterre
|
440ef4873b
|
[trunk] Also override the default error handler for TIFF files
|
2014-03-07 14:33:03 +00:00 |
Mathieu Malaterre
|
99b40e8257
|
[trunk] Remove warning about implicitly defined function
|
2014-03-07 09:14:39 +00:00 |
Mathieu Malaterre
|
a734e447b5
|
[trunk] Remove TIFF warning handler. This help test suite run smoothly on windows by removing the message box.
Fixes issue 276
|
2014-03-07 09:03:15 +00:00 |
Mathieu Malaterre
|
f5630ab88e
|
[trunk] Simplify code and remove bogus out of bound check
|
2014-03-07 08:11:49 +00:00 |
Mathieu Malaterre
|
79faedfb9b
|
[trunk] Remove warning about sign conversion.
Update issue 256
|
2014-03-06 15:16:44 +00:00 |
Mathieu Malaterre
|
17d9caae83
|
[trunk] Remove warning about sign conversion.
Update issue 256
|
2014-03-06 15:10:39 +00:00 |
Mathieu Malaterre
|
eea18e856e
|
[trunk] Remove warning about sign conversion.
Update issue 256
|
2014-03-06 15:05:00 +00:00 |
Mathieu Malaterre
|
7e64eb5414
|
[trunk] Remove some easy warnings about sign compare reported by gcc
|
2014-03-06 15:00:41 +00:00 |
Mathieu Malaterre
|
8a959bb1f4
|
[trunk] Remove out of bound access in code and simplify code. this is a test tool, security is not an issue here.
|
2014-03-06 14:50:42 +00:00 |
Mathieu Malaterre
|
8d3ef0729c
|
[trunk] Remove simple warning about unused variables
|
2014-03-06 14:47:52 +00:00 |
Mathieu Malaterre
|
275680bdb7
|
[trunk] Make sure that all output files from the test suite are using a different output name
Fixes issue 271
|
2014-03-06 14:43:21 +00:00 |
Mathieu Malaterre
|
0c80fcff2a
|
[trunk] Add a TIFF compare function (PEAK/MSE)
Fixes issue 100
|
2014-03-04 09:14:47 +00:00 |
Mathieu Malaterre
|
80c5106015
|
[trunk] fgets takes an int as parameter
|
2014-03-03 12:11:53 +00:00 |
Mathieu Malaterre
|
b330c10492
|
[trunk] remove some simple warnings about unused params
|
2014-03-03 11:40:59 +00:00 |
Mathieu Malaterre
|
339952c2af
|
[trunk] Remove simple warnings
|
2014-03-03 10:41:13 +00:00 |
Mathieu Malaterre
|
75715635e8
|
[trunk] Remove 3635.pdf.asan.77.2930.jp2 from opj_dump tests
Update issue 250
|
2014-03-03 10:38:41 +00:00 |
Mathieu Malaterre
|
3ecccb7410
|
[trunk] Fix md5 values for decode-md5 tests.
Update issue 250
|
2014-03-03 08:45:21 +00:00 |
Mathieu Malaterre
|
43382a9b9c
|
[trunk] Remove unused variables from test
|
2014-03-03 07:58:59 +00:00 |
Mathieu Malaterre
|
978de6fb97
|
[trunk] Make sure to run *-decode-md5 only after *-decode tests. Update md5 since recent code change.
|
2014-02-28 16:04:11 +00:00 |
Mathieu Malaterre
|
1b93cb8c0a
|
[trunk] Mark a file as being invalid for opj_dump
|
2014-02-28 15:14:53 +00:00 |
Mathieu Malaterre
|
a9e6268766
|
[trunk] Fix JPIP test with updated md5sum
|
2014-02-28 14:54:37 +00:00 |
Mathieu Malaterre
|
b7bccf86c3
|
[trunk] final round of minor cleanups
|
2014-02-28 14:38:45 +00:00 |
Mathieu Malaterre
|
6ee2a51edc
|
[trunk] Remove PNG generation code for now
|
2014-02-28 14:31:01 +00:00 |
Mathieu Malaterre
|
d2dc1597fe
|
[trunk] Prefer strcpy since it copies trailing 0 directly
|
2014-02-28 14:23:30 +00:00 |
Mathieu Malaterre
|
82647e79c7
|
[trunk] Simplify code to centralize code cleanup
|
2014-02-28 14:17:30 +00:00 |
Mathieu Malaterre
|
ecbebe2847
|
[trunk] Some code cleanup add sentinels
|
2014-02-28 13:59:59 +00:00 |
Mathieu Malaterre
|
816db977fd
|
[trunk] Remove a simple warning, and use static to detect unused functions. Simplify function declarations.
|
2014-02-28 13:19:03 +00:00 |
Mathieu Malaterre
|
cbe77e2412
|
[trunk] run test suite on dataset from issue 171
Fixes issue 171
|
2014-02-28 12:30:11 +00:00 |
Mathieu Malaterre
|
86cdc91180
|
[trunk] Try to run test suite on invalid dataset from sumatrapdf team
Update issue 225
|
2014-02-27 15:00:54 +00:00 |
Mathieu Malaterre
|
094465a710
|
[trunk] run test suite to illustrate patch from r2458
|
2014-02-27 14:43:17 +00:00 |
Mathieu Malaterre
|
6ae56f302e
|
[trunk] Make sure that opj_decompress only output a single component
Update issue 110
|
2014-02-27 14:17:53 +00:00 |
Mathieu Malaterre
|
ad895fadb1
|
[trunk] add issue 46 to the test suite
Fixes issue 46
|
2014-02-27 10:03:11 +00:00 |
Mathieu Malaterre
|
a7cc5b6a5d
|
[trunk] simplify code using for loop
|
2014-02-27 08:38:55 +00:00 |
Mathieu Malaterre
|
ac1dfd4662
|
[trunk] Import test case from issue 208. This appears to be fixed now.
Fixes issue 208
|
2014-02-26 17:13:46 +00:00 |
Mathieu Malaterre
|
abf2f7f05e
|
[trunk] Run test suite on dataset from issue 211. Test is now passing nicely.
Fixes issue 211
|
2014-02-26 16:31:27 +00:00 |
Mathieu Malaterre
|
1c209d711e
|
[trunk] run test suite on dataset from issue 135. Add fake md5sum to make sure tests is failing.
Update issue 135
|
2014-02-26 16:20:36 +00:00 |
Mathieu Malaterre
|
91f521ef92
|
[trunk] Update missing md5sums
|
2014-02-26 15:55:49 +00:00 |
Mathieu Malaterre
|
9ac3ae1270
|
[trunk] kakadu does not support 451.pdf.SIGSEGV.ce9.372 we should not pretend to be able to decompress it
Update issue 225
|
2014-02-26 15:41:57 +00:00 |
Mathieu Malaterre
|
d74579aa38
|
[trunk] Run test suite on issue 141. Add a fake dataset to report that test is failing.
Update issue 141
|
2014-02-26 15:21:03 +00:00 |
Mathieu Malaterre
|
6deb1a83b5
|
[trunk] Add more details in case test fails
|
2014-02-26 15:14:27 +00:00 |
Mathieu Malaterre
|
6f3a7ef3c8
|
[trunk] run test suite on input dataset from issue 134
Fixes issue 134
|
2014-02-26 14:32:11 +00:00 |
Mathieu Malaterre
|
9f3687f917
|
[trunk] fixes test NR-DEC-file409752.jp2-40-decode, use proper naming convention (need to keep file extension)
|
2014-02-26 14:28:17 +00:00 |
Mathieu Malaterre
|
5e77c4e936
|
[trunk] add test suite for issue 142
Fixes issue 142
|
2014-02-26 14:24:02 +00:00 |
Mathieu Malaterre
|
97c376e06d
|
[trunk] When no output PGX file is found, report an error
|
2014-02-26 14:23:30 +00:00 |
Mathieu Malaterre
|
7f277fea94
|
[trunk] Remove some simple warnings about cast, and unused functions
|
2014-02-26 14:00:21 +00:00 |
Mathieu Malaterre
|
820c04c679
|
[trunk] Update file extension function to handle cases where filename containes multiples dots.
Update issue 250
|
2014-02-26 10:48:06 +00:00 |
Mathieu Malaterre
|
9d848e3f5e
|
[trunk] Clearly indicate that mem-b2ace68c-1381.jp2 should not be decompressed.
Update issue 250
|
2014-02-26 09:57:38 +00:00 |
Mathieu Malaterre
|
d5f71c2e1d
|
[trunk] Fix TestJPIP1 on case sensitive system
|
2014-02-26 09:51:37 +00:00 |
Mathieu Malaterre
|
c4317177f3
|
[trunk] Remove simple warnings about unused functions
|
2014-02-26 09:46:01 +00:00 |
Mathieu Malaterre
|
163c7e3460
|
[trunk] Run decoder on input dataset from issue 254. Add fake md5sum to make sure the test is failing.
Update issue 254
|
2014-02-25 17:15:22 +00:00 |