summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-30fixed 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-30replaced en-dash with standard dash in jp2.cAntonin Descampe
2011-01-29license header: replaced Hervcalloc by Herve, I should learn to double-check ↵Antonin Descampe
my changes
2011-01-29removed é in license header to prevent warning C4819 (see ↵Antonin Descampe
http://code.google.com/p/openjpeg/issues/detail?id=57)
2011-01-27removed other VS filesAntonin Descampe
2011-01-24remove more obsolete VS files. Left only mj2_to_metadata VS files, as this ↵Antonin Descampe
is the only executable not yet handled by CMake
2011-01-23removed obsolete VS filesAntonin Descampe
2011-01-23MJ2 module: Add two components to mj2.h: meth, enumcs ; Define or reset all ↵Antonin Descampe
components of mj2_cparameters_t before its usage ; Add argument -D prec to frames_to_mj2.c and use the precision in mj2_convert.c (solves Issue 49)
2011-01-23move KK definition from rs.h to rs.c to prevent duplicate symbol error when ↵Antonin Descampe
building jpwl with autotools
2011-01-18cmake: SOVERSION change to 1 (from 1.4) to match auto-tools buildRex Dieter
2011-01-17remove (autotools) generated filesRex Dieter
2011-01-16convert.c: inclusion of endian.h has to be different on APPLE platformsAntonin Descampe
2011-01-13followup autotools fixes, adding DESTDIR supportRex Dieter
2011-01-13s/libopenjpeg.pc/libopenjpeg1.pc/Rex Dieter
2011-01-13fix symlink creation (cmake)Rex Dieter
2011-01-13adjust autotools pkg-config support to matchRex Dieter
2011-01-13add pkg-config support to cmakeRex Dieter
2011-01-11removed forgotten debug info in imagetopnm()Antonin Descampe
2011-01-09imagetopnm() has been rewritten to allow 16-bits precision, and PAM (P7) ↵Antonin Descampe
support. See Netpbm for more info. (patch from szukw000).
2011-01-07changed report code in Makefile.amWinfried
2011-01-03removed badly written tests from CTest in codec/CMakeLists.txtAntonin Descampe
2011-01-02bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵Antonin Descampe
details)
2011-01-02small update to xcode projectAntonin Descampe
2010-12-14Adapted Makefile.am/Makefile.nix to build choice: shared xor staticWinfried
2010-12-11fixed flags when building jp3d with MinGWAntonin Descampe
2010-12-10Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor staticWinfried
2010-12-09removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txtAntonin Descampe
2010-12-09updated xcode projectAntonin Descampe
2010-12-09renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.hAntonin Descampe
2010-12-09removed "codec/compat/" directoryAntonin Descampe
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