| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-11-08 | This commit was manufactured by cvs2svn to create tag 'start'.start | no_author | |
| 2005-11-08 | This commit was manufactured by cvs2svn to create branch 'avendor'. | no_author | |
| 2004-07-16 | This commit was manufactured by cvs2svn to create branch 'avendor'. | no_author | |
| 2004-07-16 | Initial revision | Francois-Olivier Devaux | |
| 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 | USAGE-statement updated | Antonin Descampe | |
| 2004-07-16 | Memory leaks at decoding fixed | Francois-Olivier Devaux | |
| 2004-07-16 | Previous version reloaded | Antonin Descampe | |
| 2004-07-16 | Memory leaks at decoding fixed | Francois-Olivier Devaux | |
| 2004-07-16 | Fixed bug (compatibility between index_create and j2k_decode) | Antonin Descampe | |
| 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-16 | Comment introcudec (Created by OpenJPEG version 0.9) + Memory leaks fixed | Francois-Olivier Devaux | |
| 2004-07-15 | Bugfix Makefile / jp2.c & jp2.h | Sebastien Lugan | |
| 2004-07-14 | (Sampling + Offset) incompatibility bug fixed | Antonin Descampe | |
| 2004-07-14 | fixed bug from previous revision | Antonin Descampe | |
| 2004-07-14 | Memory leak fix + Comment inserted in codestream: "Created by OpenJPEG ↵ | Francois-Olivier Devaux | |
| version 0.9" | |||
| 2004-07-14 | Allocated memory of coding parameters (cp) freed | Francois-Olivier Devaux | |
| 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-09 | Bug fixed in pgx-format | Antonin Descampe | |
| 2004-07-07 | Added jp2.h et jp2.c to the project | 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-07-07 | Enables the decoding of JP2 files | Francois-Olivier Devaux | |
| 2004-07-07 | Enables the creation of JP2 files | Francois-Olivier Devaux | |
| 2004-07-07 | Sets the image color space for JP2 format | Francois-Olivier Devaux | |
| 2004-07-06 | Fixed bug for rate option | Francois-Olivier Devaux | |
| 2004-07-05 | *.dsp files added for Microsoft Visual Studio users | Antonin Descampe | |
| 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 | |||
| 2004-04-29 | Ajout de la possibilit� de taille de precincts diff�rente pour chaque ↵ | Antonin Descampe | |
| r�solution | |||
| 2004-04-29 | Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h') | Sebastien Lugan | |
| 2004-04-29 | Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h') | Sebastien Lugan | |
| 2004-04-19 | Change in the IFDEF due to error with Windows users | Yannick Verschueren | |
| 2004-04-19 | remove obsolete part of code in t2_encode_packet | Yannick Verschueren | |
| 2004-04-19 | Remove call to obsolete library unistd.h | Yannick Verschueren | |
| 2004-04-19 | Potential error in tcd_init around L543 with p and q | Yannick Verschueren | |
| 2004-03-15 | BMP problem solves : BMP-Images with dimension multiple of 4 presented problems | Yannick Verschueren | |
| 2004-03-05 | Update to version 0.9 : option -reduce added on decoder | Yannick Verschueren | |
| 2004-03-05 | Error message changed (obsolete pnmtoj2k) | Yannick Verschueren | |
