update OpenJPEGCPack.cmake with correct package names
[openjpeg.git] / libopenjpeg / t1.c
2011-12-16 Mathieu MalaterreReorder static inline when extension is found (GNU)
2011-08-11 Mickael Savinaudbackport rev[824-834] and rev[837-859] into the openjpe...
2011-08-10 Mickael Savinaudremoved unused parameters warnings with the solution...
2011-07-10 Antonin Descampeopj-v1-branch created opj-v1-branch
2011-07-10 Antonin Descampeimproved encoding speed in t1_encode_cblks (credit...
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)
2010-04-08 Francois-Olivier... Significant optimizations of MCT, DWT, MQ and T1 module...
2009-11-06 Antonin Descampefixed MCT check bug in t1_getwmsedec. See groups.google...
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-11-13 Francois-Olivier... Patch by Dzonatas and Callum Lerwick. Fp/vectori...
2007-11-08 Francois-Olivier... In t1.c, small change to avoid calling twice t1_getwmse...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-08-21 Francois-Olivier... Use <xmmintrin.h> for WIN32, else use <mm_malloc.h>
2007-08-21 Francois-Olivier... Moved the orient flipping into the ctxno_zc table.
2007-08-21 Francois-Olivier... Replaced the large ctxno_mag lookup table with a small...
2007-08-21 Francois-Olivier... Consolidated some calls to mqc_setcurctx. Cleaned up...
2007-08-21 Francois-Olivier... Reworks of t1_updateflags to get rid of the shift opera...
2007-08-21 Francois-Olivier... Aligned malloc using Intel's _mm_malloc(), cleanup...
2007-06-04 Francois-Olivier... Bugs corrected in decoding of command line (getopt...
2007-05-22 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-04-05 Francois-Olivier... fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonat...
2007-03-28 Francois-Olivier... Fixed an historical bug in t1.c that leaded to the...
2007-03-21 Parvatha ElangovanFixed j2k_prog_order_list[]. Modifications in j2k.c.
2007-02-21 Francois-Olivier... Algorithmic optimizations in t1.c, thanks to Guido...
2007-01-15 Francois-Olivier... Copyright update
2006-03-19 Antonin Descampefixed a bug in t1.c that prevented in some cases a...
2006-01-27 Antonin Descampefixed two initialization problems in t1.c and tcd.c
2005-12-08 Antonin Descampefixed a bug in t1_getwmsedec (stepsize was divided...
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-04 Antonin Descampesmall change to avoid signed/unsigned warning during...
2005-11-01 Antonin DescampeChanges proposed by Mathieu Malaterre from the GDCM...
2005-10-27 Antonin Descampe1) quantization stepsizes stored as float instead of...
2005-06-02 Francois-Olivier... At lines 577, 692 and 699, zeroing of effective region...
2005-05-24 Francois-Olivier... Code optimization: t1_flags and t1_data set to zero...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-07-16 Antonin DescampeMinor changes for RESET 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