| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-04 | Remove obsolete components JPWL, JP3D and MJ2 | Even Rouault | |
| 2020-04-17 | jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226) | Eduardo Barretto | |
| This issues were found by cppcheck and coverity. | |||
| 2019-03-29 | Revert "[MJ2] Avoid index out of bounds access to pi->include[]" | Even Rouault | |
| This reverts commit c277159986c80142180fbe5efb256bbf3bdf3edc. The commit didn't compile. include_size is not defined in openmj2 | |||
| 2018-11-28 | [MJ2] Avoid index out of bounds access to pi->include[] | Young_X | |
| Signed-off-by: Young_X <YangX92@hotmail.com> | |||
| 2018-11-23 | [MJ2] To avoid divisions by zero / undefined behaviour on shift | Young_X | |
| Signed-off-by: Young_X <YangX92@hotmail.com> | |||
| 2018-10-31 | Fix some potential overflow issues (#1161) | Stefan Weil | |
| * Fix some potential overflow issues Put sizeof to the beginning of the multiplication to enforce that size_t instead of smaller integer types is used for the calculation. This fixes warnings from LGTM: Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. It also allows removing some type casts. Signed-off-by: Stefan Weil <sw@weilnetz.de> * Fix code indentation Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2018-09-05 | Fix some typos in code comments and documentation | Stefan Weil | |
| All typos were found by Codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2017-11-14 | Changed cmake version test to allow for cmake 2.8.11.x | Andrew Murray | |
| 2017-08-16 | Fix build issue of JPWL by adding opj_image_data_alloc() and ↵ | Even Rouault | |
| opj_image_data_free() to src/lib/openmj2 (#994) | |||
| 2017-07-26 | Spelling fixes (patch by ka7, #890, rebased on top of master) | Even Rouault | |
| 2017-05-15 | Reformat: apply reformattin on .h files (#128) | Even Rouault | |
| 2017-05-09 | Reformat whole codebase with astyle.options (#128) | Even Rouault | |
| 2016-05-02 | Use lowercase for cmake commands consistenly | Julien Malik | |
| Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines | |||
| 2016-04-26 | Remove whitespace and CR at line endings (#678) | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2016-01-06 | Fix duplicate article in comments | Stefan Weil | |
| Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-11-27 | Fix typos | Jakub Wilk | |
| 2015-09-29 | Fix typos in comments and string | Stefan Weil | |
| Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-09-01 | Correct CMake version requirements | mayeut | |
| Update uclouvain/openjpeg#488 | |||
| 2015-07-30 | Fix typo (that brakes building with '-DBUILD_MJ2:bool=on') | mayeut | |
| Fixes #556 | |||
| 2015-07-30 | better -ffast-math handling | Rex Dieter | |
| issue #488 See also http://public.kitware.com/pipermail/cmake/2015-April/060479.html | |||
| 2014-04-03 | [trunk] updated copyright and added copyright notice required by ISO, in ↵ | Antonin Descampe | |
| each file; updated AUTHORS, NEWS | |||
| 2013-03-25 | [trunk] use the private version of opj_config to avoid compilation error ↵ | Mickael Savinaud | |
| into mj2 | |||
| 2013-03-17 | [trunk]remove wrong code in mj2 library detected by winfried (thanks to you) | Mickael Savinaud | |
| 2012-10-29 | [trunk] Fix simple warning about unused variables | Mathieu Malaterre | |
| 2012-10-25 | [trunk] Fix OpenJPWL compilation | Mathieu Malaterre | |
| Simply move files over from branch 1.5 onto current trunk, and use current openmj2 copy (it contains a copy of openjpeg 1.5.x) | |||
| 2012-10-15 | [trunk] Remove some warnings about missing prototypes (gcc) | Mathieu Malaterre | |
| 2012-10-15 | [trunk] Fix compilation: | Mathieu Malaterre | |
| - using mingw32 compiler (missing exported symbols) - using -fvisibility=hidden (gcc on UNIX) | |||
| 2012-10-15 | [trunk] Fix openmj2 compilation in static mode. | Mathieu Malaterre | |
| 2012-10-15 | [trunk] remove left-over from ->jpip_on implementation. JPIP is now ↵ | Mathieu Malaterre | |
| completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable | |||
| 2012-10-09 | [trunk] Fix openmj2/mj2 compilation | Mathieu Malaterre | |
| As reported on the mailing list, it is better to have a working (compiling) mj2 codec rather than nothing. mj2 uses it own copy of openjpeg 1.5 Update issue 177 | |||
| 2012-10-01 | [trunk] FolderReorgProposal task: Fix openjp2 lib name | Mathieu Malaterre | |
| 2012-10-01 | [trunk] FolderReorgProposal task: cleanup doxygen | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-10-01 | [trunk] FolderReorgProposal task: move source code to source dir | Mathieu Malaterre | |
| 2012-09-28 | [trunk] FolderReorgProposal task: rename MJ2/JPIP CLI tools | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: refactor MJ2 | Mathieu Malaterre | |
| Update issue 177 | |||
