ENH: Several updates: Do not need an explicit DartConfig, default inexistant file...
[openjpeg.git] / codec /
2006-02-05 Mathieu MalaterreENH: Do the proper thing for static/shared
2006-02-04 Freeimagefixed a bug in codec/convert.c::imagetobmp
2006-01-31 Freeimagefixed various minor warnings occuring under icc9 and...
2006-01-26 Freeimagefixed various minor warnings occuring under gcc, added...
2006-01-25 Mathieu MalaterreSTYLE: Add a lot of comments for the CMake build system
2006-01-25 Antonin Descampefixed a problem in convert.c when multiple comments
2006-01-25 Antonin Descampeadded cmake files to the project
2006-01-20 Antonin Descampefixed various minor warnings with gdcm patches
2005-12-08 Antonin Descamperemoved old readme and Makefile
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-10-27 Antonin Descampe1) quantization stepsizes stored as float instead of...
2005-09-13 Antonin Descampebug fixed when freeing the memory allocated if ppm...
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... Removed unused parameter in fprintf at line 618
2005-03-25 Francois-Olivier... Unused "dest" pointer removed from main()
2005-02-10 Francois-Olivier... Input file format bug fixed (2)
2005-02-10 Francois-Olivier... Input file format bug fixed
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-12-08 Francois-Olivier... Modifications in handling of JP2 files to increase...
2004-11-26 Francois-Olivier... Modifications to increase modularity of jp2 coding...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-11-05 Francois-Olivier... Help message updated
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
2004-08-04 Antonin DescampeHelp updated
2004-08-03 Antonin DescampeBetter indentation
2004-08-03 Antonin DescampeBug fixed in lossless mode
2004-08-02 Francois-Olivier... Deleted system("pause") at the end of main function
2004-07-30 Antonin DescampeBug fixed in pgx-file reading
2004-07-20 Antonin Descampe* Bug fixed in jpt decoding
2004-07-16 Francois-Olivier... Memory leaks at decoding fixed
2004-07-16 Francois-Olivier... Comment introcudec (Created by OpenJPEG version 0.9...
2004-07-14 Antonin Descampefixed bug from previous revision
2004-07-14 Francois-Olivier... Memory leak fix + Comment inserted in codestream: ...
2004-07-14 Francois-Olivier... Allocated memory of coding parameters (cp) freed
2004-07-14 Antonin Descampe* PPM markers handling modified (comment keyword :...
2004-07-13 Antonin DescampeStructure j2k_option_t deleted and option "-reduce...
2004-07-09 Antonin DescampeBug fixed in pgx-format
2004-07-07 Antonin DescampeAdded jp2.h et jp2.c to the project
2004-07-07 Francois-Olivier... Enables the decoding of JP2 files
2004-07-07 Francois-Olivier... Enables the creation of JP2 files
2004-07-07 Francois-Olivier... Sets the image color space for JP2 format
2004-07-06 Francois-Olivier... Fixed bug for rate option
2004-07-05 Antonin Descampe*.dsp files added for Microsoft Visual Studio users
2004-05-07 Antonin Descampe* Fixed_quality option added : specifying -q psnr1...
2004-04-30 Antonin DescampeVarious corrections to avoid "signed/unsigned mismatch...
2004-04-29 Antonin DescampeAjout de la possibilit� de taille de precincts diff...
2004-04-29 Sebastien Lugan Reformatage : indent -kr -i2 -ci2 $(find . -name...
2004-04-29 Sebastien Lugan Reformatage : indent -kr $(find . -name '*.c') ...
2004-04-19 Yannick VerschuerenRemove call to obsolete library unistd.h
2004-03-15 Yannick VerschuerenBMP problem solves : BMP-Images with dimension multiple...
2004-03-05 Yannick VerschuerenUpdate to version 0.9 : option -reduce added on decoder
2004-03-05 Yannick VerschuerenError message changed (obsolete pnmtoj2k)
2004-03-01 Yannick VerschuerenErrors with some BMP file solved
2004-03-01 Yannick Verschueren Errors with some BMP file solved
2004-02-13 Yannick Verschueren Update for version 0.8
2004-02-12 Sebastien Lugan Automatic creation of building directories during...
2003-11-27 Sebastien LuganInitial revision