| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-01 | Allow 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-20 | Subtile decoding: only do 9x7 IDWT computations on relevant areas of ↵ | Even Rouault | |
| tile-component buffer. | |||
| 2017-08-18 | Subtile 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-17 | Sub-tile decoding: only decode precincts and codeblocks that intersect the ↵ | Even Rouault | |
| window specified in opj_set_decode_area() | |||
| 2016-07-14 | Add compilation test for standalone inclusion of openjpeg.h (#798) | Matthieu Darbois | |
| This ensures all openjpeg.h dependencies are met. Fix #673 | |||
| 2015-07-14 | Update tiftoimage to support more input TIF formats | mayeut | |
| Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264 | |||
| 2014-03-26 | [trunk] Add small utilities to extract JP2 files from PDF | Mathieu Malaterre | |
| 2014-03-13 | [trunk] Add a small helper to spli ppm into 3 pgm files | Mathieu 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 md5sum | Mathieu Malaterre | |
| 2014-02-26 | [trunk] Fix TestJPIP1 on case sensitive system | Mathieu Malaterre | |
| 2014-02-24 | [trunk] Prefer the new style cmake: add_test command | Mathieu 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/random | Mathieu 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 style | Mathieu Malaterre | |
| 2012-10-01 | [trunk] import unit testing from 1.5.x branch | Mathieu Malaterre | |
| 2012-10-01 | [trunk] Fix missing include directory | Mathieu Malaterre | |
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-08-30 | [trunk] Remove CMake-language block-end command arguments | Mickael 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 case | Mickael 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-09 | Use the right file as input for the test ttd2 | Mickael Savinaud | |
| 2012-05-29 | [trunk] Adding more tests. tte5.j2k looks as if the tile compression is broken | Mathieu Malaterre | |
| 2012-05-21 | [trunk] Enable tile decoding/encoding round trip | Mathieu Malaterre | |
| 2012-05-21 | Activate tile decoding system to reproduce issues | Mathieu Malaterre | |
| 2012-05-14 | [trunk] Start activating tile tests | Mathieu Malaterre | |
| 2012-05-14 | [trunk] Import from v2 test_tile_decoder | Mathieu Malaterre | |
| 2012-03-23 | [trunk] add test_tile_encoder test and function related | Mickael Savinaud | |
| 2012-03-02 | [trunk] Sync with branch 1.5 | Mathieu Malaterre | |
| 2011-11-30 | [trunk] implement Large File support in the library | Julien Malik | |
| 2011-09-01 | renamed 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-31 | enhance the encoding test suite and remove unsued CONFIGURE_FILE into a ↵ | Mickael Savinaud | |
| CMakeList | |||
| 2011-07-27 | added 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-25 | added non-regression tests for j2k_dump function and conformance data | Mickael Savinaud | |
| 2011-07-22 | correct some troubles about thirdparty when they are used | Mickael Savinaud | |
| 2011-07-21 | correct a compil error linked to getopt with win platform | Mickael Savinaud | |
| 2011-07-21 | add new decode tests based on conformance data and tolerance. Non regression ↵ | Mickael Savinaud | |
| is also added on the decoder output. Deactivate old tests. | |||
