summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2010-09-05COMP: adding trunk/codec/compat to the list of directoriesLuis Ibanez
that must be searched for header files.
2010-09-05ENH: Removed redundant copies of getopt.c and getopt.h. Luis Ibanez
Now reusing the ones in codec/compat.
2010-09-05ENH: The logic for defining OPJ_STATIC has now been moved to theLuis Ibanez
openjpegConfigure.h file.
2010-09-05ENH: Adding symbols from traditional checks.Luis Ibanez
NOTE: the LCMS may still require CMake code for detecting the prescence of the library, of the use of CMake options for letting the user choose based on her preference.
2010-09-05ENH: Adding a configured header file at the image of config.h.Luis Ibanez
2010-09-05COMP: PNG_LIBRARIES were missing for the TARGET_LINK_LIBRARIES commandLuis Ibanez
of the executable targets.