(thanks to Winfried for his help)
authorAntonin Descampe <antonin@gmail.com>
Wed, 8 Dec 2010 11:06:41 +0000 (11:06 +0000)
committerAntonin Descampe <antonin@gmail.com>
Wed, 8 Dec 2010 11:06:41 +0000 (11:06 +0000)
commitd08a96e2517c545b8ff2d7b89c7778eb5b1fd4ba
tree16f839d4499afc2ead2b759b22907a50bd012de3
parent59d9b97ffe35f17c71b25a749b885054cb4727d9
  (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.
45 files changed:
CHANGES
JavaOpenJPEG/JavaOpenJPEG.c
JavaOpenJPEG/JavaOpenJPEGDecoder.c
Makefile.nix
OPJ_Validate/OPJ_Validate.c
codec/CMakeLists.txt
codec/Makefile.am
codec/Makefile.nix
codec/convert.c
codec/image_to_j2k.c
codec/j2k_dump.c
codec/j2k_to_image.c
common/color.c [new file with mode: 0644]
common/color.h [new file with mode: 0644]
common/format_defs.h [new file with mode: 0644]
common/getopt.c [new file with mode: 0644]
common/getopt.h [new file with mode: 0644]
config.nix
indexer_JPIP/fix.c
indexer_JPIP/index_create.c
indexer_JPIP/j2k.h
jp3d/Makefile.nix
jp3d/codec/convert.c
jp3d/codec/jp3d_to_volume.c
jp3d/codec/volume_to_jp3d.c
jp3d/libjp3dvm/event.c
jp3d/libjp3dvm/jp3d_lib.c
jp3d/libjp3dvm/openjpeg.c
jpwl/CMakeLists.txt
jpwl/Makefile.am
jpwl/Makefile.nix
libopenjpeg/CMakeLists.txt
libopenjpeg/Makefile.am
libopenjpeg/jp2.c
libopenjpeg/jp2.h
libopenjpeg/openjpeg.h
libopenjpeg/opj_convert.c [deleted file]
libopenjpeg/opj_convert.h [deleted file]
libopenjpeg/opj_includes.h
mj2/CMakeLists.txt
mj2/Makefile.am
mj2/Makefile.nix
mj2/mj2.c
mj2/mj2_to_frames.c
mj2/mj2_to_metadata.c