openjpeg.git
16 years agoOpenJPEG version 1.2 version.1.2
Francois-Olivier Devaux [Mon, 4 Jun 2007 14:01:59 +0000 (14:01 +0000)]
OpenJPEG version 1.2

16 years agoTipo corrected...
Francois-Olivier Devaux [Mon, 4 Jun 2007 13:32:25 +0000 (13:32 +0000)]
Tipo corrected...

16 years agoRelease of version 1.2.0
Francois-Olivier Devaux [Mon, 4 Jun 2007 13:27:25 +0000 (13:27 +0000)]
Release of version 1.2.0

16 years agoBugs corrected in decoding of command line (getopt.c), in the handling of 16 bit...
Francois-Olivier Devaux [Mon, 4 Jun 2007 13:23:26 +0000 (13:23 +0000)]
Bugs corrected in decoding of command line (getopt.c), in the handling of 16 bit files (t1.c and tcd.c) and the calculation of elapsed time for multiple tiles parts (tcd.c and tdc.h).

16 years agoOPJViewer opens now BMP, PNG, GIF, PNM, TIFF (with wxWidgets internals); added an...
Giuseppe Baruffa [Sun, 3 Jun 2007 17:34:46 +0000 (17:34 +0000)]
OPJViewer opens now BMP, PNG, GIF, PNM, TIFF (with wxWidgets internals); added an encoder settings tab, for future integration with "save file as..." in JPEG 2000 format

16 years agoFixed the handling of 16bit TIFF files for cinema compression. Modified "convert.c".
Francois-Olivier Devaux [Thu, 31 May 2007 09:13:44 +0000 (09:13 +0000)]
Fixed the handling of 16bit TIFF files for cinema compression. Modified "convert.c".
Fixed the parameters used for cinema compression (9-7 transform used instead of 5-3). Modified "image_to_j2k.c"

16 years agoBug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since COD/COC...
Francois-Olivier Devaux [Wed, 23 May 2007 16:04:50 +0000 (16:04 +0000)]
Bug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since COD/COC can be anywhere in the header, the decoder cannot always know while decoding the POC marker the value of numlayers and numresolution.

