summaryrefslogtreecommitdiff
path: root/libopenjpeg/mqc.c
AgeCommit message (Collapse)Author
2010-04-08[v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in ↵Francois-Olivier Devaux
function "pi_create_encode". Thanks to Kent Mein for reporting this. [v1.4]Fixed problem with Borland C++ Builder (Borland C do not have lrintf). Thanks Marek Mauder for this fix.
2010-04-08Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer ↵Francois-Olivier Devaux
(thanks Peter)
2007-08-21Reworks of t1_updateflags to get rid of the shift operation. mqc_setcurctx ↵Francois-Olivier Devaux
moved to the header to allow it to be inlined into the t1.
2007-08-21Minor cleanup patch, that gets rid of a bunch of "old style declaration" ↵Francois-Olivier Devaux
warnings from Intel's compiler
2007-02-28fixed a bug in context numerotation that prevented the RESET switch to work ↵Antonin Descampe
correctly : mqc_reset_enc in mqc.c
2007-01-15Copyright updateFrancois-Olivier Devaux
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot ↵Antonin Descampe
Mathieu - '//' replaced by '/* */' - inclusion of int.h in int.c - inclusion of j2k.h in int.h in order to export symbols - adding (void) var when a variable is declared but not used - some explicit cast - CLOCKS_PER_SEC is declared as float in bcc55, so there is a need to cast it to int for the modulo operation - some variables changed from float -> double
2004-07-21Bug fixed in MQ decoder initialization (keyword comment : initbug1)Antonin Descampe
2004-04-29 Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2004-04-29 Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2004-02-13 Update for version 0.8Yannick Verschueren
2003-11-27Initial revisionSebastien Lugan