| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-25 | [1.5] Import patch from bug tracker | Mathieu Malaterre | |
| Thanks to winfried Fixes issue 304 | |||
| 2014-03-18 | [1.5] Rework r2768 in fact getopt_long is slightly different on GNU. Adapt ↵ | Mathieu Malaterre | |
| signature to handle BSD signature and GNU one. Update issue 301 | |||
| 2014-03-18 | [1.5] Create a new cmake option to choose between convienient copy of getopt ↵ | Mathieu Malaterre | |
| and system installed one Udapte issue 301 | |||
| 2014-03-18 | [1.5] Add a way for user to override source/target java version | Mathieu Malaterre | |
| Update issue 303 | |||
| 2014-03-18 | [1.5] Fix issues with big endian handling | Mathieu Malaterre | |
| Fixes issue 302 | |||
| 2014-03-17 | [1.5] Remove another set of simple warnings | Mathieu Malaterre | |
| 2014-03-17 | [1.5] Update BSD-4 copyright into a BSD-3 copyright | Mathieu Malaterre | |
| Update issue 300 | |||
| 2014-03-12 | [1.5] Prevent buffer overflow in openjpip code | Mathieu Malaterre | |
| 2014-03-12 | [1.5] Fix remainings warnings on 1.5 branch | Mathieu Malaterre | |
| 2014-02-26 | [1.5] Declare functions static to track unused ones. | Mathieu Malaterre | |
| 2014-02-26 | [1.5] Import first patch (fixes.patch) from issue 249 to fix leaks on error ↵ | Mathieu Malaterre | |
| condition. Update issue 249 | |||
| 2012-12-18 | [1.5] improve the bmp read function for RGB8 case (thanks Winfried). Update ↵ | Mickael Savinaud | |
| issue 203 | |||
| 2012-10-22 | [1.5] Fix Java binding issues. | Mathieu Malaterre | |
| Properly link to math lib on UNIX Make JNI install location a user configuration Remove SONAME property from the java module | |||
| 2012-08-24 | [1.5] COMP: Fix warnings identified by clang31 | Mathieu Malaterre | |
| openjpeg/libopenjpeg/tcd.c:1884 col 48: warning: comparison of unsigned expressi on < 0 is always false openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison with extraneous parentheses openjpeg/libopenjpeg/jpwl/jpwl_lib.c:680:19: warning: format specifies type 'int ' but the argument has type 'long long' [-Wformat] printf("Marker@%d: %X\n", cio_tell(cio) - 2, id); ~^ ~~~~~~~~~~~~~~~~~ %lld openjpeg/applications/jpip/libopenjpip/byte_manager.c:58:63: warning: format spe cifies type 'long' but the argument has type 'OPJ_OFF_T' (aka 'long long') [-Wfo rmat] fprintf( FCGI_stderr, "Error: error in fetch_bytes( %d, %ld, %lu)\n", fd, offset , size); Author: Hans Johnson <hans-johnson@uiowa.edu> | |||
| 2012-07-29 | [1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSD | Mathieu Malaterre | |
| 2012-05-29 | [1.5] Make sure openjpeg/mj2 can be compiled with gcc -std=c89 | Mathieu Malaterre | |
| 2012-05-29 | [1.5] The two files in Issue145 have a precision < 8-bit: | Mathieu Malaterre | |
| therefore 'jp2_read_pclr' must be changed. j2k_to_image fails to create RGB/RGBA images with a precision < 8-bit: therefore 'imagetopng' must be changed. Update issue 145 | |||
| 2012-04-23 | [1.5] Integrate patch from winfried posted on the mailing list. See here for ↵ | Mathieu Malaterre | |
| more info: https://groups.google.com/group/openjpeg/msg/6488859a0dce77 | |||
| 2012-04-23 | [1.5] Integrate patch from winfried posted on the mailing list. See here for ↵ | Mathieu Malaterre | |
| more info: https://groups.google.com/group/openjpeg/msg/7e30b6e288ad5908 | |||
| 2012-04-20 | [1.5] Need to compile/install tool to embed XML file in JP2 for jpip server | Mathieu Malaterre | |
| 2012-04-19 | [1.5] jar files are arch independant. We can install them safely in share | Mathieu Malaterre | |
| 2012-04-19 | [1.5] Add install rules for openjpip client | Mathieu Malaterre | |
| 2012-04-19 | [1.5] Add missing symbols from getopt into the java glue lib | Mathieu Malaterre | |
| 2012-04-19 | [1.5] resolve missing symbols from convert.c/index.c | Mathieu Malaterre | |
| 2012-04-19 | [1.5] Add explicit linking from glue java lib to real openjpeg lib | Mathieu Malaterre | |
| 2012-04-19 | [1.5] install java module | Mathieu Malaterre | |
| 2012-03-16 | [1.5] Remove a simple warning report | Mathieu Malaterre | |
| 2012-03-16 | [1.5] I think == was meant here. | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Remove a warning about undefined snprintf on windows compiler. | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Change the logic in byte_manager.h. Prefer the use of stdint.h when ↵ | Mathieu Malaterre | |
| available. Default to compiler specific mecanism otherwise. Remove some c++ comments. Fix signed vs unsigned comparison | |||
| 2012-03-02 | [1.5] Import rev 1053 from trunk over to 1.5 | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Fix typo in date. | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Sync with trunk. Remove remainings bits of old Makefile based build system | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Convert from DOS eol to UNIX eol | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Use UNIX eol for source code | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Fix a bunch of comparison between signed and unsigned integer ↵ | Mathieu Malaterre | |
| expressions. Some are still left to decide. | |||
| 2012-03-01 | [1.5] Fix rev 1474, typo in the spelling. | Mathieu Malaterre | |
| 2012-03-01 | [1.5] Apply big-endian patch from winfried: libopenjpeg and WORDS_BIGENDIAN, ↵ | Mathieu Malaterre | |
| 2012/02/14 | |||
| 2012-03-01 | Fix a warning reported on the continuous dashboard for linux. | Mathieu Malaterre | |
| 2012-03-01 | [1.5] j2k_to_image does not support writing image with precision less than ↵ | Mathieu Malaterre | |
| 8bits. Simply give up for now. Thanks to winfried for report. Also add static keyword for undeclared function in convert.h | |||
| 2012-03-01 | [1.5] Fix a warning about conversion from const char* to char* | Mathieu Malaterre | |
| 2012-02-29 | [1.5][JPIP] README modification regarding the JP2 encoding | Kaori Hagihara | |
| 2012-02-28 | [1.5][JPIP] enabled the opj_server to reply the first query consisting with ↵ | Kaori Hagihara | |
| len request from kakadu client | |||
| 2012-02-17 | [1.5] allow mecanism to provide JFLAGS | Mathieu Malaterre | |
| 2012-02-16 | remove a warning about unused variable | Mathieu Malaterre | |
| 2012-02-14 | Make the code C90 compliant for VS2010 | Mathieu Malaterre | |
| 2012-02-14 | Work around issue with FindJava module | Mathieu Malaterre | |
| 2012-02-13 | Use C style comment. | Mathieu Malaterre | |
| 2012-02-13 | [1.5] Need to include unistd for close() declaration | Mathieu Malaterre | |
| 2012-02-13 | By default, openjpip client can still built even without java compiler. ↵ | Mathieu Malaterre | |
| Print a message to the user as warning. | |||
