fixed help display (patch from winfried)
[openjpeg.git] / codec / j2k_to_image.c
2010-10-21 Antonin Descampefixed help display (patch from winfried)
2010-10-19 Antonin Descampefixed options and help display (patch from winfried)
2010-10-05 Antonin DescampeAdded files to let people build openjpeg with configure...
2010-09-08 Luis IbanezReverting the use of #include "openjpegConfigure.h...
2010-09-07 Luis IbanezENH: Including the new header file openjpegConfigure.h
2010-06-29 Mathieu Malaterrereturn error code upon errors
2010-06-21 Mathieu Malaterreadding j2k_dump executable
2010-03-26 Francois-Olivier... Added support for "jpc" codestreams which are equivalen...
2010-03-26 Francois-Olivier... Added support for PNG image format [Not yet functional...
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2010-03-07 Francois-Olivier... Fixed small compatibility issues with win32 in codec...
2007-11-27 Francois-Olivier... Created the file index.c in the codec directory. This...
2007-09-17 Francois-Olivier... OpenJPEG library interface modified to retain compatibi...
2007-09-17 Francois-Olivier... Fixed issues with cstr_info when codestream has compone...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-09-07 Mathieu MalaterreENH: Upon failure, properly return error code (!=0)
2007-09-06 Mathieu MalaterreENH: Fix unitialized read in img_fol (we may need a...
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-17 Francois-Olivier... Added support for RAW images. This module has been...
2007-04-10 Parvatha ElangovanAccepting "j2c" as format for Encoding and Decoding...
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
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-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-30 Francois-Olivier... Use of OPJ_PATH_LEN (defined as 4096) to be the maximum...
2007-01-15 Francois-Olivier... Copyright update
2006-12-04 Francois-Olivier... First integration of JPWL code
2006-08-18 Antonin Descampefixed a bug in j2k_to_image.c, that prevented the ...
2006-07-21 Mathieu MalaterreENH: Minor cleanup, mainly comment and line too long
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-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