Added option for Digital cinema profile compliant codestream. This can be chosen...
[openjpeg.git] / libopenjpeg / tcd.c
2007-03-07 Parvatha ElangovanAdded option for Digital cinema profile compliant codes...
2007-01-15 Francois-Olivier... Copyright update
2006-10-31 Antonin Descampefixed a cast problem in the maxlen variable
2006-10-31 Antonin Descamperemoved a debug test in the version just committed
2006-10-31 Antonin Descampeadded the ability to specify the rate as "float" (befor...
2006-02-19 Mathieu MalaterreCOMP: Fix warning about C++ comment
2006-02-18 Mathieu MalaterreSTYLE: Remove C++ comments
2006-02-12 Freeimageremoved unneeded working variables in opj_tcd_t
2006-01-31 Freeimagefixed various minor warnings occuring under icc9 and...
2006-01-27 Antonin Descampefixed two initialization problems in t1.c and tcd.c
2006-01-18 Freeimagechanged the name of j2k_realloc to opj_realloc
2005-12-08 Antonin Descampefixed a bug when specifying a rate '-r' => no distortio...
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-09 Antonin Descampeminor change for readability
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-09-21 Antonin Descampemajor change in the dwt-module, thanks to Ive (aka...
2005-09-21 Antonin Descampebug fixed when asking for an index with more than ...
2005-09-20 Antonin Descampebug fixed when asking for an index with more than ...
2005-07-18 Antonin DescampeSeveral bugs fixed when dealing with pgx-files with...
2005-06-02 Francois-Olivier... Conversions from int to unsigned int to ensure correct...
2005-01-26 Antonin Descampe* function getopt added to the decoder (to efficiently...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
2004-08-03 Antonin DescampeBetter indentation
2004-08-03 Antonin DescampeBug fixed in lossless mode
2004-07-20 Antonin Descampe* Bug fixed in jpt decoding
2004-07-16 Francois-Olivier... Memory leaks fixed (line 1592: frees data of all compon...
2004-07-14 Antonin Descampe(Sampling + Offset) incompatibility bug fixed
2004-07-14 Antonin Descampe* PPM markers handling modified (comment keyword :...
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-30 Antonin DescampeVarious corrections to avoid "signed/unsigned mismatch...
2004-04-29 Sebastien Lugan Reformatage : indent -kr -i2 -ci2 $(find . -name...
2004-04-29 Sebastien Lugan Reformatage : indent -kr $(find . -name '*.c') ...
2004-04-19 Yannick VerschuerenPotential error in tcd_init around L543 with p and q
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