summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
AgeCommit message (Collapse)Author
2017-09-01Allow several repeated calls to opj_set_decode_area() and opj_decode() for ↵Even Rouault
single-tiled images * Only works for single-tiled images --> will error out cleanly, as currently in other cases * Save re-reading the codestream for the tile, and re-use code-blocks of the previous decoding pass. * Future improvements might involve improving opj_decompress, and the image writing logic, to use this strategy.
2017-08-20Subtile decoding: only do 9x7 IDWT computations on relevant areas of ↵Even Rouault
tile-component buffer.
2017-08-18Subtile decoding: only do 5x3 IDWT computations on relevant areas of ↵Even Rouault
tile-component buffer. This lowers 'bin/opj_decompress -i ../MAPA.jp2 -o out.tif -d 0,0,256,256' down to 0.860s
2017-08-17Sub-tile decoding: only decode precincts and codeblocks that intersect the ↵Even Rouault
window specified in opj_set_decode_area()
2016-07-14Add compilation test for standalone inclusion of openjpeg.h (#798)Matthieu Darbois
This ensures all openjpeg.h dependencies are met. Fix #673
2015-07-14Update tiftoimage to support more input TIF formatsmayeut
Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264
2014-03-26[trunk] Add small utilities to extract JP2 files from PDFMathieu Malaterre
2014-03-13[trunk] Add a small helper to spli ppm into 3 pgm filesMathieu Malaterre
Update issue 235
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-02-28[trunk] Fix JPIP test with updated md5sumMathieu Malaterre
2014-02-26[trunk] Fix TestJPIP1 on case sensitive systemMathieu Malaterre
2014-02-24[trunk] Prefer the new style cmake: add_test commandMathieu Malaterre
Fixes issues 258
2013-03-17[trunk] use OPJ_ prefix on HAVE variable also for tests Mickael Savinaud
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2012-11-08[trunk] Add more testing to the tile access/randomMathieu Malaterre
Update issue 186
2012-11-08[trunk] Add new tests (j2k_random_tile_access)Mathieu Malaterre
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-10-01[trunk] Fix minor cmake styleMathieu Malaterre
2012-10-01[trunk] import unit testing from 1.5.x branchMathieu Malaterre
2012-10-01[trunk] Fix missing include directoryMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
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
2012-08-09Use the right file as input for the test ttd2Mickael Savinaud
2012-05-29[trunk] Adding more tests. tte5.j2k looks as if the tile compression is brokenMathieu Malaterre
2012-05-21[trunk] Enable tile decoding/encoding round tripMathieu Malaterre
2012-05-21Activate tile decoding system to reproduce issuesMathieu Malaterre
2012-05-14[trunk] Start activating tile testsMathieu Malaterre
2012-05-14[trunk] Import from v2 test_tile_decoderMathieu Malaterre
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-02[trunk] Sync with branch 1.5Mathieu Malaterre
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
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-31enhance the encoding test suite and remove unsued CONFIGURE_FILE into a ↵Mickael Savinaud
CMakeList
2011-07-27added new decoding/dump tests based on data found in input/nonregresion ↵Mickael Savinaud
repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests
2011-07-25added non-regression tests for j2k_dump function and conformance dataMickael Savinaud
2011-07-22correct some troubles about thirdparty when they are usedMickael Savinaud
2011-07-21correct a compil error linked to getopt with win platformMickael 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.