removed unused parameters warnings with the solution proposed by myself and Bob Fries...
[openjpeg.git] / libopenjpeg / jp2.c
2011-08-10 Mickael Savinaudremoved unused parameters warnings with the solution...
2011-07-29 Mickael Savinaudsolve some obvious warnings for WIN platform, increase...
2011-07-03 Antonin Descampefixed handling of "jp2->meth" value (Restricted ICC...
2011-05-18 Antonin Descampedefined new type "opj_bool", and new constants OPJ_FALS...
2011-04-12 Antonin DescampeFixed internal function names conflict with Jasper...
2011-01-30 Antonin Descampefixed warnings in jp2.c (signed compared to unsigned...
2011-01-30 Antonin Descampereplaced en-dash with standard dash in jp2.c
2010-12-08 Antonin Descampe (thanks to Winfried for his help)
2010-11-22 Antonin Descampereverted 'include "../opj_config.h"' to 'include "opj_c...
2010-11-15 Antonin Descampeminor changes in header inclusions
2010-10-24 Antonin DescampeFixed doxygen data inside source code (from winfried)
2010-10-22 Antonin DescampeCurrently the Visual Studio builds are broken in the...
2010-10-05 Antonin DescampeAdded files to let people build openjpeg with configure...
2008-02-28 Francois-Olivier... Removed the J2KViewer module, which has been replaced...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-06-21 Francois-Olivier... Output image color space set when decoding a JP2 file
2007-05-10 Francois-Olivier... MJ2 codec updated from LibOpenJPEG version 0.97 to...
2007-01-15 Francois-Olivier... Copyright update
2007-01-03 Francois-Olivier... JP2 module: Tests during encoding if the number of...
2006-01-26 Freeimagefixed various minor warnings occuring under gcc, added...
2006-01-20 Antonin Descampefixed various minor warnings with gdcm patches
2006-01-19 Freeimagefixed a bug in jp2_read_ihdr (need to allocate jp2...
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-09 Antonin Descampeminor change to avoid warnings about signedness
2005-11-01 Antonin DescampeChanges proposed by Mathieu Malaterre from the GDCM...
2005-10-20 Francois-Olivier... Modifications to decoding of JP2H box in order to be...
2004-12-08 Francois-Olivier... Modularity increase in jp2_init_stdjp2 function and...
2004-11-26 Francois-Olivier... Modifications to increase modularity of jp2 coding...
2004-10-06 Francois-Olivier... Small bug corrected: unsigned int to int conversion...
2004-08-31 Francois-Olivier... Order of data written to jp2_struct->cl inversed in...
2004-07-16 Francois-Olivier... Bug on jp2_struct->comps memory allocation fixed
2004-07-16 Francois-Olivier... Multiple tile bug fixed (line 438)
2004-07-13 Antonin DescampeStructure j2k_option_t deleted and option "-reduce...
2004-07-07 Francois-Olivier... First version of JP2 file format