Enable accepting file names with `-´ symbol .Modification getopt.c
[openjpeg.git] / libopenjpeg / j2k.c
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
2007-03-27 Giuseppe BaruffaFollowing to Hervé's suggestions, all the exit() calls...
2007-03-21 Parvatha ElangovanFixed j2k_prog_order_list[]. Modifications in j2k.c.
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-19 Francois-Olivier... Added OPJ_LIMIT_DECODING enabling us to limit the decod...
2007-01-31 Francois-Olivier... Extra tokens at the end of #endif directive corrected...
2007-01-15 Francois-Olivier... Copyright update
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-01-18 Freeimagechanged the name of j2k_realloc to opj_realloc
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-08 Antonin Descampesmall changes to remove warnings related to signedness
2005-11-01 Antonin DescampeChanges proposed by Mathieu Malaterre from the GDCM...
2005-09-20 Antonin Descampebug fixed when asking for an index with more than ...
2005-09-13 Antonin Descampebug fixed when freeing the memory allocated if ppm...
2005-06-02 Francois-Olivier... Conversions from int to unsigned int to ensure correct...
2005-03-25 Francois-Olivier... #endif;
2005-03-16 Francois-Olivier... Modifications made to enable the decoding of a J2K...
2005-01-26 Antonin Descampe* function getopt added to the decoder (to efficiently...
2004-11-29 Antonin DescampeIndex structure adpated for other progression orders...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
2004-08-03 Antonin DescampeBetter indentation
2004-08-03 Antonin DescampeBug fixed in lossless mode
2004-07-16 Francois-Olivier... minor changes
2004-07-16 Francois-Olivier... Memory leaks at decoding fixed
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 Descampescalar_derived quantization type bug fixed (2)
2004-07-09 Antonin DescampeBug fixed for scalar_derived quantization type
2004-07-07 Francois-Olivier... j2k_encode can output data to a buffer or to a file
2004-05-07 Antonin Descampesmall changes in the INDEX-file generation (in order...
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 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-02-13 Yannick Verschueren Update for version 0.8
2003-11-27 Sebastien LuganInitial revision