bug fixed when asking for an index with more than (layer*resolutions*100) packets...
[openjpeg.git] / codec / j2k_to_image.c
2005-07-18 Antonin DescampeSeveral bugs fixed when dealing with pgx-files with...
2005-05-26 Antonin Descampeargv[2] replaced by outfile when writing to output...
2005-03-25 Francois-Olivier... Unused "dest" pointer removed from main()
2005-01-26 Antonin DescampeAdded layer option '-l' to the command line. This optio...
2005-01-26 Antonin Descampe* function getopt added to the decoder (to efficiently...
2004-11-26 Francois-Olivier... Modifications to increase modularity of jp2 coding...
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
2004-07-20 Antonin Descampe* Bug fixed in jpt decoding
2004-07-16 Francois-Olivier... Memory leaks at decoding fixed
2004-07-13 Antonin DescampeStructure j2k_option_t deleted and option "-reduce...
2004-07-09 Antonin DescampeBug fixed in pgx-format
2004-07-07 Francois-Olivier... Enables the decoding of JP2 files
2004-04-29 Sebastien Lugan Reformatage : indent -kr -i2 -ci2 $(find . -name...
2004-04-29 Sebastien Lugan Reformatage : indent -kr $(find . -name '*.c') ...
2004-03-05 Yannick VerschuerenUpdate to version 0.9 : option -reduce added on decoder
2004-03-01 Yannick VerschuerenErrors with some BMP file solved
2004-02-13 Yannick Verschueren Update for version 0.8
2003-11-27 Sebastien LuganInitial revision