]>
granicus.if.org Git - openjpeg/log
Antonin Descampe [Sun, 3 Jul 2011 17:56:49 +0000 (17:56 +0000)]
fixed handling of "jp2->meth" value (Restricted ICC profile handling currently not implemented)
Antonin Descampe [Thu, 30 Jun 2011 13:52:23 +0000 (13:52 +0000)]
fixed CTest configuration files
Kaori Hagihara [Mon, 27 Jun 2011 14:09:11 +0000 (14:09 +0000)]
typo miss corrections for fx,fy
Mathieu Malaterre [Fri, 3 Jun 2011 13:44:58 +0000 (13:44 +0000)]
Fix some error with cmake
Mathieu Malaterre [Fri, 3 Jun 2011 08:47:30 +0000 (08:47 +0000)]
adding partno and numpart info as part of the warning message (issue #69)
Antonin Descampe [Thu, 26 May 2011 09:32:34 +0000 (09:32 +0000)]
fixed paths in makefile.am
Antonin Descampe [Thu, 26 May 2011 08:25:40 +0000 (08:25 +0000)]
changed Makefile to Makefile.nix to avoid having autotools overwrite them
Kaori Hagihara [Wed, 25 May 2011 12:07:39 +0000 (12:07 +0000)]
added system architecture description on the documentation
Antonin Descampe [Tue, 24 May 2011 09:30:25 +0000 (09:30 +0000)]
fixed a bug in autotools that prevented "make distcheck" to work properly (credit to Vincent Torri) ; added autotools for the "applications/jpip/tools" directory
Antonin Descampe [Mon, 23 May 2011 20:32:22 +0000 (20:32 +0000)]
forgot to add new Makefile.am in previous commit
Antonin Descampe [Mon, 23 May 2011 20:30:20 +0000 (20:30 +0000)]
fixed autotools (broken since the new directory structure) and added autotools as a build method for jpip (credit to Vincent Torri)
Antonin Descampe [Wed, 18 May 2011 11:02:27 +0000 (11:02 +0000)]
defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)
Antonin Descampe [Mon, 16 May 2011 19:39:07 +0000 (19:39 +0000)]
fixed another bug related to the number of packets in a tile-part, not correctly taken into account when generating an index file during decoding
Antonin Descampe [Mon, 16 May 2011 11:07:37 +0000 (11:07 +0000)]
fixed part of issue 69, when tile-part index is inconsistent with the total number of tile-parts
Antonin Descampe [Thu, 12 May 2011 11:03:11 +0000 (11:03 +0000)]
xcode project file updated (now integrates openjpip)
Antonin Descampe [Thu, 12 May 2011 09:44:19 +0000 (09:44 +0000)]
subsequent jpip-related commits to be logged in "applications/jpip/CHANGES" rather than main CHANGES file
Kaori Hagihara [Tue, 10 May 2011 16:43:20 +0000 (16:43 +0000)]
opj_viewer removed the xml functions (for users without Xersus2), opj_viewer_xerces is the copy of the original viewer ( needs Xersus2)
Kaori Hagihara [Tue, 10 May 2011 16:39:17 +0000 (16:39 +0000)]
temporal commit to resort the opj_viewer
Kaori Hagihara [Tue, 10 May 2011 14:42:00 +0000 (14:42 +0000)]
Modification of opj_dec_server to be portable to windows
Kaori Hagihara [Mon, 9 May 2011 18:11:40 +0000 (18:11 +0000)]
Removal of c99 from the compile option (to be compatible to win platform) and bool definition in libopenjpip/bool.h
Antonin Descampe [Mon, 9 May 2011 09:27:48 +0000 (09:27 +0000)]
OpenJPIP: small bug fixes to compile on win platform
Antonin Descampe [Sun, 8 May 2011 10:49:06 +0000 (10:49 +0000)]
OpenJPIP: fixed several bugs in opj_server (removal of strsep function, duplication of query string) + some changes to compile opj_server under windows (replacement of strcasecmp(), bzero()).
Antonin Descampe [Sat, 16 Apr 2011 12:09:16 +0000 (12:09 +0000)]
fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer)
Antonin Descampe [Sat, 16 Apr 2011 12:03:45 +0000 (12:03 +0000)]
fixed wrong path in Doxyfile.dox
Antonin Descampe [Thu, 14 Apr 2011 18:37:47 +0000 (18:37 +0000)]
initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details)
Antonin Descampe [Thu, 14 Apr 2011 10:13:25 +0000 (10:13 +0000)]
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 [Wed, 13 Apr 2011 22:38:50 +0000 (22:38 +0000)]
changed the directory hierarchy of the whole project. See README files for details.
Antonin Descampe [Wed, 13 Apr 2011 21:01:39 +0000 (21:01 +0000)]
re-organization of openjpeg directories hierarchy : step 1
Antonin Descampe [Wed, 13 Apr 2011 15:42:01 +0000 (15:42 +0000)]
moved "openjpeg3d" directory from the trunk to the branches directory.
Antonin Descampe [Wed, 13 Apr 2011 15:24:36 +0000 (15:24 +0000)]
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 [Tue, 12 Apr 2011 17:24:30 +0000 (17:24 +0000)]
Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30)
Antonin Descampe [Tue, 12 Apr 2011 17:05:47 +0000 (17:05 +0000)]
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 [Tue, 12 Apr 2011 16:18:51 +0000 (16:18 +0000)]
small fix in configure.ac (credit to Vincent Torri)
Rex Dieter [Wed, 30 Mar 2011 18:44:40 +0000 (18:44 +0000)]
openjpeg.pc.cmake rewrites wrong variables (issue 67)
Antonin Descampe [Thu, 24 Mar 2011 09:50:20 +0000 (09:50 +0000)]
name fixing in variables related to liblcms
Antonin Descampe [Mon, 21 Mar 2011 21:51:04 +0000 (21:51 +0000)]
added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules.
Antonin Descampe [Mon, 21 Mar 2011 21:22:33 +0000 (21:22 +0000)]
fixed a bug that created a conflict between liblcms on the system and liblcms2 in the thirdparty directory
Antonin Descampe [Sun, 20 Mar 2011 22:45:24 +0000 (22:45 +0000)]
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 [Thu, 10 Mar 2011 17:08:50 +0000 (17:08 +0000)]
fixed lt_version in configure.ac
Antonin Descampe [Sat, 5 Mar 2011 17:36:08 +0000 (17:36 +0000)]
cosmetic change for status report of ./configure
Antonin Descampe [Fri, 4 Mar 2011 11:21:45 +0000 (11:21 +0000)]
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 [Fri, 4 Mar 2011 11:03:33 +0000 (11:03 +0000)]
small fix related to the formatting of the install report displayed at the end of install procedure
Antonin Descampe [Fri, 4 Mar 2011 10:53:27 +0000 (10:53 +0000)]
updated autotools files to improve build and install procedures (credit to Vincent Torri)
Antonin Descampe [Thu, 17 Feb 2011 21:11:29 +0000 (21:11 +0000)]
replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size.
Antonin Descampe [Thu, 17 Feb 2011 20:01:14 +0000 (20:01 +0000)]
now allows 16-bit precision for mj2 encoding and decoding (solves Issue 49 and Issue 63). Credit to Winfried.
Mathieu Malaterre [Wed, 16 Feb 2011 13:59:24 +0000 (13:59 +0000)]
Explicitly link to the math lib on UNIX as we use floor and such symbols
Mathieu Malaterre [Wed, 16 Feb 2011 13:55:04 +0000 (13:55 +0000)]
Make sure to be able to compile index_create on UNIX. Install target
Antonin Descampe [Wed, 9 Feb 2011 10:42:17 +0000 (10:42 +0000)]
removed opj_config.h.in from svn, as it is automaticaly generated by autoheader when calling ./bootstrap.sh
Antonin Descampe [Wed, 9 Feb 2011 10:07:03 +0000 (10:07 +0000)]
renamed "java sources" to "java-sources" to avoid blank space in directory name
Antonin Descampe [Sun, 6 Feb 2011 16:39:26 +0000 (16:39 +0000)]
cmake : fixed installed links to openjpeg.h and openjpeg3d.h
Antonin Descampe [Sun, 30 Jan 2011 21:33:55 +0000 (21:33 +0000)]
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 [Sun, 30 Jan 2011 15:38:45 +0000 (15:38 +0000)]
replaced en-dash with standard dash in jp2.c
Antonin Descampe [Sat, 29 Jan 2011 14:15:26 +0000 (14:15 +0000)]
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
Antonin Descampe [Sat, 29 Jan 2011 14:08:13 +0000 (14:08 +0000)]
removed é in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57)
Antonin Descampe [Thu, 27 Jan 2011 10:28:45 +0000 (10:28 +0000)]
removed other VS files
Antonin Descampe [Mon, 24 Jan 2011 22:28:21 +0000 (22:28 +0000)]
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 [Sun, 23 Jan 2011 19:34:26 +0000 (19:34 +0000)]
removed obsolete VS files
Antonin Descampe [Sun, 23 Jan 2011 18:33:06 +0000 (18:33 +0000)]
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 [Sun, 23 Jan 2011 18:17:00 +0000 (18:17 +0000)]
move KK definition from rs.h to rs.c to prevent duplicate symbol error when building jpwl with autotools
Rex Dieter [Tue, 18 Jan 2011 17:23:04 +0000 (17:23 +0000)]
cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build
Rex Dieter [Mon, 17 Jan 2011 18:45:33 +0000 (18:45 +0000)]
remove (autotools) generated files
Antonin Descampe [Sun, 16 Jan 2011 16:23:12 +0000 (16:23 +0000)]
convert.c: inclusion of endian.h has to be different on APPLE platforms
Rex Dieter [Thu, 13 Jan 2011 20:18:53 +0000 (20:18 +0000)]
followup autotools fixes, adding DESTDIR support
Rex Dieter [Thu, 13 Jan 2011 19:54:11 +0000 (19:54 +0000)]
s/libopenjpeg.pc/libopenjpeg1.pc/
Rex Dieter [Thu, 13 Jan 2011 19:40:48 +0000 (19:40 +0000)]
fix symlink creation (cmake)
Rex Dieter [Thu, 13 Jan 2011 19:36:21 +0000 (19:36 +0000)]
adjust autotools pkg-config support to match
Rex Dieter [Thu, 13 Jan 2011 19:29:18 +0000 (19:29 +0000)]
add pkg-config support to cmake
Antonin Descampe [Tue, 11 Jan 2011 08:21:13 +0000 (08:21 +0000)]
removed forgotten debug info in imagetopnm()
Antonin Descampe [Sun, 9 Jan 2011 22:54:35 +0000 (22:54 +0000)]
imagetopnm() has been rewritten to allow 16-bits precision, and PAM (P7) support. See Netpbm for more info. (patch from szukw000).
Winfried [Fri, 7 Jan 2011 03:20:58 +0000 (03:20 +0000)]
changed report code in Makefile.am
Antonin Descampe [Mon, 3 Jan 2011 22:44:59 +0000 (22:44 +0000)]
removed badly written tests from CTest in codec/CMakeLists.txt
Antonin Descampe [Sun, 2 Jan 2011 18:10:09 +0000 (18:10 +0000)]
bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
Antonin Descampe [Sun, 2 Jan 2011 18:03:28 +0000 (18:03 +0000)]
small update to xcode project
Winfried [Tue, 14 Dec 2010 03:33:31 +0000 (03:33 +0000)]
Adapted Makefile.am/Makefile.nix to build choice: shared xor static
Antonin Descampe [Sat, 11 Dec 2010 23:23:02 +0000 (23:23 +0000)]
fixed flags when building jp3d with MinGW
Winfried [Fri, 10 Dec 2010 04:27:40 +0000 (04:27 +0000)]
Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static
Antonin Descampe [Thu, 9 Dec 2010 21:44:20 +0000 (21:44 +0000)]
removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txt
Antonin Descampe [Thu, 9 Dec 2010 11:07:22 +0000 (11:07 +0000)]
updated xcode project
Antonin Descampe [Thu, 9 Dec 2010 10:34:47 +0000 (10:34 +0000)]
renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.h
Antonin Descampe [Thu, 9 Dec 2010 10:23:13 +0000 (10:23 +0000)]
removed "codec/compat/" directory
Winfried [Thu, 9 Dec 2010 01:23:46 +0000 (01:23 +0000)]
Updated Makefile.in
Winfried [Thu, 9 Dec 2010 01:11:05 +0000 (01:11 +0000)]
Removed LCMS dependencies from Makefile.am/Makefile.nix
Antonin Descampe [Wed, 8 Dec 2010 11:06:41 +0000 (11:06 +0000)]
(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 [Sun, 5 Dec 2010 15:19:57 +0000 (15:19 +0000)]
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 [Sun, 5 Dec 2010 15:10:10 +0000 (15:10 +0000)]
added a definition in getopt.h and an initial value in convert.c
Antonin Descampe [Fri, 3 Dec 2010 11:57:00 +0000 (11:57 +0000)]
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 [Sun, 28 Nov 2010 18:40:57 +0000 (18:40 +0000)]
fixed a bug in codec/convert.c that prevented to build executables with WIN32 compiler (thanks winfried)
Antonin Descampe [Sun, 28 Nov 2010 18:37:16 +0000 (18:37 +0000)]
Antonin Descampe [Sun, 28 Nov 2010 17:07:04 +0000 (17:07 +0000)]
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 [Thu, 25 Nov 2010 11:58:26 +0000 (11:58 +0000)]
fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from vincent.torri, see issue 47 on googlecode)
Antonin Descampe [Mon, 22 Nov 2010 11:49:28 +0000 (11:49 +0000)]
xcode : changed to native architecture build by default
Antonin Descampe [Mon, 22 Nov 2010 11:48:19 +0000 (11:48 +0000)]
reverted 'include "../opj_config.h"' to 'include "opj_config.h"'
Antonin Descampe [Thu, 18 Nov 2010 11:12:01 +0000 (11:12 +0000)]
xcode project : add mj2 targets
Antonin Descampe [Wed, 17 Nov 2010 10:59:21 +0000 (10:59 +0000)]
install man pages by default. install CHANGES and LICENSE
Antonin Descampe [Wed, 17 Nov 2010 10:26:05 +0000 (10:26 +0000)]
minor changes in cmake files (from winfried)
Antonin Descampe [Wed, 17 Nov 2010 08:39:24 +0000 (08:39 +0000)]
fixed missing argument in main CMakeLists.txt
Antonin Descampe [Tue, 16 Nov 2010 11:15:38 +0000 (11:15 +0000)]
minor changes in cmake flags
Antonin Descampe [Mon, 15 Nov 2010 11:12:24 +0000 (11:12 +0000)]
xcode project rewrite
Antonin Descampe [Mon, 15 Nov 2010 11:10:26 +0000 (11:10 +0000)]
changed imagetopng() function to correctly deal with non-standard bit-depths. Add png support for win32. (from winfried)
Antonin Descampe [Mon, 15 Nov 2010 11:08:03 +0000 (11:08 +0000)]
minor changes in header inclusions