| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-02 | bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵ | Antonin Descampe | |
| details) | |||
| 2010-12-14 | Adapted Makefile.am/Makefile.nix to build choice: shared xor static | Winfried | |
| 2010-12-09 | Updated Makefile.in | Winfried | |
| 2010-12-09 | Removed LCMS dependencies from Makefile.am/Makefile.nix | Winfried | |
| 2010-12-08 | (thanks to Winfried for his help) | Antonin Descampe | |
| * [antonin] changed remaining "WIN32" to "_WIN32" ! [antonin] libopenjpeg has no more dependency on LCMS lib. Everything concerning color (icc profile, conversion to rgb, etc) has been put outside libopenjpeg and is used in j2k_to_image.c and mj2_to_frames.c. - [antonin] removed "opj_convert{.c,.h}" + [antonin] added a directory "common/" that contains "getopt{.c,.h}" (previously in "codec/compat"). + [antonin] added files "color{.c,.h}" in "common/" that define the code for icc profile management and sycc_to_rgb conversion + [antonin] added "common/format_defs.h" that contains common definitions used in image_to_j2k, j2k_to_image, j2k_dump. | |||
| 2010-12-05 | revert to previous behaviour for cmake: builds (and links) dynamically by ↵ | Antonin Descampe | |
| default. Static build only if -DBUILD_SHARED_LIBS is set to OFF. | |||
| 2010-12-03 | workaround for name clash when building static and dynamic on WIN32 (see ↵ | Antonin Descampe | |
| http://www.vtk.org/Bug/view.php?id=10190 for description) | |||
| 2010-11-28 | changed cmake behaviour: executables are now always statically linked. When ↵ | Antonin Descampe | |
| -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries). | |||
| 2010-11-25 | fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from ↵ | Antonin Descampe | |
| vincent.torri, see issue 47 on googlecode) | |||
| 2010-11-22 | reverted 'include "../opj_config.h"' to 'include "opj_config.h"' | Antonin Descampe | |
| 2010-11-17 | install man pages by default. install CHANGES and LICENSE | Antonin Descampe | |
| 2010-11-15 | minor changes in header inclusions | Antonin Descampe | |
| 2010-11-15 | complete rewrite of opj_convert.c with correct values (from winfried) | Antonin Descampe | |
| 2010-10-26 | Installation fixes when using CMake | Ben Boeckel | |
| 2010-10-24 | Fixed doxygen data inside source code (from winfried) | Antonin Descampe | |
| 2010-10-22 | Don't clobber openjpeg.h from jp3d | Ben Boeckel | |
| 2010-10-22 | Patch to support the MSVC Win 64 builds (from szekerest) | Antonin Descampe | |
| 2010-10-22 | Currently the Visual Studio builds are broken in the SVN. Attached a patch ↵ | Antonin Descampe | |
| to fix this issue (from szekerest) | |||
| 2010-10-22 | M libopenjpeg/Makefile.in | Winfried | |
| M libopenjpeg/Makefile.am M jp3d/libjp3dvm/Makefile.in M jp3d/libjp3dvm/Makefile.am M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am | |||
| 2010-10-21 | fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library ↵ | Antonin Descampe | |
| (patch from winfried) | |||
| 2010-10-17 | -This line, and those below, will be ignored-- | Winfried | |
| M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am | |||
| 2010-10-13 | (no commit message) | Winfried | |
| 2010-10-13 | (no commit message) | Winfried | |
| 2010-10-05 | Added files to let people build openjpeg with configure tools ; Added ↵ | Antonin Descampe | |
| makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages | |||
| 2010-06-29 | Synchronize branch and trunk cmakelists files | Mathieu Malaterre | |
| 2010-06-22 | Also dump the image info as well as cp info. | Mathieu Malaterre | |
| 2010-06-22 | Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PM | Mathieu Malaterre | |
| 2010-04-08 | [v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in ↵ | Francois-Olivier Devaux | |
| function "pi_create_encode". Thanks to Kent Mein for reporting this. [v1.4]Fixed problem with Borland C++ Builder (Borland C do not have lrintf). Thanks Marek Mauder for this fix. | |||
| 2010-04-08 | [v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for ↵ | Francois-Olivier Devaux | |
| catching this. | |||
| 2010-04-08 | Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer ↵ | Francois-Olivier Devaux | |
| (thanks Peter) | |||
| 2010-03-24 | Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to ↵ | Francois-Olivier Devaux | |
| Winfried for this patch. | |||
| 2010-01-20 | [FOD] Created a new constant in openjpeg.h to differentiate the case when ↵ | Francois-Olivier Devaux | |
| the colorspace is not supported by the library and when it is not specified in the codestream. Suggested by Matteo Italia. | |||
| 2009-11-06 | fixed MCT check bug in t1_getwmsedec. See ↵ | Antonin Descampe | |
| http://groups.google.com/group/openjpeg/browse_thread/thread/d9d96dd4ec3e7443 for info | |||
| 2009-09-10 | fixed minor bugs which were triggering warnings at compilation (different ↵ | Antonin Descampe | |
| signedness, wrong pointer type, etc) | |||
| 2009-09-08 | openjpeg.c : fixed initialization of ↵ | Antonin Descampe | |
| parameters->cp_disto_alloc/fixed_quality/fixed_alloc/tcp_numlayers because they were preventing to use the -q and -f options. | |||
| 2008-08-22 | found a bug in tcd.c that was preventing to find the correct threshold in ↵ | Antonin Descampe | |
| tcd_rateallocate.c for high-precision images. Applied a temporary patch but a better solution should be found. | |||
| 2008-07-09 | Added the default lossless parameter to opj_set_default_encoder_parameters ↵ | Parvatha Elangovan | |
| in openjpeg.c | |||
| 2008-05-22 | fixed a bug in j2k.c (j2k_write_sod) that allowed to get negative rates, ↵ | Antonin Descampe | |
| thanks zhong1985624 for pointing this. | |||
| 2008-05-22 | additional test to avoid crash due to invalid image size, patch by ↵ | Antonin Descampe | |
| Christopher Layne | |||
| 2008-05-22 | memory leak fixed in openjpeg.c (opj_destroy_cstr_info()), patch by Carsten ↵ | Antonin Descampe | |
| Juttner | |||
| 2008-02-29 | Corrected the wrong syntax of calloc()... | Francois-Olivier Devaux | |
| 2008-02-29 | Fixed openjpeg.c for proper initialization of codec context structures ↵ | Francois-Olivier Devaux | |
| (dinfo in opj_create_compress() and opj_create_decompress(). Bug fix suggested by Andrey V. Kiselev Clean up of opj_aligned_malloc(), to just forgo the use of posix_memalign(), as apparently memalign() is what is working better for everyone. Patch by Callum. | |||
| 2008-02-28 | Removed the J2KViewer module, which has been replaced by OPJViewer and fixed ↵ | Francois-Olivier Devaux | |
| the error handling of j2k_decode in jp2.c, thanks to Robin Cornelius | |||
| 2008-02-05 | In convert.c, corrected imagetobmp() conversion for grayscale. In tcd.c, ↵ | Parvatha Elangovan | |
| corrected Rate modification in tcd_init_encode(). | |||
| 2008-01-22 | In image.c, changed the opj_image_create0() memory allocation from malloc() ↵ | Francois-Olivier Devaux | |
| to calloc() in order to avoid segfaults when freeing the memory allocated for the coding of bad images. Thanks to Christopher Layne for this improvement. | |||
| 2008-01-16 | fixed opj_malloc.h for macosx (bugfix provided by janpeder, thanks) | Antonin Descampe | |
| 2008-01-04 | Patch by Callum Lerwick. Fixed error during encoding using tile option in tcd.c | Parvatha Elangovan | |
| 2007-12-21 | VERSION 1.3.0 RELEASE | Francois-Olivier Devaux | |
| 2007-12-21 | Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h. | Francois-Olivier Devaux | |
| Possible errors in pi_create_encode handled | |||
| 2007-12-19 | changed variables names alpha, beta, gamma, delta in dwt.c to avoid ↵ | Antonin Descampe | |
| re-declarations on Macosx | |||
