summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-09Updated Makefile.inWinfried
2010-12-09Removed LCMS dependencies from Makefile.am/Makefile.nixWinfried
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-05revert 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-05added a definition in getopt.h and an initial value in convert.cAntonin Descampe
2010-12-03workaround 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-28fixed 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-28changed 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-25fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from ↵Antonin Descampe
vincent.torri, see issue 47 on googlecode)
2010-11-22xcode : changed to native architecture build by defaultAntonin Descampe
2010-11-22reverted 'include "../opj_config.h"' to 'include "opj_config.h"'Antonin Descampe
2010-11-18xcode project : add mj2 targetsAntonin Descampe
2010-11-17install man pages by default. install CHANGES and LICENSEAntonin Descampe
2010-11-17minor changes in cmake files (from winfried)Antonin Descampe
2010-11-17fixed missing argument in main CMakeLists.txtAntonin Descampe
2010-11-16minor changes in cmake flagsAntonin Descampe
2010-11-15xcode project rewriteAntonin Descampe
2010-11-15changed imagetopng() function to correctly deal with non-standard ↵Antonin Descampe
bit-depths. Add png support for win32. (from winfried)
2010-11-15minor changes in header inclusionsAntonin Descampe
2010-11-15complete rewrite of opj_convert.c with correct values (from winfried)Antonin Descampe
2010-11-11removed call to dirent.h in jp3dAntonin Descampe
2010-11-11add info on how to build doxygen doc with autotoolsAntonin Descampe
2010-10-28Fix installation rules in jpwl for CMakeBen Boeckel
2010-10-26Installation fixes when using CMakeBen Boeckel
2010-10-25Fix jp3dvm versionBen Boeckel
2010-10-24Fixed doxygen data inside source code (from winfried)Antonin Descampe
2010-10-22Don't clobber openjpeg.h from jp3dBen Boeckel
2010-10-22Install man pagesBen Boeckel
2010-10-22Default to building shared librariesBen Boeckel
2010-10-22Patch to support the MSVC Win 64 builds (from szekerest)Antonin Descampe
2010-10-22Currently the Visual Studio builds are broken in the SVN. Attached a patch ↵Antonin Descampe
to fix this issue (from szekerest)
2010-10-22M libopenjpeg/Makefile.inWinfried
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-22M CHANGESWinfried
M jpwl/Makefile.in M jpwl/Makefile.am
2010-10-22M configureWinfried
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-21fixed help display (patch from winfried)Antonin Descampe
2010-10-21fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library ↵Antonin Descampe
(patch from winfried)
2010-10-19fixed options and help display (patch from winfried)Antonin Descampe
2010-10-18M jp3d/Makefile.nixWinfried
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
2010-10-13(no commit message)Winfried
2010-10-13(no commit message)Winfried
2010-10-101. The jp3d/libjp3dvm/Makefile.am has been changed:Antonin Descampe
Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/ Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/openjpeg3d.h PREFIX/include: 23 openjpeg.h -> openjpeg-1.4/openjpeg.h 27 openjpeg3d.h -> openjpeg3d-1.3/openjpeg3d.h 28773 openjpeg-1.4/openjpeg.h 22158 openjpeg3d-1.3/openjpeg3d.h 2. The jp3d/Makefile.nix has been changed respectivly. 3. The mj2/Makefile.nix contained a wrong path to 'compat/' 4. opj_config.h.in.user contained a comment within a comment. 5. 'autoreconf' reported that AC_PROG_RANLIB is no longer necessary in 'configure.ac'.
2010-10-08fixed a bug in mj2.c that prevented extract_j2k_from_mj2 to build properly. ↵Antonin Descampe
Patch from winfried
2010-10-05fixed CMakeLists.txt typoAntonin Descampe
2010-10-05Added 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-09-08Reverting the use of #include "openjpegConfigure.h" until we find a compatibleLuis Ibanez
way of doing this with autoconf, and with the default VS project files.
2010-09-07ENH: Now forcing openjpeg_JPWL to be a STATIC library.Luis Ibanez
2010-09-07ENH: Now verifies if the OPJ_STATIC macro is notLuis Ibanez
already defined, before it defines it.
2010-09-07ENH: Including the new header file openjpegConfigure.hLuis Ibanez
in order to carry the definition of OPJ_STATIC when building static libraries.