| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-23 | [trunk]formatted some messages. Removed -version option to disambiguate | Antonin Descampe | |
| with -v(erbose) option, added version info in help display | |||
| 2014-04-23 | [trunk]Replaced deprecated opj_stream_set_user_data function from API | Antonin Descampe | |
| with its 'v3' version, and removed all other 'v3' suffixes from API. | |||
| 2014-04-22 | [trunk] fixed some warning and errors formatting and add a '-version' | Antonin Descampe | |
| option to opj_compress and opj_decompress binaries | |||
| 2014-04-17 | [trunk] fixed warning related to r2837 and move new field at the end of | Antonin Descampe | |
| parameters structure. | |||
| 2014-04-17 | [trunk] refactoring of rsiz, profiles, and extensions management | Antonin Descampe | |
| 2014-04-03 | [trunk] updated copyright and added copyright notice required by ISO, in ↵ | Antonin Descampe | |
| each file; updated AUTHORS, NEWS | |||
| 2014-04-02 | [trunk] removed debug message in CMakeLists.txt | Antonin Descampe | |
| 2014-04-02 | [trunk] fixed a bug triggering SEGFAULT on debug mode (uninitialized | Antonin Descampe | |
| structure) | |||
| 2014-03-27 | [trunk] Properly copy/paste code from the autotools | Mathieu Malaterre | |
| gcc correctly fails compiling this code, I needed to move the code outside the main function to get the error. This actually match the autotools (incorrect) code. We'll see how they fix this code in future release. This make the code compatible with previous openjpeg version and remove C99 requirement. Fixes issue 316 | |||
| 2014-03-26 | [trunk] Make sure to use long long (this is not C89). However this should be ↵ | Mathieu Malaterre | |
| ok on most compilers nowadays Update issue 316 | |||
| 2014-03-26 | [trunk] fixed warnings triggered on linux related to r2802 | Antonin Descampe | |
| 2014-03-26 | [trunk] Run test suite on issue 316 dataset | Mathieu Malaterre | |
| Update issue 316 | |||
| 2014-03-26 | [trunk] add ability in opj_compress to input subsampled images through | Antonin Descampe | |
| '-F' (aka raw option). Let the user input raw images with 444, 422, 420 (etc) subsampling. To be used in conjunction with '-mct 0' option to compress subsampled YCC images. | |||
| 2014-03-26 | [trunk] Add small utilities to extract JP2 files from PDF | Mathieu Malaterre | |
| 2014-03-25 | [trunk] Make sure to test value not pointer | Mathieu Malaterre | |
| Update issue 302 | |||
| 2014-03-25 | [trunk] fixed bug related to r2791 | Antonin Descampe | |
| 2014-03-25 | [trunk] Add sentinel in case list empty. | Mathieu Malaterre | |
| I was getting a cmake error `list sub-command REMOVE_ITEM requires list to be present` | |||
| 2014-03-25 | [trunk] Import change from 2.0 branch | Mathieu Malaterre | |
| 2014-03-25 | [trunk] fixed warning due induced by r2791 | Antonin Descampe | |
| 2014-03-25 | [trunk] add "-mct {0,1,2}" option to opj_compress to allow MCT to be | Antonin Descampe | |
| disabled if needed. | |||
| 2014-03-25 | [trunk] Make sure to not use alpha pointer if it is not an RGBA input | Mathieu Malaterre | |
| Fixes issue 310 | |||
| 2014-03-25 | [trunk] Rework previous commit r2610 | Mathieu Malaterre | |
| This way we are able to gently deprecate the old API, and preserve ABI Update issue 306 | |||
| 2014-03-25 | [trunk] Add documentation | Mathieu Malaterre | |
| 2014-03-24 | [trunk] Make sure to exit early instead of looping on every single pixels | Mathieu Malaterre | |
| 2014-03-24 | [trunk] Fix typo in comment (this is not j2k_dump) | Mathieu Malaterre | |
| 2014-03-18 | [trunk] Revert r2764. It breaks ~230 tests as seen on continuous. Since no ↵ | Mathieu Malaterre | |
| dataset is available, the issue 296 will be left open. Update issue 296 | |||
| 2014-03-18 | [trunk] User can now control source/target java version | Mathieu Malaterre | |
| Fixes issue 303 | |||
| 2014-03-18 | [trunk] Import git commit fc884aee2b69c78500e65c3d05bf216791a9ea4a from ↵ | Mathieu Malaterre | |
| ghostscript team Fixes issue 296 | |||
| 2014-03-18 | [trunk] Import git commit 99a6f1af177c15f4db475186b79d169c993494ef from ↵ | Mathieu Malaterre | |
| ghostscript team Update issue 296 | |||
| 2014-03-18 | [trunk] Update big endian handling no such thing as WORDS_BIGENDIAN (prefer ↵ | Mathieu Malaterre | |
| OPJ_BIG_ENDIAN) Update issue 302 | |||
| 2014-03-18 | [trunk] Now that dataset from issue 297 have been imported, run test suite. | Mathieu Malaterre | |
| None of the dataset triggered any buffer overflow. Recent changes in trunk handle all those cases. Update issue 297 | |||
| 2014-03-17 | [trunk] Explicitely reject file4/file6 scenario | Mathieu Malaterre | |
| Update issue 286 | |||
| 2014-03-17 | [trunk] Update BSD-4 copyright into a BSD-3 copyright | Mathieu Malaterre | |
| Fixes issue 300 | |||
| 2014-03-14 | [trunk] Since r2747 we are now able to track which files are missing from ↵ | Mathieu Malaterre | |
| the test_suite. Add them. | |||
| 2014-03-14 | [trunk] add mecanism to track of addition of new regression files in ↵ | Mathieu Malaterre | |
| svn/data. It will report when a J2K files is added but no test is found in the test_suite file | |||
| 2014-03-14 | [trunk] Remove duplicate content from test_inline.c | Mathieu Malaterre | |
| Thanks to Matthieu Darbois for report (and patch) Fixes issue 285 | |||
| 2014-03-14 | [trunk] rework code from r2463. Really there has been some code duplication ↵ | Mathieu Malaterre | |
| from r2413 Thanks to John Rogers (oracle.com) for report | |||
| 2014-03-14 | [trunk] rework code from r2463. Really there has been some code duplication ↵ | Mathieu Malaterre | |
| from r2413 Thanks to John Rogers (oracle.com) for report | |||
| 2014-03-14 | [trunk] Now that issue 165 dataset is in non regression repository, activate ↵ | Mathieu Malaterre | |
| code to reject them Fixes issue 165 | |||
| 2014-03-14 | [trunk] Fix issue with & vs && | Mathieu Malaterre | |
| Fixes issue 277 | |||
| 2014-03-14 | [trunk] Add internal implementation to dump all tiles/comp info | Mathieu Malaterre | |
| Eg: opj_dump -f 8 -i input.j2k Update issue 3 | |||
| 2014-03-14 | [trunk] Prevent a leak when reading PPT markers | Mathieu Malaterre | |
| Update issue 295 | |||
| 2014-03-14 | [trunk] Move INLINE definition within openjpeg.h header since application ↵ | Mathieu Malaterre | |
| may use it | |||
| 2014-03-14 | [trunk] Apply final missing patch from sumatrapdf team: | Mathieu Malaterre | |
| http://bugs.ghostscript.com/show_bug.cgi?id=694893 Update issue 231 | |||
| 2014-03-14 | [trunk] Rework r2731 since it breaks non-regression testing | Mathieu Malaterre | |
| 2014-03-14 | [trunk] Be more verbose about failure. | Mathieu Malaterre | |
| Update issue 294 | |||
| 2014-03-14 | [trunk] Add a temporary work around for issue 293 | Mathieu Malaterre | |
| As described in the bug report the default allocation mecanism for codeblock data is too small for those dataset (16bits). We would need a finer (more granular) mecanism to reallocated only on demand. For now this help the two failing tests to pass. Fixes issue 293 | |||
| 2014-03-14 | [trunk] Mark OpenJPEG to be ABI incompatible with previous one, move to SONAME 7 | Mathieu Malaterre | |
| Also declare this is 2.1.0 (or very close) | |||
| 2014-03-14 | [trunk] Remove warnings about unused values introduced in r2710 | Mathieu Malaterre | |
| Thanks to Matthieu Darbois for patch Fixes issue 290 | |||
| 2014-03-13 | [trunk] Add some sanity checks when reading Ippm(i) segments | Mathieu Malaterre | |
| Update issue 288 | |||
