| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-17 | remove (autotools) generated files | Rex Dieter | |
| 2011-01-07 | changed report code in Makefile.am | Winfried | |
| 2011-01-02 | bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵ | Antonin Descampe | |
| details) | |||
| 2010-12-14 | Adapted Makefile.am/Makefile.nix to build choice: shared xor static | Winfried | |
| 2010-12-10 | Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static | Winfried | |
| 2010-12-09 | renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.h | Antonin Descampe | |
| 2010-12-09 | Updated Makefile.in | Winfried | |
| 2010-12-08 | (thanks to Winfried for his help) | Antonin Descampe | |
| * [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. | |||
| 2010-12-05 | revert to previous behaviour for cmake: builds (and links) dynamically by ↵ | Antonin Descampe | |
| default. Static build only if -DBUILD_SHARED_LIBS is set to OFF. | |||
| 2010-11-28 | changed cmake behaviour: executables are now always statically linked. When ↵ | Antonin Descampe | |
| -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). | |||
| 2010-10-17 | -This line, and those below, will be ignored-- | Winfried | |
| M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am | |||
| 2010-10-05 | Added files to let people build openjpeg with configure tools ; Added ↵ | Antonin Descampe | |
| makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages | |||
| 2010-09-01 | COMP: Fixing configuration for static builds. Fixing dependencies that several | Luis Ibanez | |
| executables have on getopt.c, convert.c and index.c. Some refactoring is going to be required in order to have a cleaner configuration process and make it easier to maintain. | |||
| 2010-08-31 | COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command. | Luis Ibanez | |
| Given that files in "codec" look for files in "libjp3dvm", and files in "libjp3dvm" look for header files in "codec". | |||
| 2010-08-31 | BUG: The directory compat doesn't exist. The file getopt.c is actually at ↵ | Luis Ibanez | |
| this level. | |||
| 2010-04-08 | [v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for ↵ | Francois-Olivier Devaux | |
| catching this. | |||
| 2010-04-08 | Fixed JP3D codec file format analyzer. Thanks to Kristóf Ralovich for this ↵ | Francois-Olivier Devaux | |
| patch. | |||
| 2010-02-19 | Applied changes to jp3d_to_volume.c that didn't pass in previous revision ↵ | Francois-Olivier Devaux | |
| (rev545) | |||
| 2010-02-18 | JP3D Module. Fixed issue when computing the number of elements in an array ↵ | Francois-Olivier Devaux | |
| that leads to crash (thanks Kristof). Updated JP3D makefiles. | |||
| 2007-09-06 | ENH: add cmake for jp3d | Mathieu Malaterre | |
| 2007-09-06 | Move include file that collides with system include to the correct directory ↵ | Mathieu Malaterre | |
| (no need to be present for the lib, only codec need it) | |||
| 2006-10-30 | initial release of jp3d library and codec | Antonin Descampe | |
