27b894dd3ffixed 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
6aaaa3eae2changed the directory hierarchy of the whole project. See README files for details.
Antonin Descampe
2011-04-13 22:38:50 +0000
dbbad6f1b0moved "openjpeg3d" directory from the trunk to the branches directory.
Antonin Descampe
2011-04-13 15:42:01 +0000
87e4c72ee4moved "openjpeg3d" directory from the trunk to the branches directory.
Antonin Descampe
2011-04-13 15:42:01 +0000
a6f19781d7renamed 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
5ef5fc65aerenamed 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
9fba123a7aRemoved 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
91419e0e3econvert.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
74626a17dbsmall fix in configure.ac (credit to Vincent Torri)
Antonin Descampe
2011-04-12 16:18:51 +0000
70177d55b0name fixing in variables related to liblcms
Antonin Descampe
2011-03-24 09:50:20 +0000
1fd9603c55added 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
279b67c838fixed 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
19f9147e10Removed 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
6bda73eeb2fixed lt_version in configure.ac
Antonin Descampe
2011-03-10 17:08:50 +0000
9f349b0988cosmetic change for status report of ./configure
Antonin Descampe
2011-03-05 17:36:08 +0000
91bb12c9danow 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
91ce5625b5now 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
8e9997315bsmall 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
a3df1f5c5esmall 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
eb9a2d93a9updated autotools files to improve build and install procedures (credit to Vincent Torri)
Antonin Descampe
2011-03-04 10:53:27 +0000
86edc0a40eupdated autotools files to improve build and install procedures (credit to Vincent Torri)
Antonin Descampe
2011-03-04 10:53:27 +0000
89456eed51replaced "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
e023107e97now 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
af71acb043Explicitly link to the math lib on UNIX as we use floor and such symbols
Mathieu Malaterre
2011-02-16 13:59:24 +0000
e12008a718Make sure to be able to compile index_create on UNIX. Install target
Mathieu Malaterre
2011-02-16 13:55:04 +0000
c9bae1fd46removed 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
3a73ff3bc2renamed "java sources" to "java-sources" to avoid blank space in directory name
Antonin Descampe
2011-02-09 10:07:03 +0000
f36842c853cmake : fixed installed links to openjpeg.h and openjpeg3d.h
Antonin Descampe
2011-02-06 16:39:26 +0000
99c3c5a4afcmake : fixed installed links to openjpeg.h and openjpeg3d.h
Antonin Descampe
2011-02-06 16:39:26 +0000
a1920bc5c2fixed 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
9a811cb52areplaced en-dash with standard dash in jp2.c
Antonin Descampe
2011-01-30 15:38:45 +0000
d9ffba7461license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
Antonin Descampe
2011-01-29 14:15:26 +0000
55c8c2bc77license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
Antonin Descampe
2011-01-29 14:15:26 +0000
c7e17d06c8removed other VS files
Antonin Descampe
2011-01-27 10:28:45 +0000
64af129291remove 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
75fa7a8d87remove 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
5e3290a486removed obsolete VS files
Antonin Descampe
2011-01-23 19:34:26 +0000
90725df206MJ2 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
066bda52c0move 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
2514c5b550cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build
Rex Dieter
2011-01-18 17:23:04 +0000
df077e9496remove (autotools) generated files
Rex Dieter
2011-01-17 18:45:33 +0000
3f234ac21bremove (autotools) generated files
Rex Dieter
2011-01-17 18:45:33 +0000
420750f5caconvert.c: inclusion of endian.h has to be different on APPLE platforms
Antonin Descampe
2011-01-16 16:23:12 +0000
51f7cc6874followup autotools fixes, adding DESTDIR support
Rex Dieter
2011-01-13 20:18:53 +0000
c4252ed824s/libopenjpeg.pc/libopenjpeg1.pc/
Rex Dieter
2011-01-13 19:54:11 +0000
97c5fe052cfix symlink creation (cmake)
Rex Dieter
2011-01-13 19:40:48 +0000
5f1e13e770adjust autotools pkg-config support to match
Rex Dieter
2011-01-13 19:36:21 +0000
d2d6e1fd6fadd pkg-config support to cmake
Rex Dieter
2011-01-13 19:29:18 +0000
08459fd944removed forgotten debug info in imagetopnm()
Antonin Descampe
2011-01-11 08:21:13 +0000
985a163e33imagetopnm() 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
431f559f49changed report code in Makefile.am
Winfried
2011-01-07 03:20:58 +0000
7441340ab5changed report code in Makefile.am
Winfried
2011-01-07 03:20:58 +0000
50b3b5c991removed badly written tests from CTest in codec/CMakeLists.txt
Antonin Descampe
2011-01-03 22:44:59 +0000
2c38002242bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
Antonin Descampe
2011-01-02 18:10:09 +0000
73a6ed7c21bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
Antonin Descampe
2011-01-02 18:10:09 +0000
56afd80506small update to xcode project
Antonin Descampe
2011-01-02 18:03:28 +0000
407b95e35fRemoved 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
c906c230fbrevert 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
59d9b97fferevert 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
cf39198a9aadded a definition in getopt.h and an initial value in convert.c
Antonin Descampe
2010-12-05 15:10:10 +0000
1c2ed5cc33fixed 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
e33c029fdbchanged 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
eb5694ca2achanged 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
a916dcd052Fix leak in jp2_read_header_procedure() (from even.rouault, see issue 29 on googlecode)
Antonin Descampe
2010-11-25 12:15:07 +0000
389166e86efix 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
2b31495723xcode : changed to native architecture build by default
Antonin Descampe
2010-11-22 11:49:28 +0000