summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
AgeCommit message (Expand)Author
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
2010-11-22reverted 'include "../opj_config.h"' to 'include "opj_config.h"'Antonin Descampe
2010-11-15minor changes in header inclusionsAntonin Descampe
2010-10-24Fixed doxygen data inside source code (from winfried)Antonin Descampe
2010-10-22Currently the Visual Studio builds are broken in the SVN. Attached a patch to...Antonin Descampe
2010-10-05Added files to let people build openjpeg with configure tools ; Added makefil...Antonin Descampe
2008-02-28Removed the J2KViewer module, which has been replaced by OPJViewer and fixed ...Francois-Olivier Devaux
2007-10-18Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thank...Francois-Olivier Devaux
2007-09-07Indexes can now be generated when decoding J2K codestreams.Francois-Olivier Devaux
2007-08-30Changed the OpenJPEG library interface to enable users to access information ...Francois-Olivier Devaux
2007-06-21Output image color space set when decoding a JP2 fileFrancois-Olivier Devaux
2007-05-10MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hen...Francois-Olivier Devaux
2007-01-15Copyright updateFrancois-Olivier Devaux
2007-01-03JP2 module: Tests during encoding if the number of components respects the JP...Francois-Olivier Devaux
2006-01-26fixed various minor warnings occuring under gcc, added corrections proposed i...Freeimage
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
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-09minor change to avoid warnings about signednessAntonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot M...Antonin Descampe
2005-10-20Modifications to decoding of JP2H box in order to be compatible with JP2 conf...Francois-Olivier Devaux
2004-12-08Modularity increase in jp2_init_stdjp2 function and jp2c box functions to ena...Francois-Olivier Devaux
2004-11-26Modifications to increase modularity of jp2 coding/decodingFrancois-Olivier Devaux
2004-10-06Small bug corrected: unsigned int to int conversion at line 417Francois-Olivier Devaux
2004-08-31Order of data written to jp2_struct->cl inversed in jp2_read_ftyp functionFrancois-Olivier Devaux
2004-07-16Bug on jp2_struct->comps memory allocation fixedFrancois-Olivier Devaux
2004-07-16Multiple tile bug fixed (line 438)Francois-Olivier Devaux
2004-07-13Structure j2k_option_t deleted and option "-reduce" integrated to j2k_cp_t.Antonin Descampe
2004-07-07First version of JP2 file formatFrancois-Olivier Devaux