161891a06echanged 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
709068ef5bminor changes in header inclusions
Antonin Descampe
2010-11-15 11:08:03 +0000
2b7f6f82becomplete rewrite of opj_convert.c with correct values (from winfried)
Antonin Descampe
2010-11-15 11:06:46 +0000
3d5ba9671aremoved call to dirent.h in jp3d
Antonin Descampe
2010-11-11 11:37:45 +0000
005b1b1a4bremoved call to dirent.h in jp3d
Antonin Descampe
2010-11-11 11:37:45 +0000
3eab8f975eadd info on how to build doxygen doc with autotools
Antonin Descampe
2010-11-11 11:36:10 +0000
2a4563a677Fix installation rules in jpwl for CMake
Ben Boeckel
2010-10-28 14:34:37 +0000
8bce4c962bInstallation fixes when using CMake
Ben Boeckel
2010-10-26 16:46:01 +0000
af32de46a2Installation fixes when using CMake
Ben Boeckel
2010-10-26 16:46:01 +0000
84714b4fabFix jp3dvm version
Ben Boeckel
2010-10-25 16:04:09 +0000
f35d25c674Fix jp3dvm version
Ben Boeckel
2010-10-25 16:04:09 +0000
016ee3e702Don't clobber openjpeg.h from jp3d
Ben Boeckel
2010-10-22 18:41:49 +0000
bb9232c9d9Don't clobber openjpeg.h from jp3d
Ben Boeckel
2010-10-22 18:41:49 +0000
87cb9efb99Install man pages
Ben Boeckel
2010-10-22 18:41:17 +0000
4c9a60d4fdDefault to building shared libraries
Ben Boeckel
2010-10-22 18:40:33 +0000
e36881487dPatch to support the MSVC Win 64 builds (from szekerest)
Antonin Descampe
2010-10-22 09:45:53 +0000
56dd722fb4Currently 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
a6b59bc360M 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
c2f441840fM 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
a55ea39677M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am
Winfried
2010-10-22 04:11:41 +0000
fc668f3ec3M 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
c515199674fixed help display (patch from winfried)
Antonin Descampe
2010-10-21 09:53:13 +0000
360871c995fixed 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
b6102e207cfixed 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
ddc9a278aafixed options and help display (patch from winfried)
Antonin Descampe
2010-10-19 10:06:47 +0000
b55fd4bf46M 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
e65ef3a24fM 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
abac838cf41. The jp3d/libjp3dvm/Makefile.am has been changed:
Antonin Descampe
2010-10-10 21:17:18 +0000
106da2f51e1. The jp3d/libjp3dvm/Makefile.am has been changed:
Antonin Descampe
2010-10-10 21:17:18 +0000
72b6fdb04bfixed 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
cc01949777The 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
287be4e683minor bugs fixed (see issue 31 on googlecode - Thanks to winfried)
Antonin Descampe
2010-10-05 20:58:04 +0000
dea5c48227fixed 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
68e1771ae5fixed 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
3caa4f8f4fAdded 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
eeefefd56cAdded 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
531c0cf26fReverting 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
b7208fb525ENH: Now forcing openjpeg_JPWL to be a STATIC library.
Luis Ibanez
2010-09-07 22:29:56 +0000
dc700d5d50ENH: Now verifies if the OPJ_STATIC macro is not already defined, before it defines it.
Luis Ibanez
2010-09-07 22:24:12 +0000
00f7af7748ENH: 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
9989de4bd0COMP: 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
fcbf45ca64ENH: 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
509f7a64eaENH: The logic for defining OPJ_STATIC has now been moved to the openjpegConfigure.h file.
Luis Ibanez
2010-09-05 21:37:14 +0000
e80d147957ENH: 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
2cea89dc7dENH: Adding a configured header file at the image of config.h.
Luis Ibanez
2010-09-05 21:14:47 +0000
1a79adb3a9COMP: PNG_LIBRARIES were missing for the TARGET_LINK_LIBRARIES command of the executable targets.
Luis Ibanez
2010-09-05 20:54:55 +0000
8dbd92f6c2ENH: 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
d22912349bENH: Grouping the logic that detects getopt.c into a single .cmake file.
Luis Ibanez
2010-09-05 20:15:05 +0000
61595fc656COMP: 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
26e8f3fd28COMP: 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
86864a2f6cENH: 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
81f79c4c16STYLE: This file had inconsistent ends of line (mixture of DOS and UNIX).
Luis Ibanez
2010-08-31 23:38:44 +0000
7c65e4c14bSTYLE: This file had inconsistent ends of line (mixture of DOS and UNIX).
Luis Ibanez
2010-08-31 23:38:44 +0000
760205958dCOMP: 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
a56fbe42a4COMP: 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
9427107b94COMP: 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
392d33cb85BUG: The directory compat doesn't exist. The file getopt.c is actually at this level.
Luis Ibanez
2010-08-31 23:27:19 +0000
75c589958aBUG: The directory compat doesn't exist. The file getopt.c is actually at this level.
Luis Ibanez
2010-08-31 23:27:19 +0000
3e8cad7e39Update the XCode project file with JPWL targets
Antonin Descampe
2010-08-30 10:15:32 +0000
e4c4d146e1Update the README.cmake file : an instruction was missing to run the tests correctly.
Antonin Descampe
2010-08-30 10:14:34 +0000
6ab100903eThe lrintf function should use "long" instead of "int" for the type of its internal variable.
Luis Ibanez
2010-08-22 18:58:28 +0000
3e5715a994BUG: 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
9f446c88e8Fix contributed by Bill Lorensen, to make it build in MinGW.
Luis Ibanez
2010-08-22 00:29:14 +0000
2f9e80da9cBUG: 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