Remove automatic setting of BUILDNAME for now
[openjpeg.git] / libopenjpeg / j2k.c
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2008-05-22 Antonin Descampefixed a bug in j2k.c (j2k_write_sod) that allowed to...
2008-05-22 Antonin Descampeadditional test to avoid crash due to invalid image...
2007-12-19 Parvatha ElangovanIn pi.c, removed the Recursive function pi_check_next_l...
2007-11-27 Francois-Olivier... Fixed the maximum number of resolutions a user can...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. Instead of reinventing realloc...
2007-11-05 Giuseppe BaruffaFixed a bug which prevented JPWL from working on multi...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-10-12 Francois-Olivier... Changed the way the image structure is allocated when...
2007-09-19 Parvatha ElangovanFixed issues with generation of SOP marker.
2007-09-17 Francois-Olivier... Fixed issues with cstr_info when codestream has compone...
2007-09-11 Giuseppe BaruffaJPWL encoding is finalized correctly into the JP2 file...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
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-09-03 Giuseppe BaruffaAdded the knowledge of JPSEC SEC and INSEC markers...
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-08-28 Francois-Olivier... Fixed wrong destructors called in openjpeg.c
2007-08-24 Parvatha ElangovanThe end of main header is calculated after TLM and...
2007-08-21 Francois-Olivier... Memory leaks fixed
2007-08-08 Francois-Olivier... Fixed the DCinema filesize allocation. It now includes...
2007-07-13 Francois-Olivier... (no commit message)
2007-06-15 Francois-Olivier... Fixed the generation of index files. Now works with...
2007-05-23 Francois-Olivier... Bug fixed by Sylvain Munaut. Change in the reading...
2007-05-10 Francois-Olivier... Possibility to choose to apply MCT (multiple component...
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-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