summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
AgeCommit message (Collapse)Author
2007-05-10MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. ↵Francois-Olivier Devaux
Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library.
2007-01-15Copyright updateFrancois-Olivier Devaux
2007-01-03JP2 module: Tests during encoding if the number of components respects the ↵Francois-Olivier Devaux
JPEG 2000 standard.
2006-01-26fixed various minor warnings occuring under gcc, added corrections proposed ↵Freeimage
in the forum
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 ↵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-20Modifications to decoding of JP2H box in order to be compatible with JP2 ↵Francois-Olivier Devaux
conformance files
2004-12-08Modularity increase in jp2_init_stdjp2 function and jp2c box functions to ↵Francois-Olivier Devaux
enable new version of MJ2 module
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
Parameters changed for j2k_decode, jp2_decode, j2k_decode_jpt_stream
2004-07-07First version of JP2 file formatFrancois-Olivier Devaux