summaryrefslogtreecommitdiff
path: root/indexer_JPIP/index_create.c
AgeCommit message (Collapse)Author
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe
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-03-24Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to ↵Francois-Olivier Devaux
Winfried for this patch.
2004-07-16USAGE-statement updatedAntonin Descampe
2004-07-16Previous version reloadedAntonin Descampe
2004-07-16Fixed bug (compatibility between index_create and j2k_decode)Antonin Descampe
2004-07-13Structure j2k_option_t deleted and option "-reduce" integrated to j2k_cp_t.Antonin Descampe
Parameters changed for j2k_decode, jp2_decode, j2k_decode_jpt_stream
2004-04-19Remove call to obsolete library unistd.hYannick Verschueren
2004-02-13 Update for version 1.0Yannick Verschueren
2003-11-27Initial revisionSebastien Lugan