summaryrefslogtreecommitdiff
path: root/tests/comparePGXimages.c
AgeCommit message (Collapse)Author
2014-03-07[trunk] Cleanup commit. Rename compare family since comparePGX now support TIFF.Mathieu Malaterre
Rename compareRAWimage for clarity since it merely compare files (not images).
2014-03-07[trunk] Also override the default error handler for TIFF filesMathieu Malaterre
2014-03-07[trunk] Remove warning about implicitly defined functionMathieu Malaterre
2014-03-07[trunk] Remove TIFF warning handler. This help test suite run smoothly on ↵Mathieu Malaterre
windows by removing the message box. Fixes issue 276
2014-03-07[trunk] Simplify code and remove bogus out of bound checkMathieu Malaterre
2014-03-06[trunk] Remove warning about sign conversion.Mathieu Malaterre
Update issue 256
2014-03-06[trunk] Remove out of bound access in code and simplify code. this is a test ↵Mathieu Malaterre
tool, security is not an issue here.
2014-03-04[trunk] Add a TIFF compare function (PEAK/MSE)Mathieu Malaterre
Fixes issue 100
2014-03-03[trunk] Remove simple warningsMathieu Malaterre
2014-02-28[trunk] final round of minor cleanupsMathieu Malaterre
2014-02-28[trunk] Remove PNG generation code for nowMathieu Malaterre
2014-02-28[trunk] Prefer strcpy since it copies trailing 0 directlyMathieu Malaterre
2014-02-28[trunk] Simplify code to centralize code cleanupMathieu Malaterre
2014-02-28[trunk] Some code cleanup add sentinelsMathieu Malaterre
2014-02-28[trunk] Remove a simple warning, and use static to detect unused functions. ↵Mathieu Malaterre
Simplify function declarations.
2014-01-23[trunk] added some tests for Cinema2k 48fps and Cinema 4k 24 fps. FixedAntonin Descampe
a bug in comparePGXimages.c leading to huge Test.xml file uploaded to DashBoard
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-03-19[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F before move to C99 ↵Mathieu Malaterre
convention
2012-03-02[trunk] merge r1234 from branch 1.5 over to trunkMathieu Malaterre
2011-10-19[trunk] WIP: solve some memory leak in test compare functionsMickael Savinaud
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-10add copyright header into new test functionsMickael Savinaud
2011-07-29solve some obvious warnings for WIN platform, increase number of warning ↵Mickael Savinaud
reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
2011-07-26use ansi c function fgets instead of GNU function getline to avoid build ↵Mickael Savinaud
error with win platform
2011-07-25added non-regression tests for j2k_dump function and conformance dataMickael Savinaud
2011-07-21add new decode tests based on conformance data and tolerance. Non regression ↵Mickael Savinaud
is also added on the decoder output. Deactivate old tests.