fixed problems with partial decodes (non-zero value for cp_reduce) that can cause...
[openjpeg.git] / libopenjpeg / t2.c
2010-10-05 Antonin Descampefixed problems with partial decodes (non-zero value...
2008-07-31 Antonin DescampeDeleting obsolete files and directories, adding v2...
2007-12-21 Francois-Olivier... Bug fixed by David Bruken. Fixed memory allocation...
2007-12-19 Parvatha ElangovanIn pi.c, removed the Recursive function pi_check_next_l...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. The opj_tcd_cblk array is...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. This patch rearranges the...
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-18 Parvatha ElangovanFixed issues with Reading and Writing TIF images in...
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-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... Memory leaks fixed
2007-08-08 Francois-Olivier... Fixed the DCinema filesize allocation. It now includes...
2007-06-15 Francois-Olivier... Fixed the generation of index files. Now works with...
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-27 Giuseppe BaruffaFollowing to Hervé's suggestions, all the exit() calls...
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
2007-01-15 Francois-Olivier... Copyright update
2006-12-04 Francois-Olivier... First integration of JPWL code
2006-02-18 Mathieu MalaterreCOMP: Fix declaration hides parameter len
2006-02-18 Mathieu MalaterreCOMP: Fix declaration hides parameter len
2006-01-31 Freeimagefixed various minor warnings occuring under icc9 and...
2005-12-08 Antonin Descampefixed a bug when specifying a rate '-r' => no distortio...
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-01 Antonin DescampeChanges proposed by Mathieu Malaterre from the GDCM...
2005-01-26 Antonin DescampeAdded layer option '-l' to the command line. This optio...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-07-16 Antonin DescampeMinor changes for RESET mode
2004-07-14 Antonin Descampe* PPM markers handling modified (comment keyword :...
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 obsolete part of code in t2_encode_packet
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