summaryrefslogtreecommitdiff
path: root/codec
AgeCommit message (Collapse)Author
2007-06-04Tipo corrected...Francois-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-05-31Fixed the handling of 16bit TIFF files for cinema compression. Modified ↵Francois-Olivier Devaux
"convert.c". Fixed the parameters used for cinema compression (9-7 transform used instead of 5-3). Modified "image_to_j2k.c"
2007-05-10Possibility to choose to apply MCT (multiple component transform) enabled, ↵Francois-Olivier Devaux
and new decoding_limit: DECODE_ALL_BUT_PACKETS
2007-04-12Fixed Error in tiftoimage(). Modification in convert.c.Parvatha Elangovan
2007-04-10Accepting "j2c" as format for Encoding and Decoding. Modification in ↵Parvatha Elangovan
image_to_j2k.c. Modified imagetotif() to read images with signed data. Modification in convert.c.
2007-04-04Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification ↵Parvatha Elangovan
in image_to_j2k.c. Bit rate limitation for each color component. Modification in image_to_j2k.c, t2.c. Modified and tested Progression order change "-POC" option. Modification in image_to_j2k.c, j2k.c, pi.c. Function j2k_check_poc_val() to check for possible loss of packets in case of wrong POC declaration. Modification in j2k.c. Structure T2_MODE. This tells if the t2_encode_packets() is called during Threshold calculation or in Final pass. Modification in j2k.h, tcd.c
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-03-20Added feature for generation of tile parts. Modifications in image_to_j2k.c, ↵Parvatha Elangovan
openjpeg.c, j2k.c, pi.c Added function j2k_write_tlm(),to generate TLM marker for a Digital cinema compliant codestream. Modifications in j2k.c.
2007-03-07Added option for Digital cinema profile compliant codestream. This can be ↵Parvatha Elangovan
chosen by "-cinema2K" or "-cinema4K" for a 2K and 4K compliance respectively. The feature for tileparts has not been implemented in this version. Modification in image_to_j2k.c Added the Digital Cinema profiles (CINEMA2K and CINEMA4K) to the list of profiles recognized in the codestream SIZ marker segment. Modification in openjpeg.h,j2k.c Added feature for constant quality within bitrate defined in Digital cinema standards. Modification in tcd.c Modified the method of generation of buffer length. Modification in cio.c
2007-03-01Modified codec projects (*.dsp) and makefile to include the tiff library ↵Francois-Olivier Devaux
(modified codec/image_to_j2k.dsp codec/j2k_to_image.dsp and codec/makefile)
2007-03-01COMP: Fix compilation of executable linking to TIFF lib.Mathieu Malaterre
2007-02-28Enabled compression of TIF image format to j2k by tifftoimage() and ↵Parvatha Elangovan
decompression of codestream to TIF image format using imagetotif(). Modifications in image_to_j2k.c, j2k_to_image.c, convert.c, convert.h
2007-02-28Corrected codec Makefile by adding the compilation of "compat/getopt.c" Francois-Olivier Devaux
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
2007-02-13David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() ↵Francois-Olivier Devaux
functions: instead of specifying the path size macro, let the compiler read the length out of the array entry.
2007-01-31Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c ↵Francois-Olivier Devaux
and image_to_j2k.c -> no more warnings in linux compilation
2007-01-31Linux Makefile for the codec addedFrancois-Olivier Devaux
2007-01-30Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for ↵Francois-Olivier Devaux
filenames instead of MAX_PATH which is not always defined. This caused some programs using OpenJPEG to crash. Modifications in openjpeg.h j2k_to_image.c and image_to_j2k.c
2007-01-15Copyright updateFrancois-Olivier Devaux
2006-12-05* Better fix of the TPH EPBs bug in JPWL moduleGiuseppe Baruffa
* Fixed the UEP bug in JPWL module + Added some lines in the help of JPWL_image_to_j2k
2006-12-04SVN file properties modified (EOL handled better)Francois-Olivier Devaux
2006-12-04First integration of JPWL codeFrancois-Olivier Devaux
2006-12-04First integration of JPWL codeFrancois-Olivier Devaux
2006-12-04Corrected incorrect fprintf formattingFrancois-Olivier Devaux
2006-10-31added the ability to specify the rate as "float" (before : integer)Antonin Descampe
2006-10-27remove some needless cvs filesAntonin Descampe
2006-10-27testsvn2Antonin Descampe
2006-08-18fixed a bug in j2k_to_image.c, that prevented the -l option to work correctly.Antonin Descampe
2006-07-22ENH: Update CMake to do proper installation. Still using the 2.2 ↵Mathieu Malaterre
installation approach for now.
2006-07-22ENH: Fix warning about assignment discards qualifiers from pointer target typeMathieu Malaterre
2006-07-22STYLE: Fix style issueMathieu Malaterre
2006-07-22BUG: Do not leak with greyscale bmp. Solve problem with name>256 for pgx and ↵Mathieu Malaterre
resolve random memory access (reported by valgrind)
2006-07-21ENH: Marking const char * what should be const char *. TODO need to fix code ↵Mathieu Malaterre
for imagetopgx.
2006-07-21ENH: Better solution: using the opj_version function to stay up to dateMathieu Malaterre
2006-07-21ENH: Minor cleanup, mainly comment and line too longMathieu Malaterre
2006-07-21ENH: Cannot assign const char* into a char*. At same time upgrade OpenJPEG ↵Mathieu Malaterre
version to proper one
2006-02-05ENH: Do the proper thing for static/sharedMathieu Malaterre
2006-02-04fixed a bug in codec/convert.c::imagetobmpFreeimage
2006-01-31fixed various minor warnings occuring under icc9 and bcc32, added MSVC ↵Freeimage
project and compiler directives to build a 'standard' WIN32 DLL
2006-01-26fixed various minor warnings occuring under gcc, added corrections proposed ↵Freeimage
in the forum
2006-01-25STYLE: Add a lot of comments for the CMake build systemMathieu Malaterre
2006-01-25fixed a problem in convert.c when multiple commentsAntonin Descampe
2006-01-25added cmake files to the projectAntonin Descampe
2006-01-20fixed various minor warnings with gdcm patchesAntonin Descampe
2005-12-08removed old readme and MakefileAntonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe