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 |
Antonin Descampe
|
1fd9603c55
|
added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules.
|
2011-03-21 21:51:04 +00:00 |
Antonin Descampe
|
279b67c838
|
fixed a bug that created a conflict between liblcms on the system and liblcms2 in the thirdparty directory
|
2011-03-21 21:22:33 +00:00 |
Antonin Descampe
|
19f9147e10
|
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).
|
2011-03-20 22:45:24 +00:00 |
Antonin Descampe
|
6bda73eeb2
|
fixed lt_version in configure.ac
|
2011-03-10 17:08:50 +00:00 |
Antonin Descampe
|
9f349b0988
|
cosmetic change for status report of ./configure
|
2011-03-05 17:36:08 +00:00 |
Antonin Descampe
|
91ce5625b5
|
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.
|
2011-03-04 11:21:45 +00:00 |
Antonin Descampe
|
a3df1f5c5e
|
small fix related to the formatting of the install report displayed at the end of install procedure
|
2011-03-04 11:03:33 +00:00 |
Antonin Descampe
|
86edc0a40e
|
updated autotools files to improve build and install procedures (credit to Vincent Torri)
|
2011-03-04 10:53:27 +00:00 |
Antonin Descampe
|
89456eed51
|
replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size.
|
2011-02-17 21:11:29 +00:00 |
Antonin Descampe
|
e023107e97
|
now allows 16-bit precision for mj2 encoding and decoding (solves Issue 49 and Issue 63). Credit to Winfried.
|
2011-02-17 20:01:14 +00:00 |
Mathieu Malaterre
|
af71acb043
|
Explicitly link to the math lib on UNIX as we use floor and such symbols
|
2011-02-16 13:59:24 +00:00 |
Mathieu Malaterre
|
e12008a718
|
Make sure to be able to compile index_create on UNIX. Install target
|
2011-02-16 13:55:04 +00:00 |
Antonin Descampe
|
c9bae1fd46
|
removed opj_config.h.in from svn, as it is automaticaly generated by autoheader when calling ./bootstrap.sh
|
2011-02-09 10:42:17 +00:00 |
Antonin Descampe
|
3a73ff3bc2
|
renamed "java sources" to "java-sources" to avoid blank space in directory name
|
2011-02-09 10:07:03 +00:00 |
Antonin Descampe
|
99c3c5a4af
|
cmake : fixed installed links to openjpeg.h and openjpeg3d.h
|
2011-02-06 16:39:26 +00:00 |
Antonin Descampe
|
a1920bc5c2
|
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)
|
2011-01-30 21:33:55 +00:00 |
Antonin Descampe
|
9a811cb52a
|
replaced en-dash with standard dash in jp2.c
|
2011-01-30 15:38:45 +00:00 |
Antonin Descampe
|
55c8c2bc77
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
Antonin Descampe
|
fbffea94a9
|
removed é in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57)
|
2011-01-29 14:08:13 +00:00 |
Antonin Descampe
|
c7e17d06c8
|
removed other VS files
|
2011-01-27 10:28:45 +00:00 |
Antonin Descampe
|
75fa7a8d87
|
remove more obsolete VS files. Left only mj2_to_metadata VS files, as this is the only executable not yet handled by CMake
|
2011-01-24 22:28:21 +00:00 |
Antonin Descampe
|
5e3290a486
|
removed obsolete VS files
|
2011-01-23 19:34:26 +00:00 |
Antonin Descampe
|
90725df206
|
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)
|
2011-01-23 18:33:06 +00:00 |
Antonin Descampe
|
066bda52c0
|
move KK definition from rs.h to rs.c to prevent duplicate symbol error when building jpwl with autotools
|
2011-01-23 18:17:00 +00:00 |
Rex Dieter
|
2514c5b550
|
cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build
|
2011-01-18 17:23:04 +00:00 |
Rex Dieter
|
3f234ac21b
|
remove (autotools) generated files
|
2011-01-17 18:45:33 +00:00 |
Antonin Descampe
|
420750f5ca
|
convert.c: inclusion of endian.h has to be different on APPLE platforms
|
2011-01-16 16:23:12 +00:00 |