summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2007-01-31Linux Makefile for the codec addedFrancois-Olivier Devaux
2007-01-30Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for ↵Francois-Olivier Devaux
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
2007-01-23! [FOD] Modification in the context numbers, to reflect what has been ↵Francois-Olivier Devaux
specified in standard, in libopenjpeg/t1.h
2006-12-07+ Antonin verified that the MacOS build of JPWL module suffered from a ↵Giuseppe Baruffa
missing definition of the "min" macro; I've added this into both jpwl.h and rs.h
2006-12-05* Better fix of the TPH EPBs bug in JPWL moduleGiuseppe Baruffa
* Fixed the UEP bug in JPWL module + Added some lines in the help of JPWL_image_to_j2k
2006-12-04Bug fix explanationGiuseppe Baruffa
2006-12-04Changes for 4th of December 2006 (bis)Francois-Olivier Devaux
2006-12-04Changes for 4th of December 2006Francois-Olivier Devaux
2006-10-31fixed a bug in the computation of the mantissa (mu)Antonin Descampe
2006-10-31added the ability to specify the rate as "float" (before : integer)Antonin Descampe
2006-08-18fixed a bug in j2k_to_image.c, that prevented the -l option to work correctly.Antonin Descampe
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-28*** empty log message ***Antonin Descampe
2006-07-22ENH: Update CMake to do proper installation. Still using the 2.2 ↵Mathieu Malaterre
installation approach for now.
2006-07-22ENH: Update on recent commitMathieu Malaterre
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-12removed unneeded working variables in opj_tcd_tFreeimage
2006-02-04fixed a bug in codec/convert.c::imagetobmpFreeimage
2006-02-01What's new ...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-31ENH: update changelog about modification for shared lib in CMake which now ↵Mathieu Malaterre
compatible with old build system
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 and add ref to doxygenMathieu Malaterre
2006-01-25STYLE: Add a lot of comments for the CMake build systemMathieu Malaterre
2006-01-25ENH: Fix compilation on mingw32 and borlandMathieu Malaterre
2006-01-25fixed a problem in convert.c when multiple commentsAntonin Descampe
2006-01-25added cmake files to the projectAntonin Descampe
2006-01-25removed all CtrlM from filesAntonin 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-25removed all CtrlM from files (openjpeg.h,t2.c,j2k_to_image.c)Antonin Descampe
2006-01-24event.c : replaced "WIN32" by "_MSC_VER" for i2aAntonin Descampe
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-18What's newFreeimage
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