| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-10 | Modification of opj_dec_server to be portable to windows | Kaori Hagihara | |
| 2011-05-09 | Removal of c99 from the compile option (to be compatible to win platform) ↵ | Kaori Hagihara | |
| and bool definition in libopenjpip/bool.h | |||
| 2011-05-09 | OpenJPIP: small bug fixes to compile on win platform | Antonin Descampe | |
| 2011-05-08 | OpenJPIP: fixed several bugs in opj_server (removal of strsep function, ↵ | Antonin Descampe | |
| duplication of query string) + some changes to compile opj_server under windows (replacement of strcasecmp(), bzero()). | |||
| 2011-04-16 | fixed a bug in mqc.c (see ↵ | Antonin Descampe | |
| https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer) | |||
| 2011-04-16 | fixed wrong path in Doxyfile.dox | Antonin Descampe | |
| 2011-04-14 | initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on ↵ | Antonin Descampe | |
| OpenJPEG (see README file in jpip directory for more details) | |||
| 2011-04-14 | fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵ | Antonin Descampe | |
| be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL | |||
| 2011-04-13 | changed the directory hierarchy of the whole project. See README files for ↵ | Antonin Descampe | |
| details. | |||
| 2011-04-13 | re-organization of openjpeg directories hierarchy : step 1 | Antonin Descampe | |
| 2011-04-13 | moved "openjpeg3d" directory from the trunk to the branches directory. | Antonin Descampe | |
| 2011-04-13 | renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a ↵ | Antonin Descampe | |
| 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-12 | Fixed internal function names conflict with Jasper ↵ | Antonin Descampe | |
| (http://code.google.com/p/openjpeg/issues/detail?id=30) | |||
| 2011-04-12 | convert.c: ENDIAN condition removed, tiftoimage and imagetotif updated ↵ | Antonin Descampe | |
| (ALPHA added for RGB and GRAY, correct handling of 12-bit precision), small bugfixes (credit to Winfried) | |||
| 2011-04-12 | small fix in configure.ac (credit to Vincent Torri) | Antonin Descampe | |
| 2011-03-30 | openjpeg.pc.cmake rewrites wrong variables (issue 67) | Rex Dieter | |
| 2011-03-24 | name fixing in variables related to liblcms | Antonin Descampe | |
| 2011-03-21 | added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped ↵ | Antonin Descampe | |
| by default with other cmake modules. | |||
| 2011-03-21 | fixed a bug that created a conflict between liblcms on the system and ↵ | Antonin Descampe | |
| liblcms2 in the thirdparty directory | |||
| 2011-03-20 | Removed the libs directory containing win32 compiled versions of libpng, ↵ | Antonin Descampe | |
| 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-10 | fixed lt_version in configure.ac | Antonin Descampe | |
| 2011-03-05 | cosmetic change for status report of ./configure | Antonin Descampe | |
| 2011-03-04 | now assume MinGW does not have dirent.h (actually have it but without ↵ | Antonin Descampe | |
| opendir function). Fixed also a WIN32 check in jp3d/libjp3dvm/openjpeg3d.h. | |||
| 2011-03-04 | small fix related to the formatting of the install report displayed at the ↵ | Antonin Descampe | |
| end of install procedure | |||
| 2011-03-04 | updated autotools files to improve build and install procedures (credit to ↵ | Antonin Descampe | |
| Vincent Torri) | |||
| 2011-02-17 | replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size. | Antonin Descampe | |
| 2011-02-17 | now allows 16-bit precision for mj2 encoding and decoding (solves Issue 49 ↵ | Antonin Descampe | |
| and Issue 63). Credit to Winfried. | |||
| 2011-02-16 | Explicitly link to the math lib on UNIX as we use floor and such symbols | Mathieu Malaterre | |
| 2011-02-16 | Make sure to be able to compile index_create on UNIX. Install target | Mathieu Malaterre | |
| 2011-02-09 | removed opj_config.h.in from svn, as it is automaticaly generated by ↵ | Antonin Descampe | |
| autoheader when calling ./bootstrap.sh | |||
| 2011-02-09 | renamed "java sources" to "java-sources" to avoid blank space in directory name | Antonin Descampe | |
| 2011-02-06 | cmake : fixed installed links to openjpeg.h and openjpeg3d.h | Antonin Descampe | |
| 2011-01-30 | fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; ↵ | Antonin Descampe | |
| removed depcomp file from trunk (automatically copied by automake in main folder) | |||
| 2011-01-30 | replaced en-dash with standard dash in jp2.c | Antonin Descampe | |
| 2011-01-29 | license header: replaced Hervcalloc by Herve, I should learn to double-check ↵ | Antonin Descampe | |
| my changes | |||
| 2011-01-29 | removed é in license header to prevent warning C4819 (see ↵ | Antonin Descampe | |
| http://code.google.com/p/openjpeg/issues/detail?id=57) | |||
| 2011-01-27 | removed other VS files | Antonin Descampe | |
| 2011-01-24 | remove more obsolete VS files. Left only mj2_to_metadata VS files, as this ↵ | Antonin Descampe | |
| is the only executable not yet handled by CMake | |||
| 2011-01-23 | removed obsolete VS files | Antonin Descampe | |
| 2011-01-23 | MJ2 module: Add two components to mj2.h: meth, enumcs ; Define or reset all ↵ | Antonin Descampe | |
| 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 | move KK definition from rs.h to rs.c to prevent duplicate symbol error when ↵ | Antonin Descampe | |
| building jpwl with autotools | |||
| 2011-01-18 | cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build | Rex Dieter | |
| 2011-01-17 | remove (autotools) generated files | Rex Dieter | |
| 2011-01-16 | convert.c: inclusion of endian.h has to be different on APPLE platforms | Antonin Descampe | |
| 2011-01-13 | followup autotools fixes, adding DESTDIR support | Rex Dieter | |
| 2011-01-13 | s/libopenjpeg.pc/libopenjpeg1.pc/ | Rex Dieter | |
| 2011-01-13 | fix symlink creation (cmake) | Rex Dieter | |
| 2011-01-13 | adjust autotools pkg-config support to match | Rex Dieter | |
| 2011-01-13 | add pkg-config support to cmake | Rex Dieter | |
| 2011-01-11 | removed forgotten debug info in imagetopnm() | Antonin Descampe | |
