| 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] 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-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-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-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-03-02 | [1.5] Fix typo in date. | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Convert from DOS eol to UNIX eol | 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 | [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-01-25 | [1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff | Antonin Descampe | |
| 2011-12-21 | Attempt to fix building of universal exe | Mathieu Malaterre | |
| 2011-12-21 | hopefully fix a warning on VS2008 compiler | Mathieu Malaterre | |
| 2011-12-16 | Hide a warning. Since 1.5 is not large file safe (>32bits) this should be ok | Mathieu Malaterre | |
| 2011-12-16 | Remove some simple warnings about comments | Mathieu Malaterre | |
| 2011-12-12 | Fix a bunch of warnings reported by gcc (unused results from fwrite) | Mathieu Malaterre | |
| 2011-11-01 | [1.5] backport revisions 996, 997, 1000, 1008-1012 from trunk (JPIP ↵ | Antonin Descampe | |
| modifications) | |||
| 2011-10-20 | [1.5] remove obvious memory leak from applications | Mickael Savinaud | |
| 2011-10-19 | backport rev 1013-1014 from trunk | Mickael Savinaud | |
| 2011-10-11 | [1.5] backport r987:990 to branch 1.5 | Antonin Descampe | |
| 2011-09-09 | BRANCH-1.5:added a new indexer functionality to the library. With the new ↵ | Antonin Descampe | |
| -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP | |||
| 2011-09-01 | backport r898 to r907 in openjpeg-1.5 branch | Antonin Descampe | |
| 2011-08-16 | added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files | Antonin Descampe | |
| 2011-08-16 | removed obsolete testing directory and *.nix files | Antonin Descampe | |
| 2011-08-11 | fixed wrong patch with the return value of fgets into convert.c file | Mickael Savinaud | |
| 2011-08-10 | fixed error with the return value of fgets into convert.c file | Mickael Savinaud | |
| 2011-08-10 | removed unused parameters warnings with the solution proposed by myself and ↵ | Mickael Savinaud | |
| Bob Friesenhahn | |||
| 2011-07-29 | solve some obvious warnings for WIN platform, increase number of warning ↵ | Mickael Savinaud | |
| reported on the dashboard, correct last warnings with gcc 4.4 (-Wall) | |||
| 2011-07-28 | manage case 0 frames inside yuv_num_frames function and correct some ↵ | Mickael Savinaud | |
| warnings with gcc4.5 (credit to Winfried) | |||
| 2011-07-27 | correct some warnings detected under unix platform | Mickael Savinaud | |
| 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-26 | delete double semi-colon at end of line which generate crash on win platform | Mickael Savinaud | |
| 2011-07-25 | modify j2k_dump to support output file, needed for non-regression tests | Mickael Savinaud | |
| 2011-07-25 | fixed issue 74 for trunk | 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. | |||
| 2011-07-21 | to follow last version of conformance data about component separator for pgx ↵ | Mickael Savinaud | |
| file, we changed - to _ separator even if nb component = 1 | |||
| 2011-07-18 | correct build error (mislocated declaration) with convert to tiff function ↵ | Mickael Savinaud | |
| when HAVE_LIBTIFF is defined | |||
| 2011-07-13 | improved some CMakeLists files linked to the build of applications which ↵ | Mickael Savinaud | |
| used thirdparty | |||
| 2011-07-03 | fixed bmptoimage (see ↵ | Antonin Descampe | |
| http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391) | |||
| 2011-06-30 | fixed CTest configuration files | Antonin Descampe | |
| 2011-06-03 | Fix some error with cmake | Mathieu Malaterre | |
| 2011-05-23 | fixed autotools (broken since the new directory structure) and added ↵ | Antonin Descampe | |
| autotools as a build method for jpip (credit to Vincent Torri) | |||
| 2011-05-18 | defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to ↵ | Antonin Descampe | |
| avoid having to deal with "stdbool.h" (patch from Winfried) | |||
| 2011-04-14 | fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵ | Antonin Descampe | |
| be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL | |||
