ENH: Fix unitialized read in img_fol (we may need a smarter initialize than memset)
[openjpeg.git] / codec / image_to_j2k.c
2007-09-06 Mathieu MalaterreENH: Fix unitialized read in img_fol (we may need a...
2007-09-06 Giuseppe BaruffaOne more field in the codestream_info struct for record...
2007-09-04 Giuseppe BaruffaAdded some fields in the codestream_info structure...
2007-08-30 Francois-Olivier... Added information regarding the end of packet position...
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-08-21 Francois-Olivier... Solved problems with codec reading from image file...
2007-08-20 Francois-Olivier... Fixed _strnicmp bug
2007-08-20 Francois-Olivier... Added support for the TGA file format in the codec
2007-07-18 Francois-Olivier... Fixed raw option to encode raw images with more than...
2007-07-17 Francois-Olivier... Added support for RAW images. This module has been...
2007-07-13 Francois-Olivier... (no commit message)
2007-06-15 Francois-Olivier... Fixed the generation of index files. Now works with...
2007-06-04 Francois-Olivier... Tipo corrected...
2007-06-04 Francois-Olivier... Bugs corrected in decoding of command line (getopt...
2007-05-31 Francois-Olivier... Fixed the handling of 16bit TIFF files for cinema compr...
2007-05-10 Francois-Olivier... Possibility to choose to apply MCT (multiple component...
2007-04-10 Parvatha ElangovanAccepting "j2c" as format for Encoding and Decoding...
2007-04-04 Parvatha ElangovanDigital cinema compliance for 4K chosen by "-cinema4K...
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
2007-03-07 Parvatha ElangovanAdded option for Digital cinema profile compliant codes...
2007-02-28 Parvatha ElangovanEnabled compression of TIF image format to j2k by tifft...
2007-02-27 Parvatha ElangovanMade get_file_format function more robust. Modification...
2007-02-26 Parvatha ElangovanOption to read images from a Folder whose path is speci...
2007-02-13 Francois-Olivier... David Fries suggestions. In image_to_j2k and j2k_to_ima...
2007-01-31 Francois-Olivier... Extra tokens at the end of #endif directive corrected...
2007-01-30 Francois-Olivier... Use of OPJ_PATH_LEN (defined as 4096) to be the maximum...
2007-01-15 Francois-Olivier... Copyright update
2006-12-05 Giuseppe Baruffa* Better fix of the TPH EPBs bug in JPWL module
2006-12-04 Francois-Olivier... First integration of JPWL code
2006-10-31 Antonin Descampeadded the ability to specify the rate as "float" (befor...
2006-10-27 Antonin Descampetestsvn2
2006-07-21 Mathieu MalaterreENH: Better solution: using the opj_version function...
2006-07-21 Mathieu MalaterreENH: Minor cleanup, mainly comment and line too long
2006-07-21 Mathieu MalaterreENH: Cannot assign const char* into a char*. At same...
2006-01-31 Freeimagefixed various minor warnings occuring under icc9 and...
2006-01-26 Freeimagefixed various minor warnings occuring under gcc, added...
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-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-02-10 Francois-Olivier... Input file format bug fixed (2)
2005-02-10 Francois-Olivier... Input file format bug fixed
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-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-07 Francois-Olivier... Enables the creation of JP2 files
2004-07-06 Francois-Olivier... Fixed bug for rate option
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-03-05 Yannick VerschuerenError message changed (obsolete pnmtoj2k)
2004-02-13 Yannick Verschueren Update for version 0.8
2003-11-27 Sebastien LuganInitial revision