summaryrefslogtreecommitdiff
path: root/libopenjpeg/fix.c
AgeCommit message (Collapse)Author
2006-02-01changed function definitions of INT and FIX modules to 'inline'Freeimage
2006-01-25COMP: Fix compilation on mingw (already had itoa) and borland (need __int64)Mathieu Malaterre
2006-01-25fix.c : replaced "WIN32" by "_MSC_VER" for int64Antonin Descampe
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot ↵Antonin Descampe
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-05-26CVS testFrancois-Olivier Devaux
2005-01-03Luke Lee optimization for fix_mul... Thanks to himAntonin Descampe
2004-07-13* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)Antonin Descampe
* Multiplication bug fixed when dividing by 8192 (comment keyword : multbug1)
2004-04-29 Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2004-04-29 Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2004-04-19Change in the IFDEF due to error with Windows usersYannick Verschueren
2004-02-13 Update for version 0.8Yannick Verschueren
2003-11-27Initial revisionSebastien Lugan