16 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "This makes the t1 data arrays...
Francois-Olivier Devaux [Tue, 22 May 2007 13:14:13 +0000 (13:14 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This makes the t1 data arrays dynamic, which greatly reduces cache thrashing. Also, some minor cleanup to prevent unnecessary casts"

16 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "Some formatting cleanups, so...
Francois-Olivier Devaux [Mon, 21 May 2007 13:08:10 +0000 (13:08 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "Some formatting cleanups, so that the long function definitions and calls fit on screen. Use of prefix increment which is theoretically faster, in
practice any sane compiler can optimize a postfix increment but its best not to count on such things. Consolidation of some redundant calculations in the inner loops, which becomes very useful in the future autovectorize patch."

16 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "This changes the flag code in...
Francois-Olivier Devaux [Mon, 21 May 2007 12:50:03 +0000 (12:50 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This changes the flag code in t1 to use a flag_t type, which can then be changed to reduce RAM usage. It is now typedef to a short."

16 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "This patch makes the t1 LUTs...
Francois-Olivier Devaux [Mon, 21 May 2007 09:44:10 +0000 (09:44 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This patch makes the t1 LUTs static. I actually intend this as a prelude to possibly eliminating some or all of the LUTs entirely."

16 years agoChanglog updated
Francois-Olivier Devaux [Tue, 15 May 2007 14:02:03 +0000 (14:02 +0000)]
Changlog updated

16 years agoJP3D library Binaries removed from SVN.
Francois-Olivier Devaux [Thu, 10 May 2007 14:34:05 +0000 (14:34 +0000)]
JP3D library Binaries removed from SVN.

16 years agoMJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence,...
Francois-Olivier Devaux [Thu, 10 May 2007 14:21:09 +0000 (14:21 +0000)]
MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library.

16 years agoPossibility to choose to apply MCT (multiple component transform) enabled, and new...
Francois-Olivier Devaux [Thu, 10 May 2007 14:13:30 +0000 (14:13 +0000)]
Possibility to choose to apply MCT (multiple component transform) enabled, and new decoding_limit: DECODE_ALL_BUT_PACKETS

16 years agoworkarounds for rendering differently sized components
Giuseppe Baruffa [Fri, 27 Apr 2007 17:20:26 +0000 (17:20 +0000)]
workarounds for rendering differently sized components

16 years agoENH: add basic instructions for cmake
Mathieu Malaterre [Thu, 26 Apr 2007 09:09:29 +0000 (09:09 +0000)]
ENH: add basic instructions for cmake

16 years agoENH: add basic instructions for cmake
Mathieu Malaterre [Thu, 26 Apr 2007 09:08:10 +0000 (09:08 +0000)]
ENH: add basic instructions for cmake

16 years agoModification of the openjpeg.h file to avoid and ABI break with v1.1, removed the...
Francois-Olivier Devaux [Wed, 25 Apr 2007 17:04:21 +0000 (17:04 +0000)]
Modification of the openjpeg.h file to avoid and ABI break with v1.1, removed the dangerous #IFDEF JPWL and added tcp_mct in cparameters.

17 years agoenable/disable decoding in OPJViewer
Giuseppe Baruffa [Sun, 22 Apr 2007 22:41:01 +0000 (22:41 +0000)]
enable/disable decoding in OPJViewer

17 years agoFixed Error in tiftoimage(). Modification in convert.c.
Parvatha Elangovan [Thu, 12 Apr 2007 10:01:48 +0000 (10:01 +0000)]
Fixed Error in tiftoimage(). Modification in convert.c.

17 years agoAccepting "j2c" as format for Encoding and Decoding. Modification in image_to_j2k.c.
Parvatha Elangovan [Tue, 10 Apr 2007 16:23:48 +0000 (16:23 +0000)]
Accepting "j2c"  as format for Encoding and Decoding. Modification in image_to_j2k.c.
Modified imagetotif() to read images with signed data. Modification in convert.c.

17 years agofix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas <dzonatas at dzonux.net...
Francois-Olivier Devaux [Thu, 5 Apr 2007 14:24:19 +0000 (14:24 +0000)]
fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas <dzonatas at dzonux.net> and Callum Lerwick <seg at haxxed.com> for these great patches !

17 years agoDigital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_...
Parvatha Elangovan [Wed, 4 Apr 2007 13:40:32 +0000 (13:40 +0000)]
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
Bit rate limitation for each color component. Modification in image_to_j2k.c, t2.c.
Modified and tested Progression order change "-POC" option. Modification in image_to_j2k.c, j2k.c, pi.c.
Function j2k_check_poc_val() to check for possible loss of packets in case of wrong POC declaration. Modification in j2k.c.
Structure T2_MODE. This tells if the t2_encode_packets() is called during Threshold calculation or in Final pass. Modification in j2k.h, tcd.c

17 years agoIncluded the license in a distinct file, which allows other projects using OpenJPEG to
Francois-Olivier Devaux [Wed, 4 Apr 2007 06:19:26 +0000 (06:19 +0000)]
Included the license in a distinct file, which allows other projects using OpenJPEG to
include it into the built package in a legally unambiguous manner.

17 years agoOPJViewer should now work under Linux, at least with not big j2k files. Tested under...
Giuseppe Baruffa [Fri, 30 Mar 2007 09:27:08 +0000 (09:27 +0000)]
OPJViewer should now work under Linux, at least with not big j2k files. Tested under Suse 10.1 64 bit.

17 years agoEnable accepting file names with `-´ symbol .Modification getopt.c
Parvatha Elangovan [Thu, 29 Mar 2007 14:15:14 +0000 (14:15 +0000)]
Enable accepting file names with `-´ symbol .Modification getopt.c
Rsiz profile name generation to be STD_RSIZ for profiles which are not DCI compliant.Modification in image_to_j2k.c
Renamed convert_progression_order to j2k_convert_progression_order. Modification j2k.c
Calculation of number of tile part in each tile in j2k_calculate_tp. Modification j2k.c
j2k_setup_encoder to set bit rate limitation for digital cinema compliance with quality option. Modification in j2k.c
Equation to check multiple tile precincts. Modification pi.c
array size generation of pi->include in pi_initialise_encode().Modification in pi.c
Modification in pi_create_encode for tile part generation.Modification in pi.c
In tcd_rateallocate a variable stable_threshold which holds the valid threshold value. This is used to avoid error in case of a wrong threshold value in the last iteration. Modification in tcd.c.

17 years agoSome coding style adaptations for compiling the OPJViewer GUI under Linux. It compile...
Giuseppe Baruffa [Thu, 29 Mar 2007 08:27:03 +0000 (08:27 +0000)]
Some coding style adaptations for compiling the OPJViewer GUI under Linux. It compiles, but does not yet display images.

17 years agoFixed an historical bug in t1.c that leaded to the inclusion of useless 0xFF in the...
Francois-Olivier Devaux [Wed, 28 Mar 2007 08:44:21 +0000 (08:44 +0000)]
Fixed an historical bug in t1.c that leaded to the inclusion of useless 0xFF in the codestream. Thanks to Sylvain, Pascal and Parvatha !

17 years agoFollowing to Hervé's suggestions, all the exit() calls, added by JPWL strict checking...
Giuseppe Baruffa [Tue, 27 Mar 2007 17:18:56 +0000 (17:18 +0000)]
Following to Hervé's suggestions, all the exit() calls, added by JPWL strict checking in t2.c and j2k.c, have been substituted with (object free'ing + opj_evt_message(EVT_ERROR) + return); added linking to TIFF library in the JPWL VC6 workspaces

17 years agoImproved parsing in OPJViewer, as well some aesthetic modifications; support for...
Giuseppe Baruffa [Tue, 27 Mar 2007 12:48:17 +0000 (12:48 +0000)]
Improved parsing in OPJViewer, as well some aesthetic modifications; support for image rendering with bit depths lower than 8 bits; can display an arbitrary frame of an MJ2 file (only in B/W, though); can reload a file; better image resizing capabilities

17 years agoFixed Makefile.osx and changed Readme.osx accordingly
Antonin Descampe [Fri, 23 Mar 2007 14:08:15 +0000 (14:08 +0000)]
Fixed Makefile.osx and changed Readme.osx accordingly

17 years agoFixed j2k_prog_order_list[]. Modifications in j2k.c.
Parvatha Elangovan [Wed, 21 Mar 2007 13:01:15 +0000 (13:01 +0000)]
Fixed j2k_prog_order_list[]. Modifications in j2k.c.
Fixed t1_decode_cblks. Modifications in t1.c.

17 years agoAdded feature for generation of tile parts. Modifications in image_to_j2k.c, openjpeg...
Parvatha Elangovan [Tue, 20 Mar 2007 17:15:18 +0000 (17:15 +0000)]
Added feature for generation of tile parts. Modifications in image_to_j2k.c, openjpeg.c, j2k.c, pi.c
Added function j2k_write_tlm(),to generate TLM marker for a Digital cinema compliant codestream. Modifications in j2k.c.

17 years agoFixed linux makefile, with help from David Fries and Guido
Francois-Olivier Devaux [Wed, 14 Mar 2007 07:35:54 +0000 (07:35 +0000)]
Fixed linux makefile, with help from David Fries and Guido

17 years agoAdded option for Digital cinema profile compliant codestream. This can be chosen...
Parvatha Elangovan [Wed, 7 Mar 2007 16:04:33 +0000 (16:04 +0000)]
Added option for Digital cinema profile compliant codestream. This can be chosen by "-cinema2K" or "-cinema4K" for a 2K and 4K compliance respectively. The feature for tileparts has not been implemented in this version. Modification in image_to_j2k.c
Added the Digital Cinema profiles (CINEMA2K and CINEMA4K) to the list of profiles recognized in the codestream SIZ marker segment. Modification in openjpeg.h,j2k.c
Added feature for constant quality within bitrate defined in Digital cinema standards. Modification in tcd.c
Modified the method of generation of buffer length. Modification in cio.c

17 years agoModified codec projects (*.dsp) and makefile to include the tiff library (modified...
Francois-Olivier Devaux [Thu, 1 Mar 2007 16:12:17 +0000 (16:12 +0000)]
Modified codec projects (*.dsp) and makefile to include the tiff library (modified codec/image_to_j2k.dsp codec/j2k_to_image.dsp and codec/makefile)

17 years agoCOMP: Fix compilation of executable linking to TIFF lib.
Mathieu Malaterre [Thu, 1 Mar 2007 14:39:31 +0000 (14:39 +0000)]
COMP: Fix compilation of executable linking to TIFF lib.

17 years agoZoom capability and decoder settings dialog in OPJViewer
Giuseppe Baruffa [Thu, 1 Mar 2007 00:01:37 +0000 (00:01 +0000)]
Zoom capability and decoder settings dialog in OPJViewer

17 years agoModified JPWL libopenjpeg library by directly embedding the JPWL functions
Giuseppe Baruffa [Wed, 28 Feb 2007 23:43:37 +0000 (23:43 +0000)]
Modified JPWL libopenjpeg library by directly embedding the JPWL functions

17 years agoadd an "ifdef WIN32" to "include malloc.h" to be compliant with non-WIN32 platforms.
Antonin Descampe [Wed, 28 Feb 2007 15:55:03 +0000 (15:55 +0000)]
add an "ifdef WIN32" to "include malloc.h" to be compliant with non-WIN32 platforms.

17 years agoEnabled compression of TIF image format to j2k by tifftoimage() and decompression...
Parvatha Elangovan [Wed, 28 Feb 2007 15:31:56 +0000 (15:31 +0000)]
Enabled compression of TIF image format to j2k by tifftoimage() and decompression of codestream to TIF image format using imagetotif(). Modifications in image_to_j2k.c, j2k_to_image.c, convert.c, convert.h

17 years agofixed a bug in context numerotation that prevented the RESET switch to work correctly...
Antonin Descampe [Wed, 28 Feb 2007 14:27:20 +0000 (14:27 +0000)]
fixed a bug in context numerotation that prevented the RESET switch to work correctly : mqc_reset_enc in mqc.c

17 years agoCorrected codec Makefile by adding the compilation of "compat/getopt.c"
Francois-Olivier Devaux [Wed, 28 Feb 2007 13:56:06 +0000 (13:56 +0000)]
Corrected codec Makefile by adding the compilation of "compat/getopt.c"

17 years agoMade get_file_format function more robust. Modifications in image_to_j2k.c, j2k_to_im...
Parvatha Elangovan [Tue, 27 Feb 2007 14:19:09 +0000 (14:19 +0000)]
Made get_file_format function more robust. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h

17 years agoAdded the dirent.h file used for opening and reading Directory holding image files...
Parvatha Elangovan [Tue, 27 Feb 2007 08:54:56 +0000 (08:54 +0000)]
Added the dirent.h file used for opening and reading Directory holding image files. Used in image_to_j2k.c and j2k_to_image.c.

17 years agoOption to read images from a Folder whose path is specified in the Input parameters...
Parvatha Elangovan [Mon, 26 Feb 2007 15:40:01 +0000 (15:40 +0000)]
Option to read images from a Folder whose path is specified in the Input parameters by "-ImgDir" along with output decod format specified by "-OutFor" . Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h
Enabling use of multi character input parameters in the codec. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h

17 years agoAdded makefile for linux build of JPWL module; added newlines at the end of JPWL...
Giuseppe Baruffa [Fri, 23 Feb 2007 18:24:49 +0000 (18:24 +0000)]
Added makefile for linux build of JPWL module; added newlines at the end of JPWL files

17 years agoChanged version number from 1.1.0 to 1.1.1 in openjpeg.h
Francois-Olivier Devaux [Fri, 23 Feb 2007 10:48:11 +0000 (10:48 +0000)]
Changed version number from 1.1.0 to 1.1.1 in openjpeg.h

17 years agoAdded Readme file for OPJViewer
Giuseppe Baruffa [Fri, 23 Feb 2007 08:59:46 +0000 (08:59 +0000)]
Added Readme file for OPJViewer

17 years agoFixed a copy-and-paste type assignment error (bool instead of int) in the JPWL sectio...
Giuseppe Baruffa [Fri, 23 Feb 2007 01:23:05 +0000 (01:23 +0000)]
Fixed a copy-and-paste type assignment error (bool instead of int) in the JPWL section of decoder parameters structure in openjpeg.h; minor type-casting in jpwl_lib.c. As a result, now OPJViewer should run correctly when built against the most current SVN trunk of LibOpenJPEG.lib

17 years agoAdded the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of the Univers...
Francois-Olivier Devaux [Thu, 22 Feb 2007 17:05:58 +0000 (17:05 +0000)]
Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of the University of Perugia

17 years agoAlgorithmic optimizations in t1.c, thanks to Guido J. !
Francois-Olivier Devaux [Wed, 21 Feb 2007 07:57:27 +0000 (07:57 +0000)]
Algorithmic optimizations in t1.c, thanks to Guido J. !

17 years agoAdded OPJ_LIMIT_DECODING enabling us to limit the decoding to main header
Francois-Olivier Devaux [Mon, 19 Feb 2007 09:59:29 +0000 (09:59 +0000)]
Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main header

17 years agoDavid Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: inste...
Francois-Olivier Devaux [Tue, 13 Feb 2007 09:00:37 +0000 (09:00 +0000)]
David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: instead of specifying the path size macro, let the compiler read the length out of the array entry.

17 years agoChange file modified. -fPIC flag used for 64-bit compilation. Move operation (rather...
Francois-Olivier Devaux [Tue, 13 Feb 2007 08:49:00 +0000 (08:49 +0000)]
Change file modified. -fPIC flag used for 64-bit compilation. Move operation (rather than copy) for the dist library creation, and -p flag added.

17 years agoExtra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_...
Francois-Olivier Devaux [Wed, 31 Jan 2007 15:19:54 +0000 (15:19 +0000)]
Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -> no more warnings in linux compilation

17 years agoLinux Makefile for the codec added
Francois-Olivier Devaux [Wed, 31 Jan 2007 14:58:22 +0000 (14:58 +0000)]
Linux Makefile for the codec added

17 years agoLinux Makefile for the codec added
Francois-Olivier Devaux [Wed, 31 Jan 2007 14:57:26 +0000 (14:57 +0000)]
Linux Makefile for the codec added

17 years agoUse of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames...
Francois-Olivier Devaux [Tue, 30 Jan 2007 10:51:29 +0000 (10:51 +0000)]
Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames instead of MAX_PATH which is not always defined. This caused some programs using OpenJPEG to crash. Modifications in openjpeg.h j2k_to_image.c and image_to_j2k.c

17 years agoCorrection of the syntax usage (line 36)
Francois-Olivier Devaux [Tue, 30 Jan 2007 10:43:56 +0000 (10:43 +0000)]
Correction of the syntax usage (line 36)

17 years ago! [FOD] Modification in the context numbers, to reflect what has been specified in...
Francois-Olivier Devaux [Tue, 23 Jan 2007 11:43:21 +0000 (11:43 +0000)]
! [FOD] Modification in the context numbers, to reflect what has been specified in standard, in libopenjpeg/t1.h

17 years agoModification of the context numbers, to reflect what has been specified in standard.
Francois-Olivier Devaux [Tue, 23 Jan 2007 11:41:16 +0000 (11:41 +0000)]
Modification of the context numbers, to reflect what has been specified in standard.

17 years agoCopyright update
Francois-Olivier Devaux [Mon, 15 Jan 2007 09:55:40 +0000 (09:55 +0000)]
Copyright update

17 years agoJP2 module: Tests during encoding if the number of components respects the JPEG 2000...
Francois-Olivier Devaux [Wed, 3 Jan 2007 15:41:50 +0000 (15:41 +0000)]
JP2 module: Tests during encoding if the number of components respects the JPEG 2000 standard.

17 years agoDefinition of USE_JPWL in doxygen file for building the corresponding documentation...
Giuseppe Baruffa [Wed, 13 Dec 2006 11:50:24 +0000 (11:50 +0000)]
Definition of USE_JPWL in doxygen file for building the corresponding documentation on JPWL module; creation of README file in JPWL directory

17 years agoMJ2 codec restructuration. Update of dsp project files properties
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:51:18 +0000 (17:51 +0000)]
MJ2 codec restructuration. Update of dsp project files properties

17 years agoMJ2 codec restructuration. Update of project files (dsp, vcproj and makefile)
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:49:30 +0000 (17:49 +0000)]
MJ2 codec restructuration. Update of project files (dsp, vcproj and makefile)

17 years agoMJ2 codec restructuration. Movec compat directory to MJ2_codec
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:17:14 +0000 (17:17 +0000)]
MJ2 codec restructuration. Movec compat directory to MJ2_codec

17 years agoMJ2 codec restructuration. Movec compat directory to MJ2_codec
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:11:50 +0000 (17:11 +0000)]
MJ2 codec restructuration. Movec compat directory to MJ2_codec

17 years agoMJ2 codec restructuration. Created MJ2_codec directory and moved MJ2 codec files...
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:09:39 +0000 (17:09 +0000)]
MJ2 codec restructuration. Created MJ2_codec directory and moved MJ2 codec files to this directory, created libopenjpeg_097 directory and moved libopenjpeg files version 0.97 to this directory

17 years agoMJ2 codec restructuration. Created libopenjpeg_097 directory and moved libopenjpeg...
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:07:44 +0000 (17:07 +0000)]
MJ2 codec restructuration. Created libopenjpeg_097 directory and moved libopenjpeg files version 0.97 to this directory

17 years agoMJ2 codec restructuration. Created MJ2_codec directory and moved M2 codec files to...
Francois-Olivier Devaux [Fri, 8 Dec 2006 17:04:31 +0000 (17:04 +0000)]
MJ2 codec restructuration. Created MJ2_codec directory and moved M2 codec files to this directory

17 years ago+ Antonin verified that the MacOS build of JPWL module suffered from a missing defini...
Giuseppe Baruffa [Thu, 7 Dec 2006 18:46:28 +0000 (18:46 +0000)]
+ Antonin verified that the MacOS build of JPWL module suffered from a missing definition of the "min" macro; I've added this into both jpwl.h and rs.h

17 years ago* Better fix of the TPH EPBs bug in JPWL module
Giuseppe Baruffa [Tue, 5 Dec 2006 18:20:04 +0000 (18:20 +0000)]
* Better fix of the TPH EPBs bug in JPWL module
* Fixed the UEP bug in JPWL module
+ Added some lines in the help of JPWL_image_to_j2k

17 years agoBug fix explanation
Giuseppe Baruffa [Mon, 4 Dec 2006 17:26:16 +0000 (17:26 +0000)]
Bug fix explanation

17 years agoSVN file properties modified (EOL handled better)
Francois-Olivier Devaux [Mon, 4 Dec 2006 16:25:52 +0000 (16:25 +0000)]
SVN file properties modified (EOL handled better)

17 years agoSVN file properties modified (EOL handled better)
Francois-Olivier Devaux [Mon, 4 Dec 2006 16:20:36 +0000 (16:20 +0000)]
SVN file properties modified (EOL handled better)

17 years agoSVN file properties modified (EOL handled better)
Francois-Olivier Devaux [Mon, 4 Dec 2006 16:16:15 +0000 (16:16 +0000)]
SVN file properties modified (EOL handled better)

17 years agoSVN file properties modified
Francois-Olivier Devaux [Mon, 4 Dec 2006 16:11:23 +0000 (16:11 +0000)]
SVN file properties modified

17 years agoSVN file properties modified
Francois-Olivier Devaux [Mon, 4 Dec 2006 16:11:05 +0000 (16:11 +0000)]
SVN file properties modified

17 years agoEOL handling
Francois-Olivier Devaux [Mon, 4 Dec 2006 16:10:24 +0000 (16:10 +0000)]
EOL handling

17 years agoVersion 1.1
Francois-Olivier Devaux [Mon, 4 Dec 2006 15:52:19 +0000 (15:52 +0000)]
Version 1.1

17 years agoFixed the following bug:
Giuseppe Baruffa [Mon, 4 Dec 2006 15:28:48 +0000 (15:28 +0000)]
Fixed the following bug:
- when using -W h,h0 the EPBs in TPHs always get a "not latest in current header" signature, even if they are really the latest.

The fix checks for additional EPBs, after the TPH one (e.g. UEP EPBs), and sets the Depb field of the TPH EPB accordingly.

17 years agoChanges for 4th of December 2006 (bis)
Francois-Olivier Devaux [Mon, 4 Dec 2006 15:22:25 +0000 (15:22 +0000)]
Changes for 4th of December 2006 (bis)

17 years agoChanges for 4th of December 2006
Francois-Olivier Devaux [Mon, 4 Dec 2006 15:18:47 +0000 (15:18 +0000)]
Changes for 4th of December 2006

17 years agoFirst integration of JPWL code
Francois-Olivier Devaux [Mon, 4 Dec 2006 14:59:33 +0000 (14:59 +0000)]
First integration of JPWL code

17 years agoCode optimization usinq vsprintf() command
Francois-Olivier Devaux [Mon, 4 Dec 2006 14:57:09 +0000 (14:57 +0000)]
Code optimization usinq vsprintf() command

17 years agoFirst integration of JPWL code
Francois-Olivier Devaux [Mon, 4 Dec 2006 14:55:38 +0000 (14:55 +0000)]
First integration of JPWL code

17 years agoFirst integration of JPWL code
Francois-Olivier Devaux [Mon, 4 Dec 2006 14:55:11 +0000 (14:55 +0000)]
First integration of JPWL code

17 years agoCorrected incorrect fprintf formatting
Francois-Olivier Devaux [Mon, 4 Dec 2006 14:52:34 +0000 (14:52 +0000)]
Corrected incorrect fprintf formatting

17 years agoJPWL version 1.0 by Universita' degli Studi di Perugia
Francois-Olivier Devaux [Mon, 4 Dec 2006 13:24:22 +0000 (13:24 +0000)]
JPWL version 1.0 by Universita' degli Studi di Perugia

17 years agoJPWL version 1.0 by Universita' degli Studi di Perugia
Francois-Olivier Devaux [Mon, 4 Dec 2006 13:23:44 +0000 (13:23 +0000)]
JPWL version 1.0 by Universita' degli Studi di Perugia

17 years agoDeleted because this directory corresponds to an old version of the JPWL library
Francois-Olivier Devaux [Mon, 4 Dec 2006 13:20:19 +0000 (13:20 +0000)]
Deleted because this directory corresponds to an old version of the JPWL library

17 years agoDeleted because this directory corresponds to an old version of the JPWL library
Francois-Olivier Devaux [Mon, 4 Dec 2006 13:20:06 +0000 (13:20 +0000)]
Deleted because this directory corresponds to an old version of the JPWL library

17 years agoDeleted because this directory corresponds to an old version of the JPWL library
Francois-Olivier Devaux [Mon, 4 Dec 2006 13:19:25 +0000 (13:19 +0000)]
Deleted because this directory corresponds to an old version of the JPWL library

17 years agoDeleted because this directory corresponds to an old version of the JPWL library
Francois-Olivier Devaux [Mon, 4 Dec 2006 13:18:53 +0000 (13:18 +0000)]
Deleted because this directory corresponds to an old version of the JPWL library

17 years agofixed a cast problem in the maxlen variable
Antonin Descampe [Tue, 31 Oct 2006 18:10:03 +0000 (18:10 +0000)]
fixed a cast problem in the maxlen variable

17 years agoremoved a debug test in the version just committed
Antonin Descampe [Tue, 31 Oct 2006 17:37:01 +0000 (17:37 +0000)]
removed a debug test in the version just committed

17 years agofixed a bug in the computation of the mantissa (mu)
Antonin Descampe [Tue, 31 Oct 2006 17:11:15 +0000 (17:11 +0000)]
fixed a bug in the computation of the mantissa (mu)