Commit Graph

  • 161891a06e changed imagetopng() function to correctly deal with non-standard bit-depths. Add png support for win32. (from winfried) Antonin Descampe 2010-11-15 11:10:26 +0000
  • 709068ef5b minor changes in header inclusions Antonin Descampe 2010-11-15 11:08:03 +0000
  • 2b7f6f82be complete rewrite of opj_convert.c with correct values (from winfried) Antonin Descampe 2010-11-15 11:06:46 +0000
  • 3d5ba9671a removed call to dirent.h in jp3d Antonin Descampe 2010-11-11 11:37:45 +0000
  • 005b1b1a4b removed call to dirent.h in jp3d Antonin Descampe 2010-11-11 11:37:45 +0000
  • 3eab8f975e add info on how to build doxygen doc with autotools Antonin Descampe 2010-11-11 11:36:10 +0000
  • 2a4563a677 Fix installation rules in jpwl for CMake Ben Boeckel 2010-10-28 14:34:37 +0000
  • 8bce4c962b Installation fixes when using CMake Ben Boeckel 2010-10-26 16:46:01 +0000
  • af32de46a2 Installation fixes when using CMake Ben Boeckel 2010-10-26 16:46:01 +0000
  • 84714b4fab Fix jp3dvm version Ben Boeckel 2010-10-25 16:04:09 +0000
  • f35d25c674 Fix jp3dvm version Ben Boeckel 2010-10-25 16:04:09 +0000
  • 0dc7f6a2d3 Fixed doxygen data inside source code (from winfried) Antonin Descampe 2010-10-24 20:28:22 +0000
  • 016ee3e702 Don't clobber openjpeg.h from jp3d Ben Boeckel 2010-10-22 18:41:49 +0000
  • bb9232c9d9 Don't clobber openjpeg.h from jp3d Ben Boeckel 2010-10-22 18:41:49 +0000
  • 87cb9efb99 Install man pages Ben Boeckel 2010-10-22 18:41:17 +0000
  • 4c9a60d4fd Default to building shared libraries Ben Boeckel 2010-10-22 18:40:33 +0000
  • e36881487d Patch to support the MSVC Win 64 builds (from szekerest) Antonin Descampe 2010-10-22 09:45:53 +0000
  • 56dd722fb4 Currently the Visual Studio builds are broken in the SVN. Attached a patch to fix this issue (from szekerest) Antonin Descampe 2010-10-22 09:43:06 +0000
  • a6b59bc360 M libopenjpeg/Makefile.in M libopenjpeg/Makefile.am M jp3d/libjp3dvm/Makefile.in M jp3d/libjp3dvm/Makefile.am M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am Winfried 2010-10-22 08:51:38 +0000
  • c2f441840f M libopenjpeg/Makefile.in M libopenjpeg/Makefile.am M jp3d/libjp3dvm/Makefile.in M jp3d/libjp3dvm/Makefile.am M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am Winfried 2010-10-22 08:51:38 +0000
  • a55ea39677 M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am Winfried 2010-10-22 04:11:41 +0000
  • fc668f3ec3 M configure M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am Winfried 2010-10-22 03:07:12 +0000
  • c515199674 fixed help display (patch from winfried) Antonin Descampe 2010-10-21 09:53:13 +0000
  • 360871c995 fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch from winfried) Antonin Descampe 2010-10-21 09:49:54 +0000
  • b6102e207c fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch from winfried) Antonin Descampe 2010-10-21 09:49:54 +0000
  • ddc9a278aa fixed options and help display (patch from winfried) Antonin Descampe 2010-10-19 10:06:47 +0000
  • b55fd4bf46 M jp3d/Makefile.nix M config.nix M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M CHANGES M jpwl/Makefile.nix M Makefile.nix Winfried 2010-10-18 00:17:19 +0000
  • e65ef3a24f M jp3d/Makefile.nix M config.nix M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M CHANGES M jpwl/Makefile.nix M Makefile.nix Winfried 2010-10-18 00:17:19 +0000
  • 41a07019ca -This line, and those below, will be ignored-- Winfried 2010-10-17 22:42:46 +0000
  • f4b08bacb0 -This line, and those below, will be ignored-- Winfried 2010-10-17 22:42:46 +0000
  • a9fc37e19f Winfried 2010-10-13 15:16:48 +0000
  • ae6cf3da7d Winfried 2010-10-13 15:16:48 +0000
  • 03133377fa Winfried 2010-10-13 14:49:39 +0000
  • abac838cf4 1. The jp3d/libjp3dvm/Makefile.am has been changed: Antonin Descampe 2010-10-10 21:17:18 +0000
  • 106da2f51e 1. The jp3d/libjp3dvm/Makefile.am has been changed: Antonin Descampe 2010-10-10 21:17:18 +0000
  • 72b6fdb04b fixed a bug in mj2.c that prevented extract_j2k_from_mj2 to build properly. Patch from winfried Antonin Descampe 2010-10-08 10:16:27 +0000
  • cc01949777 The original v1.3 branch had: ((int*)tiledp)[(j * tile_w) + i] = tmp / 2; while v2 had: ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp >> 1; Divide by two and a right shift operation are only equivalent when the data is unsigned. In this case the data is signed, so the right shift operation is incorrectly clearing the sign bit. Patch from: Sheet Spotter Mathieu Malaterre 2010-10-07 17:45:04 +0000
  • 287be4e683 minor bugs fixed (see issue 31 on googlecode - Thanks to winfried) Antonin Descampe 2010-10-05 20:58:04 +0000
  • dea5c48227 fixed problems with partial decodes (non-zero value for cp_reduce) that can cause corrupted images and crashes (issue 41) - thanks to Sheet Spotter Antonin Descampe 2010-10-05 20:25:01 +0000
  • 68e1771ae5 fixed minor problems that prevented the solution file from building in Windows (issue 40) - thanks to Sheet Spotter Antonin Descampe 2010-10-05 20:22:17 +0000
  • 453af11e2c fixed CMakeLists.txt typo Antonin Descampe 2010-10-05 19:17:01 +0000
  • 3caa4f8f4f Added files to let people build openjpeg with configure tools ; Added 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 Antonin Descampe 2010-10-05 10:33:15 +0000
  • eeefefd56c Added files to let people build openjpeg with configure tools ; Added 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 Antonin Descampe 2010-10-05 10:33:15 +0000
  • 531c0cf26f Reverting the use of #include "openjpegConfigure.h" until we find a compatible way of doing this with autoconf, and with the default VS project files. Luis Ibanez 2010-09-08 22:40:11 +0000
  • b7208fb525 ENH: Now forcing openjpeg_JPWL to be a STATIC library. Luis Ibanez 2010-09-07 22:29:56 +0000
  • dc700d5d50 ENH: Now verifies if the OPJ_STATIC macro is not already defined, before it defines it. Luis Ibanez 2010-09-07 22:24:12 +0000
  • 00f7af7748 ENH: Including the new header file openjpegConfigure.h in order to carry the definition of OPJ_STATIC when building static libraries. Luis Ibanez 2010-09-07 22:05:17 +0000
  • 9989de4bd0 COMP: adding trunk/codec/compat to the list of directories that must be searched for header files. Luis Ibanez 2010-09-05 22:52:44 +0000
  • fcbf45ca64 ENH: Removed redundant copies of getopt.c and getopt.h. Now reusing the ones in codec/compat. Luis Ibanez 2010-09-05 21:59:25 +0000
  • 509f7a64ea ENH: The logic for defining OPJ_STATIC has now been moved to the openjpegConfigure.h file. Luis Ibanez 2010-09-05 21:37:14 +0000
  • e80d147957 ENH: Adding symbols from traditional checks. 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. Luis Ibanez 2010-09-05 21:34:07 +0000
  • 2cea89dc7d ENH: Adding a configured header file at the image of config.h. Luis Ibanez 2010-09-05 21:14:47 +0000
  • 1a79adb3a9 COMP: PNG_LIBRARIES were missing for the TARGET_LINK_LIBRARIES command of the executable targets. Luis Ibanez 2010-09-05 20:54:55 +0000
  • 8dbd92f6c2 ENH: jpwl subdirectory is now build also on Unix systems. As pointed out by Winfried and Antonin, there is no reason to exclude jpwl in Unix systems. Luis Ibanez 2010-09-05 20:50:17 +0000
  • d22912349b ENH: Grouping the logic that detects getopt.c into a single .cmake file. Luis Ibanez 2010-09-05 20:15:05 +0000
  • 61595fc656 COMP: Fixing configuration for static builds. Fixing dependencies that several executables have on getopt.c, convert.c and index.c. Luis Ibanez 2010-09-01 00:52:26 +0000
  • 26e8f3fd28 COMP: Fixing configuration for static builds. Fixing dependencies that several executables have on getopt.c, convert.c and index.c. Luis Ibanez 2010-09-01 00:52:26 +0000
  • 86864a2f6c ENH: Silencing warnings from Visual Studio regardgin security of string functions, that can't be resolved in a multi-platform manner anywasys. Luis Ibanez 2010-08-31 23:44:21 +0000
  • 81f79c4c16 STYLE: This file had inconsistent ends of line (mixture of DOS and UNIX). Luis Ibanez 2010-08-31 23:38:44 +0000
  • 7c65e4c14b STYLE: This file had inconsistent ends of line (mixture of DOS and UNIX). Luis Ibanez 2010-08-31 23:38:44 +0000
  • 760205958d COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command. Given that files in "codec" look for files in "libjp3dvm", and files in "libjp3dvm" look for header files in "codec". Luis Ibanez 2010-08-31 23:37:21 +0000
  • a56fbe42a4 COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command. Given that files in "codec" look for files in "libjp3dvm", and files in "libjp3dvm" look for header files in "codec". Luis Ibanez 2010-08-31 23:37:21 +0000
  • 9427107b94 COMP: Remove requirement that png and tiff headers must be in a specific directory relative to this one. Luis Ibanez 2010-08-31 23:35:03 +0000
  • 392d33cb85 BUG: The directory compat doesn't exist. The file getopt.c is actually at this level. Luis Ibanez 2010-08-31 23:27:19 +0000
  • 75c589958a BUG: The directory compat doesn't exist. The file getopt.c is actually at this level. Luis Ibanez 2010-08-31 23:27:19 +0000
  • 3e8cad7e39 Update the XCode project file with JPWL targets Antonin Descampe 2010-08-30 10:15:32 +0000
  • e4c4d146e1 Update the README.cmake file : an instruction was missing to run the tests correctly. Antonin Descampe 2010-08-30 10:14:34 +0000
  • 6ab100903e The lrintf function should use "long" instead of "int" for the type of its internal variable. Luis Ibanez 2010-08-22 18:58:28 +0000
  • 3e5715a994 BUG: The _asm directive is not available in Visual Studio 9, 64bits. An alternative vainilla implementation has been added here, based on code from VXL, vnl_math.h. Luis Ibanez 2010-08-22 00:30:23 +0000
  • 9f446c88e8 Fix contributed by Bill Lorensen, to make it build in MinGW. Luis Ibanez 2010-08-22 00:29:14 +0000
  • 2f9e80da9c BUG: Fixing case in which the pointer the data buffers doesn't get positioned at the beginning of the buffer after a new buffer load. This case only happens when the pointer happens to be at the end of the buffer when the request for the new block arrives. Fix contributed by Bill Hoffman. Luis Ibanez 2010-08-20 21:33:43 +0000
  • 871cd3968f For backward compatibility Mathieu Malaterre 2010-08-11 09:45:39 +0000
  • e5bfc65137 Fix case Mathieu Malaterre 2010-08-11 08:47:58 +0000
  • 34e592341c Fix case Mathieu Malaterre 2010-08-11 08:47:21 +0000
  • 94b9942cd9 Update README and Makefiles to promote cmake. Fix the README.cmake file. Antonin Descampe 2010-07-07 13:00:39 +0000
  • d5f9ea9fc2 Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image). Antonin Descampe 2010-07-02 12:44:22 +0000
  • 315179c719 fix compilation with freeimage Mathieu Malaterre 2010-07-01 17:41:44 +0000
  • cab60a170d Prevent segfault later down in the pipeline Mathieu Malaterre 2010-07-01 17:40:57 +0000
  • 889aa9227b backport from trunk Mathieu Malaterre 2010-07-01 17:35:20 +0000
  • f6ed93253b Need to include png/tiff include path Mathieu Malaterre 2010-07-01 17:33:51 +0000
  • 3479749499 Synchronize branch and trunk cmakelists files Mathieu Malaterre 2010-06-29 19:09:10 +0000
  • 89eafad589 Synchronize branch and trunk cmakelists files Mathieu Malaterre 2010-06-29 19:08:58 +0000
  • 8bb5a19905 return error code upon errors Mathieu Malaterre 2010-06-29 19:08:45 +0000
  • 8dcd3318c2 Attempt to fix win32 compilation Mathieu Malaterre 2010-06-23 13:22:03 +0000
  • f71e6e7879 Finish fixing up bugs with png i/o Mathieu Malaterre 2010-06-22 19:27:35 +0000
  • 84f77a71e5 Sync with v2 branch Mathieu Malaterre 2010-06-22 19:06:29 +0000
  • 3a44c91ea3 add more test. prevent segfault Mathieu Malaterre 2010-06-22 19:06:01 +0000
  • 786dee8782 Import j2k_dump from trunk (much faster) Mathieu Malaterre 2010-06-22 18:26:15 +0000
  • da0d29e4ab Merge with v2 branch Mathieu Malaterre 2010-06-22 17:32:19 +0000
  • 5badc82fa9 Start merging change from svn trunk Mathieu Malaterre 2010-06-22 17:29:21 +0000
  • f30f4c744e Also dump the image info as well as cp info. Mathieu Malaterre 2010-06-22 14:03:52 +0000
  • 6621494d9d Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PM Mathieu Malaterre 2010-06-22 11:55:36 +0000
  • ecd70f033c Start using cmake API for easy packaging Mathieu Malaterre 2010-06-21 13:54:49 +0000
  • 0c69d6e1a8 Fix installation Mathieu Malaterre 2010-06-21 13:41:12 +0000
  • 2374885ac0 adding j2k_dump executable Mathieu Malaterre 2010-06-21 13:21:11 +0000
  • 306e58761a minor change Mathieu Malaterre 2010-06-21 12:52:56 +0000
  • eb1baa78fc test all codecs. Adding forgotten file to search for freeimage Mathieu Malaterre 2010-06-21 12:48:43 +0000
  • 414b680e53 increase coverage by testing all codecs Mathieu Malaterre 2010-06-21 12:30:28 +0000
  • b1342da5c5 make j2k_to_image return errors Mathieu Malaterre 2010-06-21 12:26:06 +0000
  • 27850206b5 add some more documentation Mathieu Malaterre 2010-06-21 12:15:51 +0000