| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-13 | re-organization of openjpeg directories hierarchy : step 1 | Antonin Descampe | |
| 2011-04-12 | Fixed internal function names conflict with Jasper ↵ | Antonin Descampe | |
| (http://code.google.com/p/openjpeg/issues/detail?id=30) | |||
| 2011-03-04 | small fix related to the formatting of the install report displayed at the ↵ | Antonin Descampe | |
| end of install procedure | |||
| 2011-03-04 | updated autotools files to improve build and install procedures (credit to ↵ | Antonin Descampe | |
| Vincent Torri) | |||
| 2011-02-17 | replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size. | Antonin Descampe | |
| 2011-02-16 | Explicitly link to the math lib on UNIX as we use floor and such symbols | Mathieu Malaterre | |
| 2011-02-06 | cmake : fixed installed links to openjpeg.h and openjpeg3d.h | Antonin Descampe | |
| 2011-01-30 | fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; ↵ | Antonin Descampe | |
| removed depcomp file from trunk (automatically copied by automake in main folder) | |||
| 2011-01-30 | replaced en-dash with standard dash in jp2.c | Antonin Descampe | |
| 2011-01-29 | license header: replaced Hervcalloc by Herve, I should learn to double-check ↵ | Antonin Descampe | |
| my changes | |||
| 2011-01-29 | removed é in license header to prevent warning C4819 (see ↵ | Antonin Descampe | |
| http://code.google.com/p/openjpeg/issues/detail?id=57) | |||
| 2011-01-17 | remove (autotools) generated files | Rex Dieter | |
| 2011-01-13 | fix symlink creation (cmake) | Rex Dieter | |
| 2011-01-07 | changed report code in Makefile.am | Winfried | |
| 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. | |||
