summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.c
AgeCommit message (Expand)Author
2007-01-15Copyright updateFrancois-Olivier Devaux
2006-10-31fixed a cast problem in the maxlen variableAntonin Descampe
2006-10-31removed a debug test in the version just committedAntonin Descampe
2006-10-31added the ability to specify the rate as "float" (before : integer)Antonin Descampe
2006-02-19COMP: Fix warning about C++ commentMathieu Malaterre
2006-02-18STYLE: Remove C++ commentsMathieu Malaterre
2006-02-12removed unneeded working variables in opj_tcd_tFreeimage
2006-01-31fixed various minor warnings occuring under icc9 and bcc32, added MSVC projec...Freeimage
2006-01-27fixed two initialization problems in t1.c and tcd.cAntonin Descampe
2006-01-18changed the name of j2k_realloc to opj_reallocFreeimage
2005-12-08fixed a bug when specifying a rate '-r' => no distortion info was available i...Antonin Descampe
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-09minor change for readabilityAntonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot M...Antonin Descampe
2005-10-271) quantization stepsizes stored as float instead of shifted integers -> fixe...Antonin Descampe
2005-09-21major change in the dwt-module, thanks to Ive (aka Reiner Wahler): thanks a l...Antonin Descampe
2005-09-21bug fixed when asking for an index with more than (layer*resolutions*100) pac...Antonin Descampe
2005-09-20bug fixed when asking for an index with more than (layer*resolutions*100) pac...Antonin Descampe
2005-07-18Several bugs fixed when dealing with pgx-files with more than 8 bpp and the f...Antonin Descampe
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min a...Francois-Olivier Devaux
2005-01-26* function getopt added to the decoder (to efficiently manage argumentsAntonin Descampe
2004-11-15fprintf correctly redirected to stderr or stdoutFrancois-Olivier Devaux
2004-08-06* Inserted tool for memory leaks fixing in debug modeAntonin Descampe
2004-08-03Better indentationAntonin Descampe
2004-08-03Bug fixed in lossless modeAntonin Descampe
2004-07-20* Bug fixed in jpt decodingAntonin Descampe
2004-07-16Memory leaks fixed (line 1592: frees data of all components of current tile)Francois-Olivier Devaux
2004-07-14(Sampling + Offset) incompatibility bug fixedAntonin Descampe
2004-07-14* PPM markers handling modified (comment keyword : ppmbug1)Antonin Descampe
2004-07-13* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)Antonin Descampe
2004-05-07* Fixed_quality option added : specifying -q psnr1,psnr2,psnr3,... at the com...Antonin Descampe
2004-04-30Various corrections to avoid "signed/unsigned mismatch" warnings during compi...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-04-19Potential error in tcd_init around L543 with p and qYannick Verschueren
2004-03-05Update to version 0.9 : option -reduce added on decoderYannick Verschueren
2004-02-13 Update for version 0.8Yannick Verschueren
2003-11-27Initial revisionSebastien Lugan