summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Collapse)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 ↵Antonin Descampe
fixed_quality feature.
2005-06-02At lines 577, 692 and 699, zeroing of effective region of code-block rather ↵Francois-Olivier Devaux
than the 1024*1024 allocated integers of code-block. This optimization has been proposed by Dmitry Kolyadin. Thanks for your help !
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min ↵Francois-Olivier Devaux
and int_max at lines 800 to 830
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min ↵Francois-Olivier Devaux
at line 626 to 628
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
void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n) Code written by Glenn Pearson
2005-05-232 functions were added, to fasten buffer transfers:Francois-Olivier Devaux
void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n)
2005-03-25#endif;Francois-Olivier Devaux
replaced by #endif
2005-03-16Modifications made to enable the decoding of a J2K file headers without ↵Francois-Olivier Devaux
decoding all packets using #NO_PACKETS_DECODING Used with MJ2_to_metadata
2005-02-09YUV_DFMT addedFrancois-Olivier Devaux
2005-01-26Added layer option '-l' to the command line. This option allows user toAntonin Descampe
specify a maximum number of quality layers to be decoded.
2005-01-26* function getopt added to the decoder (to efficiently manage argumentsAntonin Descampe
in command line) * reduce_on, reduce_value grouped in a single variable reduce * up-to-date usage display * image_type renamed --> decod_format * JPEG2000_format renamed --> cod_format
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 ↵Francois-Olivier Devaux
enable new version of MJ2 module
2004-11-29Index structure adpated for other progression orders than LRCPAntonin Descampe
(thanks to Stefano Pensa)
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
* Fixed some memory leaks in the decoder (some are still present when multiple tiles!)
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
* Bug fixed in pcrl progression order (profile-1 compliance) * Change in tcd_dump
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
* empty resolution level or subband handling (comment keyword : sizebug1) * index_on field forwarded to j2k_cp_t structure
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-13* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)Antonin Descampe
* Multiplication bug fixed when dividing by 8192 (comment keyword : multbug1)
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 ↵Antonin Descampe
index data structures)
2004-05-07* Fixed_quality option added : specifying -q psnr1,psnr2,psnr3,... at the ↵Antonin Descampe
command line when encoding an image generates layers with the corresponding psnr. You have to specify values in the increase order. This option is incompatible with "-r" or "-f" options. * Old -q option is now available with -f * The INDEX-file structure has been modified and is now like this : ------------------------------ image_width image_height progression order tile_width tile_height nb_tiles_width nb_tiles_height nb_components nb_layers nb_decompositions foreach resolution_level {[precinct_width,precinct_height]} main_header_end codestream_size foreach tile { tileno start_pos end_header end_pos squarred_error_total nb_pixels mean_squarred_error } foreach tile { foreach packet { packetno tileno layerno resno compno precinctno start_pos end_pos SE_reduction } } SE max SE total -----------------------------
2004-04-30Various corrections to avoid "signed/unsigned mismatch" warnings during ↵Antonin Descampe
compilation