| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-03 | adding two tags for version 1.3 and 1.4version.1.4 | Antonin Descampe | |
| 2011-01-02 | bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵ | Antonin Descampe | |
| details) | |||
| 2011-01-02 | small update to xcode project | Antonin Descampe | |
| 2010-12-14 | Adapted Makefile.am/Makefile.nix to build choice: shared xor static | Winfried | |
| 2010-12-11 | fixed flags when building jp3d with MinGW | Antonin Descampe | |
| 2010-12-10 | Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static | Winfried | |
| 2010-12-09 | removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txt | Antonin Descampe | |
| 2010-12-09 | updated xcode project | Antonin Descampe | |
| 2010-12-09 | renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.h | Antonin Descampe | |
| 2010-12-09 | removed "codec/compat/" directory | Antonin Descampe | |
| 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-05 | added a definition in getopt.h and an initial value in convert.c | Antonin Descampe | |
| 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 | fixed a bug in codec/convert.c that prevented to build executables with ↵ | Antonin Descampe | |
| WIN32 compiler (thanks winfried) | |||
| 2010-11-28 | (no commit message) | Antonin Descampe | |
| 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 | xcode : changed to native architecture build by default | Antonin Descampe | |
| 2010-11-22 | reverted 'include "../opj_config.h"' to 'include "opj_config.h"' | Antonin Descampe | |
| 2010-11-18 | xcode project : add mj2 targets | Antonin Descampe | |
| 2010-11-17 | install man pages by default. install CHANGES and LICENSE | Antonin Descampe | |
| 2010-11-17 | minor changes in cmake files (from winfried) | Antonin Descampe | |
| 2010-11-17 | fixed missing argument in main CMakeLists.txt | Antonin Descampe | |
| 2010-11-16 | minor changes in cmake flags | Antonin Descampe | |
| 2010-11-15 | xcode project rewrite | Antonin Descampe | |
| 2010-11-15 | changed imagetopng() function to correctly deal with non-standard ↵ | Antonin Descampe | |
| bit-depths. Add png support for win32. (from winfried) | |||
| 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-11-11 | removed call to dirent.h in jp3d | Antonin Descampe | |
| 2010-11-11 | add info on how to build doxygen doc with autotools | Antonin Descampe | |
| 2010-10-28 | Fix installation rules in jpwl for CMake | Ben Boeckel | |
| 2010-10-26 | Installation fixes when using CMake | Ben Boeckel | |
| 2010-10-25 | Fix jp3dvm version | 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 | Install man pages | Ben Boeckel | |
| 2010-10-22 | Default to building shared libraries | 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-22 | M CHANGES | Winfried | |
| M jpwl/Makefile.in M jpwl/Makefile.am | |||
| 2010-10-22 | M configure | Winfried | |
| M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am | |||
| 2010-10-21 | fixed help display (patch from winfried) | Antonin Descampe | |
| 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-19 | fixed options and help display (patch from winfried) | Antonin Descampe | |
| 2010-10-18 | M jp3d/Makefile.nix | Winfried | |
| M config.nix M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M CHANGES M jpwl/Makefile.nix M Makefile.nix | |||
| 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 | |||
