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
|
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
|
0c80fcff2a
|
[trunk] Add a TIFF compare function (PEAK/MSE)
Fixes issue 100
|
2014-03-04 09:14:47 +00:00 |
Mathieu Malaterre
|
339952c2af
|
[trunk] Remove simple warnings
|
2014-03-03 10:41:13 +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 |
Antonin Descampe
|
ff1a30d80a
|
[trunk] added some tests for Cinema2k 48fps and Cinema 4k 24 fps. Fixed
a bug in comparePGXimages.c leading to huge Test.xml file uploaded to
DashBoard
|
2014-01-23 16:33:13 +00:00 |
Mickael Savinaud
|
e7bc30b409
|
[trunk] split into two config files config options related to the lib and to the application.
|
2013-03-03 17:55:35 +00:00 |
Mickael Savinaud
|
d5efeb7df5
|
[trunk]update the copyright, the authors and thanks to respect the license
|
2012-11-15 15:22:29 +00:00 |
Mickael Savinaud
|
e212154d8d
|
[trunk]extend last commits to apps
|
2012-11-15 13:38:35 +00:00 |
Mathieu Malaterre
|
8d0e5899b9
|
[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F before move to C99 convention
|
2012-03-19 10:00:06 +00:00 |
Mathieu Malaterre
|
d88156d998
|
[trunk] merge r1234 from branch 1.5 over to trunk
|
2012-03-02 15:07:07 +00:00 |
Mickael Savinaud
|
5b93ae8628
|
[trunk] WIP: solve some memory leak in test compare functions
|
2011-10-19 13:06:49 +00:00 |
Antonin Descampe
|
aba0e602ed
|
renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files rather than the system ones. This fixed issue 78. Credit to Winfried.
|
2011-09-01 11:24:08 +00:00 |
Mickael Savinaud
|
e634cd0d62
|
add copyright header into new test functions
|
2011-08-10 08:14:49 +00:00 |
Mickael Savinaud
|
5743cca5f8
|
solve some obvious warnings for WIN platform, increase number of warning reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
|
2011-07-29 08:50:55 +00:00 |
Mickael Savinaud
|
f4601aff8b
|
use ansi c function fgets instead of GNU function getline to avoid build error with win platform
|
2011-07-26 09:30:54 +00:00 |
Mickael Savinaud
|
eea61ee5e4
|
added non-regression tests for j2k_dump function and conformance data
|
2011-07-25 16:33:52 +00:00 |
Mickael Savinaud
|
a19c8a4ea3
|
add new decode tests based on conformance data and tolerance. Non regression is also added on the decoder output. Deactivate old tests.
|
2011-07-21 15:23:31 +00:00 |