| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-09-13 | bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used | Antonin Descampe | |
| 2005-08-01 | Modifications proposed by Rob Komar. Thanks for your contribution ! | Francois-Olivier Devaux | |
| 2005-07-18 | Several bugs fixed when dealing with pgx-files with more than 8 bpp and the ↵ | Antonin Descampe | |
| fixed_quality feature. | |||
| 2005-06-02 | At 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-02 | Conversions 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-02 | Conversions from int to unsigned int to ensure correct execution of int_min ↵ | Francois-Olivier Devaux | |
| at line 626 to 628 | |||
| 2005-05-26 | CVS test | Francois-Olivier Devaux | |
| 2005-05-26 | test | Antonin Descampe | |
| 2005-05-26 | cio_read_to_buf(...) and cio_write_from_buf(...) functions syntax modification | Francois-Olivier Devaux | |
| 2005-05-24 | Code optimization: t1_flags and t1_data set to zero with memset | Francois-Olivier Devaux | |
| 2005-05-23 | 2 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-23 | 2 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-16 | Modifications 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-09 | YUV_DFMT added | Francois-Olivier Devaux | |
| 2005-01-26 | Added layer option '-l' to the command line. This option allows user to | Antonin Descampe | |
| specify a maximum number of quality layers to be decoded. | |||
| 2005-01-26 | * function getopt added to the decoder (to efficiently manage arguments | Antonin 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-03 | Luke Lee optimization for fix_mul... Thanks to him | Antonin Descampe | |
| 2004-12-08 | Modularity increase in jp2_init_stdjp2 function and jp2c box functions to ↵ | Francois-Olivier Devaux | |
| enable new version of MJ2 module | |||
| 2004-11-29 | Index structure adpated for other progression orders than LRCP | Antonin Descampe | |
| (thanks to Stefano Pensa) | |||
| 2004-11-26 | Modifications to increase modularity of jp2 coding/decoding | Francois-Olivier Devaux | |
| 2004-11-15 | fprintf correctly redirected to stderr or stdout | Francois-Olivier Devaux | |
| 2004-10-06 | Small bug corrected: unsigned int to int conversion at line 417 | Francois-Olivier Devaux | |
| 2004-08-31 | Order of data written to jp2_struct->cl inversed in jp2_read_ftyp function | Francois-Olivier Devaux | |
| 2004-08-06 | * Inserted tool for memory leaks fixing in debug mode | Antonin Descampe | |
| * Fixed some memory leaks in the decoder (some are still present when multiple tiles!) | |||
| 2004-08-03 | Better indentation | Antonin Descampe | |
| 2004-08-03 | Bug fixed in lossless mode | Antonin Descampe | |
| 2004-07-21 | Bug fixed in MQ decoder initialization (keyword comment : initbug1) | Antonin Descampe | |
| 2004-07-20 | * Bug fixed in jpt decoding | Antonin Descampe | |
| * Bug fixed in pcrl progression order (profile-1 compliance) * Change in tcd_dump | |||
| 2004-07-16 | Comments added | Francois-Olivier Devaux | |
| 2004-07-16 | minor changes | Francois-Olivier Devaux | |
| 2004-07-16 | Bug on jp2_struct->comps memory allocation fixed | Francois-Olivier Devaux | |
| 2004-07-16 | Memory leaks at decoding fixed | Francois-Olivier Devaux | |
| 2004-07-16 | Multiple tile bug fixed (line 438) | Francois-Olivier Devaux | |
| 2004-07-16 | Memory leaks fixed (line 1592: frees data of all components of current tile) | Francois-Olivier Devaux | |
| 2004-07-16 | Minor changes for RESET mode | Antonin Descampe | |
| 2004-07-15 | Bugfix Makefile / jp2.c & jp2.h | Sebastien Lugan | |
| 2004-07-14 | (Sampling + Offset) incompatibility bug fixed | Antonin 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-13 | Structure 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-09 | scalar_derived quantization type bug fixed (2) | Antonin Descampe | |
| 2004-07-09 | Bug fixed for scalar_derived quantization type | Antonin Descampe | |
| 2004-07-07 | First version of JP2 file format | Francois-Olivier Devaux | |
| 2004-07-07 | Include jp2.h file | Francois-Olivier Devaux | |
| 2004-07-07 | New variable in cp structure for JP2 format | Francois-Olivier Devaux | |
| 2004-07-07 | j2k_encode can output data to a buffer or to a file | Francois-Olivier Devaux | |
| 2004-05-07 | small 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-30 | Various corrections to avoid "signed/unsigned mismatch" warnings during ↵ | Antonin Descampe | |
| compilation | |||
