summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Collapse)Author
2006-08-04fixed a bug in pi.c, line 473, that appeared when more than 100 precincts ↵Antonin Descampe
were generated in a resolution level
2006-07-22ENH: Update CMake to do proper installation. Still using the 2.2 ↵Mathieu Malaterre
installation approach for now.
2006-03-19fixed a bug in t1.c that prevented in some cases a true lossless compression ↵Antonin Descampe
(thanks to Don Mimlitch for reporting this bug)
2006-02-19COMP: Fix warning about C++ commentMathieu Malaterre
2006-02-18COMP: Fix declaration hides parameter lenMathieu Malaterre
2006-02-18COMP: Fix declaration hides parameter lenMathieu Malaterre
2006-02-18STYLE: Remove C++ commentsMathieu Malaterre
2006-02-12removed unneeded working variables in opj_tcd_tFreeimage
2006-02-05ENH: Do the proper thing for static/sharedMathieu Malaterre
2006-02-03added the 'static' keyword to inline functions to keep gcc happyFreeimage
2006-02-01changed function definitions of INT and FIX modules to 'inline'Freeimage
2006-01-31ENH: Update CMake to match the new shared lib system (no more def file)Mathieu Malaterre
2006-01-31fixed various minor warnings occuring under icc9 and bcc32, added MSVC ↵Freeimage
project and compiler directives to build a 'standard' WIN32 DLL
2006-01-31COMP: Fix compilation on MINGWMathieu Malaterre
2006-01-31STYLE: Remove completely reference to OPJ_EXPORTMathieu Malaterre
2006-01-31STYLE: More verbose commentsMathieu Malaterre
2006-01-31STYLE: Add more comment, also use more feature from CMake to introduce the ↵Mathieu Malaterre
VERSION number of openjpeg
2006-01-31ENH: Move to a def solution to avoid polluting header file with declspecMathieu Malaterre
2006-01-27fixed two initialization problems in t1.c and tcd.cAntonin Descampe
2006-01-26fixed various minor warnings occuring under gcc, added corrections proposed ↵Freeimage
in the forum
2006-01-25ENH: Sync with ITK repositoryMathieu Malaterre
2006-01-25STYLE: Add a lot of comments for the CMake build systemMathieu Malaterre
2006-01-25COMP: Fix compilation on mingw (already had itoa) and borland (need __int64)Mathieu Malaterre
2006-01-25added cmake files to the projectAntonin Descampe
2006-01-25fix.c : replaced "WIN32" by "_MSC_VER" for int64Antonin Descampe
2006-01-25added "OPJ_EXPORT" in openjpeg.h to generate shared lib with win32Antonin Descampe
2006-01-24event.c : replaced "WIN32" by "_MSC_VER" for i2a (line 33) + replaced win32 ↵Antonin Descampe
line breaks
2006-01-20fixed various minor warnings with gdcm patchesAntonin Descampe
2006-01-19fixed a bug in jp2_read_ihdr (need to allocate jp2->comps)Freeimage
2006-01-18fixed a bug in opj_cio_open when saving 48-bit images (wrong buffer size ↵Freeimage
calculation)
2006-01-18changed the name of j2k_realloc to opj_reallocFreeimage
2005-12-08fixed a bug when specifying a rate '-r' => no distortion info was available ↵Antonin Descampe
in the index
2005-12-08fixed a bug in t1_getwmsedec (stepsize was divided by 8192)Antonin Descampe
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-04Makefile moved to ROOT directoryAntonin Descampe
2005-12-04LibOpenJPEG project files moved to root directoryAntonin Descampe
2005-12-02add an include <sys/time.h> before <sys/resource.h>Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-11-09minor change for readabilityAntonin Descampe
2005-11-09minor change to avoid warnings about signednessAntonin Descampe
2005-11-08small changes to remove warnings related to signednessAntonin Descampe
2005-11-04small change to avoid signed/unsigned warning during compilationAntonin 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-10-27changed one of the 9-7 coefficients (value closer to the one in the std)Antonin Descampe
2005-10-271) quantization stepsizes stored as float instead of shifted integers -> ↵Antonin Descampe
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-20Modifications to decoding of JP2H box in order to be compatible with JP2 ↵Francois-Olivier Devaux
conformance files
2005-09-21major change in the dwt-module, thanks to Ive (aka Reiner Wahler): thanks a ↵Antonin Descampe
lot ! See note in dwt.c for more details.
2005-09-21bug fixed when asking for an index with more than (layer*resolutions*100) ↵Antonin Descampe
packets per tile (2nd correction)
2005-09-20bug fixed when asking for an index with more than (layer*resolutions*100) ↵Antonin Descampe
packets per tile
2005-09-13bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is usedAntonin Descampe