openjpeg.git
13 years agominor changes in cmake files (from winfried)
Antonin Descampe [Wed, 17 Nov 2010 10:26:05 +0000 (10:26 +0000)]
minor changes in cmake files (from winfried)

13 years agoremoved call to dirent.h in jp3d
Antonin Descampe [Thu, 11 Nov 2010 11:37:45 +0000 (11:37 +0000)]
removed call to dirent.h in jp3d

13 years agoInstallation fixes when using CMake
Ben Boeckel [Tue, 26 Oct 2010 16:46:01 +0000 (16:46 +0000)]
Installation fixes when using CMake

13 years agoFix jp3dvm version
Ben Boeckel [Mon, 25 Oct 2010 16:04:09 +0000 (16:04 +0000)]
Fix jp3dvm version

13 years agoDon't clobber openjpeg.h from jp3d
Ben Boeckel [Fri, 22 Oct 2010 18:41:49 +0000 (18:41 +0000)]
Don't clobber openjpeg.h from jp3d

13 years agoM libopenjpeg/Makefile.in
Winfried [Fri, 22 Oct 2010 08:51:38 +0000 (08:51 +0000)]
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

13 years agofixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch...
Antonin Descampe [Thu, 21 Oct 2010 09:49:54 +0000 (09:49 +0000)]
fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch from winfried)

13 years agoM jp3d/Makefile.nix
Winfried [Mon, 18 Oct 2010 00:17:19 +0000 (00:17 +0000)]
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

13 years ago-This line, and those below, will be ignored--
Winfried [Sun, 17 Oct 2010 22:42:46 +0000 (22:42 +0000)]
-This line, and those below, will be ignored--

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

13 years ago(no commit message)
Winfried [Wed, 13 Oct 2010 15:16:48 +0000 (15:16 +0000)]

13 years ago1. The jp3d/libjp3dvm/Makefile.am has been changed:
Antonin Descampe [Sun, 10 Oct 2010 21:17:18 +0000 (21:17 +0000)]
1. The jp3d/libjp3dvm/Makefile.am has been changed:

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'.

13 years agoAdded files to let people build openjpeg with configure tools ; Added makefiles to...
Antonin Descampe [Tue, 5 Oct 2010 10:33:15 +0000 (10:33 +0000)]
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

13 years agoCOMP: Fixing configuration for static builds. Fixing dependencies that several
Luis Ibanez [Wed, 1 Sep 2010 00:52:26 +0000 (00:52 +0000)]
COMP: Fixing configuration for static builds. Fixing dependencies that several
executables have on getopt.c, convert.c and index.c.

Some refactoring is going to be required in order to have a cleaner
configuration process and make it easier to maintain.

13 years agoSTYLE: This file had inconsistent ends of line (mixture of DOS and UNIX).
Luis Ibanez [Tue, 31 Aug 2010 23:38:44 +0000 (23:38 +0000)]
STYLE: This file had inconsistent ends of line (mixture of DOS and UNIX).

13 years agoCOMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command.
Luis Ibanez [Tue, 31 Aug 2010 23:37:21 +0000 (23:37 +0000)]
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".

13 years agoBUG: The directory compat doesn't exist. The file getopt.c is actually at this level.
Luis Ibanez [Tue, 31 Aug 2010 23:27:19 +0000 (23:27 +0000)]
BUG: The directory compat doesn't exist. The file getopt.c is actually at this level.

14 years ago[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching...
Francois-Olivier Devaux [Thu, 8 Apr 2010 18:43:03 +0000 (18:43 +0000)]
[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching this.

14 years agoFixed JP3D codec file format analyzer. Thanks to Kristóf Ralovich for this patch.
Francois-Olivier Devaux [Thu, 8 Apr 2010 17:34:40 +0000 (17:34 +0000)]
Fixed JP3D codec file format analyzer. Thanks to Kristóf Ralovich for this patch.

14 years agoApplied changes to jp3d_to_volume.c that didn't pass in previous revision (rev545)
Francois-Olivier Devaux [Fri, 19 Feb 2010 13:37:27 +0000 (13:37 +0000)]
Applied changes to jp3d_to_volume.c that didn't pass in previous revision (rev545)

14 years agoJP3D Module. Fixed issue when computing the number of elements in an array that leads...
Francois-Olivier Devaux [Thu, 18 Feb 2010 16:36:21 +0000 (16:36 +0000)]
JP3D Module. Fixed issue when computing the number of elements in an array that leads to crash (thanks Kristof). Updated JP3D makefiles.

16 years agoENH: add cmake for jp3d
Mathieu Malaterre [Thu, 6 Sep 2007 10:51:38 +0000 (10:51 +0000)]
ENH: add cmake for jp3d

16 years agoMove include file that collides with system include to the correct directory (no...
Mathieu Malaterre [Thu, 6 Sep 2007 10:49:19 +0000 (10:49 +0000)]
Move include file that collides with system include to the correct directory (no need to be present for the lib, only codec need it)

17 years agoJP3D library Binaries removed from SVN.
Francois-Olivier Devaux [Thu, 10 May 2007 14:34:05 +0000 (14:34 +0000)]
JP3D library Binaries removed from SVN.

17 years agoinitial release of jp3d library and codec
Antonin Descampe [Mon, 30 Oct 2006 15:32:50 +0000 (15:32 +0000)]
initial release of jp3d library and codec