update j2k_lib with new opj type
[openjpeg.git] / libopenjpeg / dwt.c
2012-08-17 Mickael Savinaudfix a compilation error
2012-08-17 Mickael Savinaudrename local functions and struct with opj_ prefix
2012-08-17 Mickael Savinaudrename local dwt functions
2012-08-17 Mickael Savinaudremove deprecated v1 style function dwt_encode; rename...
2012-08-16 Mickael Savinaudoptimization of dwt_deinterleave_h, dwt_deinterleave_v...
2012-08-16 Mickael Savinaudremove warnings from dwt.c
2012-03-15 Mickael Savinaud[trunk] modify image_to_j2k and the lib to support...
2012-03-02 Mathieu Malaterre[trunk] Fix a bunch of warning about C++ comments in...
2012-03-02 Mathieu Malaterre[trunk] merge rev 1228 from 1.5 to trunk
2011-10-25 Mickael Savinaud[trunk] WIP: solve problems with reading of elements...
2011-10-05 Mickael Savinaud[trunk] WIP: fix the decoding process with conformance...
2011-09-19 Mickael SavinaudWIP: update t1, t2, tcd to use same strut as in V2
2011-09-19 Mickael SavinaudWork In Progress: insert elements from V2 framework...
2011-07-28 Mickael Savinaudmanage case 0 frames inside yuv_num_frames function...
2011-02-17 Antonin Descampereplaced "long" by "size_t" in dwt.c to be sure to...
2011-01-30 Antonin Descampefixed warnings in jp2.c (signed compared to unsigned...
2010-04-08 Francois-Olivier... Significant optimizations of MCT, DWT, MQ and T1 module...
2007-12-19 Antonin Descampechanged variables names alpha, beta, gamma, delta in...
2007-11-13 Francois-Olivier... Patch by Dzonatas and Callum Lerwick. Fp/vectori...
2007-11-08 Francois-Olivier... Patches from Callum Lewick: Fixed some spelling errors...
2007-09-27 Francois-Olivier... Patch from Callum Lewick. Fixed dwt.c where an alignmen...
2007-04-05 Francois-Olivier... fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonat...
2007-01-15 Francois-Olivier... Copyright update
2006-10-31 Antonin Descampefixed a bug in the computation of the mantissa (mu)
2006-01-20 Antonin Descampefixed various minor warnings with gdcm patches
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-10-27 Antonin Descampechanged one of the 9-7 coefficients (value closer to...
2005-09-21 Antonin Descampemajor change in the dwt-module, thanks to Ive (aka...
2004-07-13 Antonin Descampe* Quantization bug fixed when using 9x7 DWT (comment...
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