summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
2005-09-13bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is usedAntonin Descampe
2005-08-01Modifications proposed by Rob Komar. Thanks for your contribution !Francois-Olivier Devaux
2005-07-18Several bugs fixed when dealing with pgx-files with more than 8 bpp and the f...Antonin Descampe
2005-06-02At lines 577, 692 and 699, zeroing of effective region of code-block rather t...Francois-Olivier Devaux
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min a...Francois-Olivier Devaux
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min a...Francois-Olivier Devaux
2005-05-26CVS testFrancois-Olivier Devaux
2005-05-26testAntonin Descampe
2005-05-26cio_read_to_buf(...) and cio_write_from_buf(...) functions syntax modificationFrancois-Olivier Devaux
2005-05-24Code optimization: t1_flags and t1_data set to zero with memsetFrancois-Olivier Devaux
2005-05-232 functions were added, to fasten buffer transfers:Francois-Olivier Devaux
2005-05-232 functions were added, to fasten buffer transfers:Francois-Olivier Devaux
2005-03-25#endif;Francois-Olivier Devaux
2005-03-16Modifications made to enable the decoding of a J2K file headers without decod...Francois-Olivier Devaux
2005-02-09YUV_DFMT addedFrancois-Olivier Devaux
2005-01-26Added layer option '-l' to the command line. This option allows user toAntonin Descampe
2005-01-26* function getopt added to the decoder (to efficiently manage argumentsAntonin Descampe
2005-01-03Luke Lee optimization for fix_mul... Thanks to himAntonin Descampe
2004-12-08Modularity increase in jp2_init_stdjp2 function and jp2c box functions to ena...Francois-Olivier Devaux
2004-11-29Index structure adpated for other progression orders than LRCPAntonin Descampe
2004-11-26Modifications to increase modularity of jp2 coding/decodingFrancois-Olivier Devaux
2004-11-15fprintf correctly redirected to stderr or stdoutFrancois-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-08-06* Inserted tool for memory leaks fixing in debug modeAntonin Descampe
2004-08-03Better indentationAntonin Descampe
2004-08-03Bug fixed in lossless modeAntonin Descampe
2004-07-21Bug fixed in MQ decoder initialization (keyword comment : initbug1)Antonin Descampe
2004-07-20* Bug fixed in jpt decodingAntonin Descampe
2004-07-16Comments addedFrancois-Olivier Devaux
2004-07-16minor changesFrancois-Olivier Devaux
2004-07-16Bug on jp2_struct->comps memory allocation fixedFrancois-Olivier Devaux
2004-07-16Memory leaks at decoding fixedFrancois-Olivier Devaux
2004-07-16Multiple tile bug fixed (line 438)Francois-Olivier Devaux
2004-07-16Memory leaks fixed (line 1592: frees data of all components of current tile)Francois-Olivier Devaux
2004-07-16Minor changes for RESET modeAntonin Descampe
2004-07-15 Bugfix Makefile / jp2.c & jp2.hSebastien Lugan
2004-07-14(Sampling + Offset) incompatibility bug fixedAntonin Descampe
2004-07-14* PPM markers handling modified (comment keyword : ppmbug1)Antonin Descampe
2004-07-13Structure j2k_option_t deleted and option "-reduce" integrated to j2k_cp_t.Antonin Descampe
2004-07-13* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)Antonin Descampe
2004-07-09scalar_derived quantization type bug fixed (2)Antonin Descampe
2004-07-09Bug fixed for scalar_derived quantization typeAntonin Descampe
2004-07-07First version of JP2 file formatFrancois-Olivier Devaux
2004-07-07Include jp2.h fileFrancois-Olivier Devaux
2004-07-07New variable in cp structure for JP2 formatFrancois-Olivier Devaux
2004-07-07j2k_encode can output data to a buffer or to a fileFrancois-Olivier Devaux
2004-05-07small changes in the INDEX-file generation (in order to only use data from in...Antonin Descampe
2004-05-07* Fixed_quality option added : specifying -q psnr1,psnr2,psnr3,... at the com...Antonin Descampe
2004-04-30Various corrections to avoid "signed/unsigned mismatch" warnings during compi...Antonin Descampe