summaryrefslogtreecommitdiff
path: root/codec/compat
AgeCommit message (Collapse)Author
2010-03-24Code improvements using 'g++-4.4.0' to trace the code (v2.0). Thanks to ↵Francois-Olivier Devaux
Winfried for this patch.
2008-07-31Deleting obsolete files and directories, adding v2-specific files and ↵Antonin Descampe
directories, updating existing files to v2. See README.v2 for more info
2007-12-10First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by ↵Francois-Olivier Devaux
Patrick Piscaglia of Telemis (www.telemis.com). Thank you Patrick for this new module !
2007-08-20Added support for the TGA file format in the codecFrancois-Olivier Devaux
2007-06-04Bugs corrected in decoding of command line (getopt.c), in the handling of 16 ↵Francois-Olivier Devaux
bit files (t1.c and tcd.c) and the calculation of elapsed time for multiple tiles parts (tcd.c and tdc.h).
2007-03-29Enable accepting file names with `-´ symbol .Modification getopt.cParvatha Elangovan
Rsiz profile name generation to be STD_RSIZ for profiles which are not DCI compliant.Modification in image_to_j2k.c Renamed convert_progression_order to j2k_convert_progression_order. Modification j2k.c Calculation of number of tile part in each tile in j2k_calculate_tp. Modification j2k.c j2k_setup_encoder to set bit rate limitation for digital cinema compliance with quality option. Modification in j2k.c Equation to check multiple tile precincts. Modification pi.c array size generation of pi->include in pi_initialise_encode().Modification in pi.c Modification in pi_create_encode for tile part generation.Modification in pi.c In tcd_rateallocate a variable stable_threshold which holds the valid threshold value. This is used to avoid error in case of a wrong threshold value in the last iteration. Modification in tcd.c.
2007-02-27Made get_file_format function more robust. Modifications in image_to_j2k.c, ↵Parvatha Elangovan
j2k_to_image.c, getopt.c, getopt.h
2007-02-27Added the dirent.h file used for opening and reading Directory holding image ↵Parvatha Elangovan
files. Used in image_to_j2k.c and j2k_to_image.c.
2007-02-26Option to read images from a Folder whose path is specified in the Input ↵Parvatha Elangovan
parameters by "-ImgDir" along with output decod format specified by "-OutFor" . Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h Enabling use of multi character input parameters in the codec. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h
2006-07-22ENH: Fix warning about assignment discards qualifiers from pointer target typeMathieu Malaterre
2005-12-08removed old readme and MakefileAntonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)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
2003-11-27Initial revisionSebastien Lugan