Commit Graph

  • 27b894dd3f fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL Antonin Descampe 2011-04-14 10:13:25 +0000
  • 6aaaa3eae2 changed the directory hierarchy of the whole project. See README files for details. Antonin Descampe 2011-04-13 22:38:50 +0000
  • 16f205d886 re-organization of openjpeg directories hierarchy : step 1 Antonin Descampe 2011-04-13 21:01:39 +0000
  • dbbad6f1b0 moved "openjpeg3d" directory from the trunk to the branches directory. Antonin Descampe 2011-04-13 15:42:01 +0000
  • 87e4c72ee4 moved "openjpeg3d" directory from the trunk to the branches directory. Antonin Descampe 2011-04-13 15:42:01 +0000
  • a6f19781d7 renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch. openjpeg3d@749 Antonin Descampe 2011-04-13 15:24:36 +0000
  • 5ef5fc65ae renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch. Antonin Descampe 2011-04-13 15:24:36 +0000
  • 9e0e3611c5 [V2] fixed dllexport definition (credit to vincent torri) Antonin Descampe 2011-04-13 11:01:12 +0000
  • 9fba123a7a Removed folders mj2, JavaOpenJpeg, jpwl, OPJViewer (not compliant with v2). Removed obsolete windows project files. Removed obsolete Makefiles (only build method currently supported with v2 branch: cmake). Renamed ChangeLog to CHANGES. Renamed License.txt to LICENSE. Removed obsolete README files. Antonin Descampe 2011-04-12 23:36:01 +0000
  • e93d5a683f Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30) Antonin Descampe 2011-04-12 17:24:30 +0000
  • fef7d00dc8 Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30) Antonin Descampe 2011-04-12 17:24:30 +0000
  • 91419e0e3e convert.c: ENDIAN condition removed, tiftoimage and imagetotif updated (ALPHA added for RGB and GRAY, correct handling of 12-bit precision), small bugfixes (credit to Winfried) Antonin Descampe 2011-04-12 17:05:47 +0000
  • 74626a17db small fix in configure.ac (credit to Vincent Torri) Antonin Descampe 2011-04-12 16:18:51 +0000
  • 1ab46eeff2 openjpeg.pc.cmake rewrites wrong variables (issue 67) Rex Dieter 2011-03-30 18:44:40 +0000
  • 70177d55b0 name fixing in variables related to liblcms Antonin Descampe 2011-03-24 09:50:20 +0000
  • 1fd9603c55 added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules. Antonin Descampe 2011-03-21 21:51:04 +0000
  • 279b67c838 fixed a bug that created a conflict between liblcms on the system and liblcms2 in the thirdparty directory Antonin Descampe 2011-03-21 21:22:33 +0000
  • 19f9147e10 Removed the libs directory containing win32 compiled versions of libpng, libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies). Antonin Descampe 2011-03-20 22:45:24 +0000
  • e5f3a10160 fixed lt_version in configure.ac openjpeg3d@745 Antonin Descampe 2011-03-10 17:08:50 +0000
  • 6bda73eeb2 fixed lt_version in configure.ac Antonin Descampe 2011-03-10 17:08:50 +0000
  • 9f349b0988 cosmetic change for status report of ./configure Antonin Descampe 2011-03-05 17:36:08 +0000
  • 91bb12c9da now assume MinGW does not have dirent.h (actually have it but without opendir function). Fixed also a WIN32 check in jp3d/libjp3dvm/openjpeg3d.h. Antonin Descampe 2011-03-04 11:21:45 +0000
  • 91ce5625b5 now assume MinGW does not have dirent.h (actually have it but without opendir function). Fixed also a WIN32 check in jp3d/libjp3dvm/openjpeg3d.h. Antonin Descampe 2011-03-04 11:21:45 +0000
  • 8e9997315b small fix related to the formatting of the install report displayed at the end of install procedure Antonin Descampe 2011-03-04 11:03:33 +0000
  • a3df1f5c5e small fix related to the formatting of the install report displayed at the end of install procedure Antonin Descampe 2011-03-04 11:03:33 +0000
  • eb9a2d93a9 updated autotools files to improve build and install procedures (credit to Vincent Torri) Antonin Descampe 2011-03-04 10:53:27 +0000
  • 86edc0a40e updated autotools files to improve build and install procedures (credit to Vincent Torri) Antonin Descampe 2011-03-04 10:53:27 +0000
  • 89456eed51 replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size. Antonin Descampe 2011-02-17 21:11:29 +0000
  • e023107e97 now allows 16-bit precision for mj2 encoding and decoding (solves Issue 49 and Issue 63). Credit to Winfried. Antonin Descampe 2011-02-17 20:01:14 +0000
  • af71acb043 Explicitly link to the math lib on UNIX as we use floor and such symbols Mathieu Malaterre 2011-02-16 13:59:24 +0000
  • e12008a718 Make sure to be able to compile index_create on UNIX. Install target Mathieu Malaterre 2011-02-16 13:55:04 +0000
  • c9bae1fd46 removed opj_config.h.in from svn, as it is automaticaly generated by autoheader when calling ./bootstrap.sh Antonin Descampe 2011-02-09 10:42:17 +0000
  • 3a73ff3bc2 renamed "java sources" to "java-sources" to avoid blank space in directory name Antonin Descampe 2011-02-09 10:07:03 +0000
  • f36842c853 cmake : fixed installed links to openjpeg.h and openjpeg3d.h Antonin Descampe 2011-02-06 16:39:26 +0000
  • 99c3c5a4af cmake : fixed installed links to openjpeg.h and openjpeg3d.h Antonin Descampe 2011-02-06 16:39:26 +0000
  • a1920bc5c2 fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; removed depcomp file from trunk (automatically copied by automake in main folder) Antonin Descampe 2011-01-30 21:33:55 +0000
  • 9a811cb52a replaced en-dash with standard dash in jp2.c Antonin Descampe 2011-01-30 15:38:45 +0000
  • d9ffba7461 license header: replaced Hervcalloc by Herve, I should learn to double-check my changes Antonin Descampe 2011-01-29 14:15:26 +0000
  • 55c8c2bc77 license header: replaced Hervcalloc by Herve, I should learn to double-check my changes Antonin Descampe 2011-01-29 14:15:26 +0000
  • 4cc02c354a removed é in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57) Antonin Descampe 2011-01-29 14:08:13 +0000
  • fbffea94a9 removed é in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57) Antonin Descampe 2011-01-29 14:08:13 +0000
  • c7e17d06c8 removed other VS files Antonin Descampe 2011-01-27 10:28:45 +0000
  • 64af129291 remove more obsolete VS files. Left only mj2_to_metadata VS files, as this is the only executable not yet handled by CMake Antonin Descampe 2011-01-24 22:28:21 +0000
  • 75fa7a8d87 remove more obsolete VS files. Left only mj2_to_metadata VS files, as this is the only executable not yet handled by CMake Antonin Descampe 2011-01-24 22:28:21 +0000
  • 5e3290a486 removed obsolete VS files Antonin Descampe 2011-01-23 19:34:26 +0000
  • 90725df206 MJ2 module: Add two components to mj2.h: meth, enumcs ; Define or reset all 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) Antonin Descampe 2011-01-23 18:33:06 +0000
  • 066bda52c0 move KK definition from rs.h to rs.c to prevent duplicate symbol error when building jpwl with autotools Antonin Descampe 2011-01-23 18:17:00 +0000
  • 2514c5b550 cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build Rex Dieter 2011-01-18 17:23:04 +0000
  • df077e9496 remove (autotools) generated files Rex Dieter 2011-01-17 18:45:33 +0000
  • 3f234ac21b remove (autotools) generated files Rex Dieter 2011-01-17 18:45:33 +0000
  • 420750f5ca convert.c: inclusion of endian.h has to be different on APPLE platforms Antonin Descampe 2011-01-16 16:23:12 +0000
  • 51f7cc6874 followup autotools fixes, adding DESTDIR support Rex Dieter 2011-01-13 20:18:53 +0000
  • c4252ed824 s/libopenjpeg.pc/libopenjpeg1.pc/ Rex Dieter 2011-01-13 19:54:11 +0000
  • 97c5fe052c fix symlink creation (cmake) Rex Dieter 2011-01-13 19:40:48 +0000
  • 5f1e13e770 adjust autotools pkg-config support to match Rex Dieter 2011-01-13 19:36:21 +0000
  • d2d6e1fd6f add pkg-config support to cmake Rex Dieter 2011-01-13 19:29:18 +0000
  • 08459fd944 removed forgotten debug info in imagetopnm() Antonin Descampe 2011-01-11 08:21:13 +0000
  • 985a163e33 imagetopnm() has been rewritten to allow 16-bits precision, and PAM (P7) support. See Netpbm for more info. (patch from szukw000). Antonin Descampe 2011-01-09 22:54:35 +0000
  • 431f559f49 changed report code in Makefile.am Winfried 2011-01-07 03:20:58 +0000
  • 7441340ab5 changed report code in Makefile.am Winfried 2011-01-07 03:20:58 +0000
  • 50b3b5c991 removed badly written tests from CTest in codec/CMakeLists.txt Antonin Descampe 2011-01-03 22:44:59 +0000
  • 2c38002242 bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details) Antonin Descampe 2011-01-02 18:10:09 +0000
  • 73a6ed7c21 bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details) Antonin Descampe 2011-01-02 18:10:09 +0000
  • 56afd80506 small update to xcode project Antonin Descampe 2011-01-02 18:03:28 +0000
  • 1c1c123897 Adapted Makefile.am/Makefile.nix to build choice: shared xor static Winfried 2010-12-14 03:33:31 +0000
  • 398b3f08b0 Adapted Makefile.am/Makefile.nix to build choice: shared xor static Winfried 2010-12-14 03:33:31 +0000
  • 4c9a4ee2fa fixed flags when building jp3d with MinGW Antonin Descampe 2010-12-11 23:23:02 +0000
  • 1dd92890d7 fixed flags when building jp3d with MinGW Antonin Descampe 2010-12-11 23:23:02 +0000
  • 428dea2e25 Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static Winfried 2010-12-10 04:27:40 +0000
  • 436d2f4bb9 Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static Winfried 2010-12-10 04:27:40 +0000
  • 1ffab354d9 removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txt Antonin Descampe 2010-12-09 21:44:20 +0000
  • 0264197f3f removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txt Antonin Descampe 2010-12-09 21:44:20 +0000
  • b487a3521c updated xcode project Antonin Descampe 2010-12-09 11:07:22 +0000
  • 0ca8fe2458 renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.h Antonin Descampe 2010-12-09 10:34:47 +0000
  • 816d914c4e renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.h Antonin Descampe 2010-12-09 10:34:47 +0000
  • c0fd0c8f89 removed "codec/compat/" directory Antonin Descampe 2010-12-09 10:23:13 +0000
  • c22cc4ad7b Updated Makefile.in Winfried 2010-12-09 01:23:46 +0000
  • ebcda80583 Updated Makefile.in Winfried 2010-12-09 01:23:46 +0000
  • 407b95e35f Removed LCMS dependencies from Makefile.am/Makefile.nix Winfried 2010-12-09 01:11:05 +0000
  • 9fdaaa3316 (thanks to Winfried for his help) * [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. Antonin Descampe 2010-12-08 11:06:41 +0000
  • d08a96e251 (thanks to Winfried for his help) * [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. Antonin Descampe 2010-12-08 11:06:41 +0000
  • c906c230fb revert to previous behaviour for cmake: builds (and links) dynamically by default. Static build only if -DBUILD_SHARED_LIBS is set to OFF. Antonin Descampe 2010-12-05 15:19:57 +0000
  • 59d9b97ffe revert to previous behaviour for cmake: builds (and links) dynamically by default. Static build only if -DBUILD_SHARED_LIBS is set to OFF. Antonin Descampe 2010-12-05 15:19:57 +0000
  • cf39198a9a added a definition in getopt.h and an initial value in convert.c Antonin Descampe 2010-12-05 15:10:10 +0000
  • 02229c7c2d workaround for name clash when building static and dynamic on WIN32 (see http://www.vtk.org/Bug/view.php?id=10190 for description) Antonin Descampe 2010-12-03 11:57:00 +0000
  • 1c2ed5cc33 fixed a bug in codec/convert.c that prevented to build executables with WIN32 compiler (thanks winfried) Antonin Descampe 2010-11-28 18:40:57 +0000
  • efc709578a Antonin Descampe 2010-11-28 18:37:16 +0000
  • e33c029fdb changed cmake behaviour: executables are now always statically linked. When -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). Antonin Descampe 2010-11-28 17:07:04 +0000
  • eb5694ca2a changed cmake behaviour: executables are now always statically linked. When -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). Antonin Descampe 2010-11-28 17:07:04 +0000
  • a916dcd052 Fix leak in jp2_read_header_procedure() (from even.rouault, see issue 29 on googlecode) Antonin Descampe 2010-11-25 12:15:07 +0000
  • 389166e86e fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from vincent.torri, see issue 47 on googlecode) Antonin Descampe 2010-11-25 11:58:26 +0000
  • 2b31495723 xcode : changed to native architecture build by default Antonin Descampe 2010-11-22 11:49:28 +0000
  • d5b44a98bc reverted 'include "../opj_config.h"' to 'include "opj_config.h"' Antonin Descampe 2010-11-22 11:48:19 +0000
  • 0e5551da99 xcode project : add mj2 targets Antonin Descampe 2010-11-18 11:12:01 +0000
  • 3afd3b1afd install man pages by default. install CHANGES and LICENSE Antonin Descampe 2010-11-17 10:59:21 +0000
  • fb6d84918d minor changes in cmake files (from winfried) Antonin Descampe 2010-11-17 10:26:05 +0000
  • 223a39b51e minor changes in cmake files (from winfried) Antonin Descampe 2010-11-17 10:26:05 +0000
  • 8faf300b6e fixed missing argument in main CMakeLists.txt Antonin Descampe 2010-11-17 08:39:24 +0000
  • 5c76f68168 minor changes in cmake flags Antonin Descampe 2010-11-16 11:15:38 +0000
  • ad970dd9df xcode project rewrite Antonin Descampe 2010-11-15 11:12:24 +0000