summaryrefslogtreecommitdiff
path: root/libopenjpeg/j2k.c
AgeCommit message (Expand)Author
2007-05-23Bug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since C...Francois-Olivier Devaux
2007-05-10Possibility to choose to apply MCT (multiple component transform) enabled, an...Francois-Olivier Devaux
2007-04-04Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification i...Parvatha Elangovan
2007-03-29Enable accepting file names with `-´ symbol .Modification getopt.cParvatha Elangovan
2007-03-27Following to Hervé's suggestions, all the exit() calls, added by JPWL strict...Giuseppe Baruffa
2007-03-21Fixed j2k_prog_order_list[]. Modifications in j2k.c.Parvatha Elangovan
2007-03-20Added feature for generation of tile parts. Modifications in image_to_j2k.c, ...Parvatha Elangovan
2007-03-07Added option for Digital cinema profile compliant codestream. This can be cho...Parvatha Elangovan
2007-02-19Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main headerFrancois-Olivier Devaux
2007-01-31Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c an...Francois-Olivier Devaux
2007-01-15Copyright updateFrancois-Olivier Devaux
2006-12-04First integration of JPWL codeFrancois-Olivier Devaux
2006-10-31added the ability to specify the rate as "float" (before : integer)Antonin Descampe
2006-01-18changed the name of j2k_realloc to opj_reallocFreeimage
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-08small changes to remove warnings related to signednessAntonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot M...Antonin Descampe
2005-09-20bug fixed when asking for an index with more than (layer*resolutions*100) pac...Antonin Descampe
2005-09-13bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is usedAntonin Descampe
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min a...Francois-Olivier Devaux
2005-03-25#endif;Francois-Olivier Devaux
2005-03-16Modifications made to enable the decoding of a J2K file headers without decod...Francois-Olivier Devaux
2005-01-26* function getopt added to the decoder (to efficiently manage argumentsAntonin Descampe
2004-11-29Index structure adpated for other progression orders than LRCPAntonin 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-16minor changesFrancois-Olivier Devaux
2004-07-16Memory leaks at decoding fixedFrancois-Olivier Devaux
2004-07-14* PPM markers handling modified (comment keyword : ppmbug1)Antonin Descampe
2004-07-13Structure j2k_option_t deleted and option "-reduce" integrated to j2k_cp_t.Antonin Descampe
2004-07-09scalar_derived quantization type bug fixed (2)Antonin Descampe
2004-07-09Bug fixed for scalar_derived quantization typeAntonin Descampe
2004-07-07j2k_encode can output data to a buffer or to a fileFrancois-Olivier Devaux
2004-05-07small changes in the INDEX-file generation (in order to only use data from in...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-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