Fixed issues with Reading and Writing TIF images in convert.c to avoid segmentation...
[openjpeg.git] / codec / convert.c
2007-09-18 Parvatha ElangovanFixed issues with Reading and Writing TIF images in...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-08-20 Francois-Olivier... Added support for the TGA file format in the codec
2007-08-08 Francois-Olivier... Fixed the DCinema filesize allocation. It now includes...
2007-07-19 Francois-Olivier... Updated libtiff library version to 3.8.2 (for WIN32)
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-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-04-12 Parvatha ElangovanFixed Error in tiftoimage(). Modification in convert.c.
2007-04-10 Parvatha ElangovanAccepting "j2c" as format for Encoding and Decoding...
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
2007-02-28 Parvatha ElangovanEnabled compression of TIF image format to j2k by tifft...
2007-01-15 Francois-Olivier... Copyright update
2006-12-04 Francois-Olivier... Corrected incorrect fprintf formatting
2006-07-22 Mathieu MalaterreSTYLE: Fix style issue
2006-07-22 Mathieu MalaterreBUG: Do not leak with greyscale bmp. Solve problem...
2006-07-21 Mathieu MalaterreENH: Marking const char * what should be const char...
2006-07-21 Mathieu MalaterreENH: Minor cleanup, mainly comment and line too long
2006-02-04 Freeimagefixed a bug in codec/convert.c::imagetobmp
2006-01-31 Freeimagefixed various minor warnings occuring under icc9 and...
2006-01-25 Antonin Descampefixed a problem in convert.c when multiple comments
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-03-25 Francois-Olivier... Removed unused parameter in fprintf at line 618
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-07-30 Antonin DescampeBug fixed in pgx-file reading
2004-07-07 Francois-Olivier... Sets the image color space for JP2 format
2004-04-30 Antonin DescampeVarious corrections to avoid "signed/unsigned mismatch...
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-01 Yannick Verschueren Errors with some BMP file solved
2003-11-27 Sebastien LuganInitial revision