openjpeg/libjp3dvm
Antonin Descampe 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.
2010-12-08 11:06:41 +00:00
..
CMakeLists.txt revert to previous behaviour for cmake: builds (and links) dynamically by default. Static build only if -DBUILD_SHARED_LIBS is set to OFF. 2010-12-05 15:19:57 +00:00
Makefile.am M libopenjpeg/Makefile.in 2010-10-22 08:51:38 +00:00
Makefile.in M libopenjpeg/Makefile.in 2010-10-22 08:51:38 +00:00
bio.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
bio.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
cio.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
cio.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
dwt.c Added files to let people build openjpeg with configure tools ; Added 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-10-05 10:33:15 +00:00
dwt.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
event.c (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
event.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
fix.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
int.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
jp3d.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
jp3d.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
jp3d_lib.c (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
jp3d_lib.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
mct.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
mct.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
mqc.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
mqc.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
openjpeg.c (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
openjpeg.h Added files to let people build openjpeg with configure tools ; Added 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-10-05 10:33:15 +00:00
opj_includes.h removed call to dirent.h in jp3d 2010-11-11 11:37:45 +00:00
pi.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
pi.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
raw.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
raw.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
t1.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
t1.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
t1_3d.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
t1_3d.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
t2.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
t2.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
tcd.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
tcd.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
tgt.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
tgt.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
volume.c initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
volume.h initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00