summaryrefslogtreecommitdiff
path: root/tests/conformance
AgeCommit message (Collapse)Author
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2015-07-11Add option to force component splitting in imagetopnmmayeut
Update uclouvain/openjpeg#289
2014-11-22[trunk] added an option to upsample image components in opj_decompressMatthieu Darbois
Update issue 289 Issue is left open since there's still one image failing the tests.
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵Matthieu Darbois
, fixes issue 286)
2014-11-19[trunk] added option to force output bit depth in opj_decompress (fixes ↵Matthieu Darbois
issue 283)
2014-03-14[trunk] Rework r2731 since it breaks non-regression testingMathieu Malaterre
2014-03-14[trunk] Be more verbose about failure.Mathieu Malaterre
Update issue 294
2014-03-10[trunk] Run richter test suite, correct a regression introduced in r2668Mathieu Malaterre
2014-03-10[trunk] Tweak JP2 conformance test suite add documentationMathieu Malaterre
2014-03-10[trunk] Properly handle number of components to run kakadu test suite.Mathieu Malaterre
Update issue 266
2014-03-07[trunk] Add new test suite that run on kakadu conformance imagesMathieu Malaterre
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-04[trunk] Add a TIFF compare function (PEAK/MSE)Mathieu Malaterre
Fixes issue 100
2014-02-24[trunk] Prefer the new style cmake: add_test commandMathieu Malaterre
Fixes issues 258
2013-10-28trunk: disabling class-0 conformance tests for now (bad implentation of tests)Antonin Descampe
2013-07-11test: modified class-0 conformance testing to comply with constraintsAntonin Descampe
2012-09-30[trunk] update the name of the executable used for the testsMickael Savinaud
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2011-10-07[trunk] WIP: update output filename of conformance dump test to be ↵Mickael Savinaud
compatible with new baseline
2011-10-07[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ↵Mickael Savinaud
opj_configh.cmake.in from opj-1.5 to trunk
2011-08-22Properly close bug #73, by providing a test for it.Mathieu Malaterre
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.