| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-16 | [trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define | Mathieu Malaterre | |
| 2012-11-16 | [trunk] Attempt to fix compilation error with mj2 | Mathieu Malaterre | |
| 2012-11-16 | [trunk] Attempt to fix compilation error with mj2 | Mathieu Malaterre | |
| 2012-11-16 | [trunk] solve the problem with new opj_ symbols in color.c | Mickael Savinaud | |
| 2012-11-15 | [trunk]rename the cinema option to old one | Mickael Savinaud | |
| 2012-11-15 | [trunk] update some applications with new OPJ_BOOL type | Mickael Savinaud | |
| 2012-11-15 | [trunk]update the copyright, the authors and thanks to respect the license | Mickael Savinaud | |
| 2012-11-15 | [trunk]rename decompress options with the goog name | Mickael Savinaud | |
| 2012-11-15 | [trunk]extend last commits to apps | Mickael Savinaud | |
| 2012-10-29 | [trunk] Remove bool.h, use opj_bool instead | Mathieu Malaterre | |
| Fix remaining opj_calloc/malloc/free issues | |||
| 2012-10-29 | [trunk] Remove temp fix now that mj2 is fixed | Mathieu Malaterre | |
| 2012-10-29 | [trunk] Merge back JPIP modification into v2 | Mathieu Malaterre | |
| This commit imports changes from openjpip.c from r2122 into openjpeg.c | |||
| 2012-10-25 | [trunk] Remove some simple warnings about missing prototypes | 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-25 | [trunk] Since r2060 (and r2059) openjpip is now a first class shared ↵ | Mathieu Malaterre | |
| library, instead of a local static lib which expose all the symbols. As such re-apply changes from r2077 which were removed in r2122 Also remove old code for now removed opj_jpip_compress | |||
| 2012-10-25 | [trunk] Rework r2077 | Mathieu Malaterre | |
| r2077 did expose too much of the detail implementation of OpenJPEG. Rework dependencies in between JPIP file level details and JPIP client/server arch. Move JPIP file level functionalities back into OpenJP2 as was the case in openjpeg 1.5.x. Use new cio func. | |||
| 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 missing link to zlib | Mathieu Malaterre | |
| 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-09 | [trunk] Use opj_malloc/opj_free in jpip bin | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-10-09 | [trunk] FolderReorgProposal task. Remove left over of JPIP | Mathieu Malaterre | |
| JPIP code was moved from JP2 to openjpip Update issue 177 | |||
| 2012-10-08 | [trunk] Update JPIP (FolderReorgProposal task) | Mathieu Malaterre | |
| This commit does three things: - Use opj_malloc/calloc/free instead of the default C ones. - Update JPIP API to start using cio _v2 API - Create a new opj_jpip_compress which is the replacement for image_to_j2k -jpip Update issue 177 | |||
| 2012-10-05 | [trunk] Make openjpip a first class shared lib, for future linking | Mathieu Malaterre | |
| 2012-10-05 | [trunk] remove warnings | Mickael Savinaud | |
| 2012-10-02 | [trunk] Set of warnings fix for gcc -pedantic | Mathieu Malaterre | |
| 2012-10-01 | [trunk] Remove old function tgt_create | Mathieu Malaterre | |
| Fix some warnings about size_t | |||
| 2012-10-01 | [trunk] Fix minor cmake style | Mathieu Malaterre | |
| 2012-10-01 | [trunk] fix compilation on windows where getopt is not available | Mathieu Malaterre | |
| 2012-10-01 | [trunk] Fix missing getopt symbols on windows | Mathieu Malaterre | |
| 2012-10-01 | [trunk] Fix a set of warnings about C90 issues | Mathieu Malaterre | |
| 2012-10-01 | [trunk] FolderReorgProposal task: cleanup doxygen | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-10-01 | [trunk] FolderReorgProposal task: fix jpip doxygen | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-10-01 | [trunk] FolderReorgProposal task: move source code to source dir | Mathieu Malaterre | |
| 2012-10-01 | [trunk] FolderReorgProposal task: only keep a single build system | Mathieu Malaterre | |
| 2012-09-28 | [trunk] FolderReorgProposal task: rename JP3D CLI tools | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: rename MJ2/JPIP CLI tools | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: fix JPWL | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: rename cli tools | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: Fix Viewer | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: refactor MJ2 | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] FolderReorgProposal task: add JP3D | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
