Vincent Torri
fda0cada0e
Added libpng 1.5 detection. Dropped libpng 1.0.* explicit detection (we are in 2011 !). Patch by Winfried.
2011-07-23 08:32:09 +00:00
Vincent Torri
a58987d082
put comments after the creation of the branch
2011-07-13 16:39:14 +00:00
Vincent Torri
0f101066f2
* added 'libopenjpeg-jpwl.pc.in'
...
* fixed substitution in libopenjpeg1.pc.in
* increase micro version to 99. When released, set minor to 5 and micro to 0
* added -lm to the linker for libopenjpeg and to the .pc file
* removed useless LCMS flags from Makefile.am for libopenjpeg
2011-07-13 16:29:22 +00:00
Antonin Descampe
cbe26cbb88
[openjpeg-1.5] JPIP : updated opj_viewer* jar files
2011-07-13 10:52:24 +00:00
Antonin Descampe
f753a1c36c
updated CHNAGES files after branch renaming
2011-07-11 17:43:08 +00:00
Antonin Descampe
c0ea54e518
branch opj-v1-branch renamed to openjpeg-1.5
2011-07-11 17:40:09 +00:00
Antonin Descampe
c85e1a10cf
opj-v1-branch created
2011-07-10 18:36:17 +00:00
Kaori Hagihara
0358177c3f
bug fixed for error concerning parameter name modification, Makefile.nix also corrected
2011-07-06 19:40:26 +00:00
Antonin Descampe
875ac79d0e
JPIP : fixed autotools to work with recent name changes
2011-07-06 10:21:25 +00:00
Kaori Hagihara
9350a47153
additional changes of parameter names and message names for image_viewer and decoding_server from JPT to JPIP-stream
2011-07-05 13:35:31 +00:00
Kaori Hagihara
6230ec13b4
add documentations
2011-07-05 12:25:37 +00:00
Kaori Hagihara
0a9cd082db
changed program and parameter names from jpt to jpip
2011-07-05 12:10:35 +00:00
Kaori Hagihara
3f5b6c7aca
changed func name parse_stream to parse_JPIPstream
2011-07-05 10:10:20 +00:00
Kaori Hagihara
826fda959c
changed parameter and file names regarding JPT-stream to JPIP-stream, which handles also JPP-stream
2011-07-04 23:00:21 +00:00
Antonin Descampe
a5130aebab
fixed bmptoimage (see http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391 )
2011-07-03 18:23:33 +00:00
Antonin Descampe
fa6aea80f5
fixed handling of "jp2->meth" value (Restricted ICC profile handling currently not implemented)
2011-07-03 17:56:49 +00:00
Antonin Descampe
b09051fd79
fixed CTest configuration files
2011-06-30 13:52:23 +00:00
Kaori Hagihara
1837d6efa0
typo miss corrections for fx,fy
2011-06-27 14:09:11 +00:00
Mathieu Malaterre
74583409ec
Fix some error with cmake
2011-06-03 13:44:58 +00:00
Mathieu Malaterre
3da66d4d79
adding partno and numpart info as part of the warning message (issue #69 )
2011-06-03 08:47:30 +00:00
Antonin Descampe
645d7cab86
fixed paths in makefile.am
2011-05-26 09:32:34 +00:00
Antonin Descampe
d737981cfe
changed Makefile to Makefile.nix to avoid having autotools overwrite them
2011-05-26 08:25:40 +00:00
Kaori Hagihara
dd51c25641
added system architecture description on the documentation
2011-05-25 12:07:39 +00:00
Antonin Descampe
b7969ce657
fixed a bug in autotools that prevented "make distcheck" to work properly (credit to Vincent Torri) ; added autotools for the "applications/jpip/tools" directory
2011-05-24 09:30:25 +00:00
Antonin Descampe
5cee7cfc40
forgot to add new Makefile.am in previous commit
2011-05-23 20:32:22 +00:00
Antonin Descampe
586581685c
fixed autotools (broken since the new directory structure) and added autotools as a build method for jpip (credit to Vincent Torri)
2011-05-23 20:30:20 +00:00
Antonin Descampe
88f43b15fa
defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)
2011-05-18 11:02:27 +00:00
Antonin Descampe
0c9f6a3ac9
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
2011-05-16 19:39:07 +00:00
Antonin Descampe
18cb325a8e
fixed part of issue 69, when tile-part index is inconsistent with the total number of tile-parts
2011-05-16 11:07:37 +00:00
Antonin Descampe
ed71feac52
xcode project file updated (now integrates openjpip)
2011-05-12 11:03:11 +00:00
Antonin Descampe
7fe3933faa
subsequent jpip-related commits to be logged in "applications/jpip/CHANGES" rather than main CHANGES file
2011-05-12 09:44:19 +00:00
Kaori Hagihara
9837e01971
opj_viewer removed the xml functions (for users without Xersus2), opj_viewer_xerces is the copy of the original viewer ( needs Xersus2)
2011-05-10 16:43:20 +00:00
Kaori Hagihara
5b1dc83382
temporal commit to resort the opj_viewer
2011-05-10 16:39:17 +00:00
Kaori Hagihara
42e5077688
Modification of opj_dec_server to be portable to windows
2011-05-10 14:42:00 +00:00
Kaori Hagihara
081178cd9a
Removal of c99 from the compile option (to be compatible to win platform) and bool definition in libopenjpip/bool.h
2011-05-09 18:11:40 +00:00
Antonin Descampe
fb29d47f0c
OpenJPIP: small bug fixes to compile on win platform
2011-05-09 09:27:48 +00:00
Antonin Descampe
1dc2654b54
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()).
2011-05-08 10:49:06 +00:00
Antonin Descampe
2a5a6416a5
fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion , credit to Peter Wimmer)
2011-04-16 12:09:16 +00:00
Antonin Descampe
175fd6692c
fixed wrong path in Doxyfile.dox
2011-04-16 12:03:45 +00:00
Antonin Descampe
31dba0b4e9
initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details)
2011-04-14 18:37:47 +00:00
Antonin Descampe
27b894dd3f
fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
2011-04-14 10:13:25 +00:00
Antonin Descampe
6aaaa3eae2
changed the directory hierarchy of the whole project. See README files for details.
2011-04-13 22:38:50 +00:00
Antonin Descampe
16f205d886
re-organization of openjpeg directories hierarchy : step 1
2011-04-13 21:01:39 +00:00
Antonin Descampe
87e4c72ee4
moved "openjpeg3d" directory from the trunk to the branches directory.
2011-04-13 15:42:01 +00:00
Antonin Descampe
5ef5fc65ae
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.
2011-04-13 15:24:36 +00:00
Antonin Descampe
e93d5a683f
Fixed internal function names conflict with Jasper ( http://code.google.com/p/openjpeg/issues/detail?id=30 )
2011-04-12 17:24:30 +00:00
Antonin Descampe
91419e0e3e
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)
2011-04-12 17:05:47 +00:00
Antonin Descampe
74626a17db
small fix in configure.ac (credit to Vincent Torri)
2011-04-12 16:18:51 +00:00
Rex Dieter
1ab46eeff2
openjpeg.pc.cmake rewrites wrong variables (issue 67)
2011-03-30 18:44:40 +00:00
Antonin Descampe
70177d55b0
name fixing in variables related to liblcms
2011-03-24 09:50:20 +00:00