Official repository of the OpenJPEG project
Go to file
Antonin Descampe 8f3bd54c3d Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot Mathieu
- '//' replaced by '/* */'
- inclusion of int.h in int.c
- inclusion of j2k.h in int.h in order to export symbols
- adding (void) var when a variable is declared but not used
- some explicit cast
- CLOCKS_PER_SEC is declared as float in bcc55, so there is a need to cast it to int for the modulo operation
- some variables changed from float -> double
2005-11-01 10:15:34 +00:00
CVSROOT initial checkin 2003-11-27 10:07:24 +00:00
codec 1) quantization stepsizes stored as float instead of shifted integers -> fixes a pb of precision when using very small stepsizes. 2) bug fixed when decoding until bitplane 0 -> r-value (1/2) added to the coefficient. 2005-10-27 07:49:29 +00:00
indexer_JPIP USAGE-statement updated 2004-07-16 10:39:06 +00:00
j2kviewer Initial revision 2004-02-17 16:33:43 +00:00
libopenjpeg Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot Mathieu 2005-11-01 10:15:34 +00:00
mj2 Variables in Movie and Track structure initialized to avoid problems when freeing memory. 2005-05-23 09:48:44 +00:00