fix a compilation error
[openjpeg.git] / libopenjpeg / tcd.h
2012-08-16 Mickael Savinaudremove deprecated v1 style function tcd_decode_tile...
2012-08-16 Mickael Savinaudremove deprecated v1 style function tcd_destroy; rename...
2012-08-16 Mickael Savinaudremove deprecated v1 style function tcd_create; rename...
2012-08-16 Mickael Savinaudrename tcd functions with opj_ prefix
2012-03-15 Mickael Savinaud[trunk] modify image_to_j2k and the lib to support...
2012-03-09 Mickael Savinaud[trunk] reverted to revision 1536
2012-03-09 Mickael Savinaud[trunk] add tcd_get_encoded_tile_size in trunk from...
2012-03-02 Mathieu Malaterre[trunk] Fix a bunch of warning about C++ comments in...
2011-12-03 Mathieu MalaterreApply doxygen fixes suggested by Brad Hards on opj...
2011-10-05 Mickael Savinaud[trunk] WIP: fix the decoding process with conformance...
2011-09-27 Mickael Savinaud[trunk] WIP: add basis for a new output management...
2011-09-19 Mickael SavinaudWIP: update t1, t2, tcd to use same strut as in V2
2011-09-19 Mickael SavinaudWIP: create a new framework to output file information
2011-09-19 Mickael SavinaudWIP: new image_header struct is used and enable used...
2011-09-19 Mickael SavinaudWork In Progress: insert elements from V2 framework...
2011-05-18 Antonin Descampedefined new type "opj_bool", and new constants OPJ_FALS...
2010-10-24 Antonin DescampeFixed doxygen data inside source code (from winfried)
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. The opj_tcd_cblk array is...
2007-09-19 Parvatha ElangovanFixed issues with generation of SOP marker.
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-07-13 Francois-Olivier... (no commit message)
2007-06-04 Francois-Olivier... Bugs corrected in decoding of command line (getopt...
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
2007-01-15 Francois-Olivier... Copyright update
2006-02-12 Freeimageremoved unneeded working variables in opj_tcd_t
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-10-27 Antonin Descampe1) quantization stepsizes stored as float instead of...
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
2004-07-13 Antonin Descampe* Quantization bug fixed when using 9x7 DWT (comment...
2004-05-07 Antonin Descampe* Fixed_quality option added : specifying -q psnr1...
2004-04-29 Sebastien Lugan Reformatage : indent -kr -i2 -ci2 $(find . -name...
2004-04-29 Sebastien Lugan Reformatage : indent -kr $(find . -name '*.c') ...
2004-02-13 Yannick Verschueren Update for version 0.8
2003-11-27 Sebastien LuganInitial revision