| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-06-04 | Tipo corrected... | Francois-Olivier Devaux | |
| 2007-06-04 | Bugs 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-31 | Fixed 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-10 | Possibility to choose to apply MCT (multiple component transform) enabled, ↵ | Francois-Olivier Devaux | |
| and new decoding_limit: DECODE_ALL_BUT_PACKETS | |||
| 2007-04-12 | Fixed Error in tiftoimage(). Modification in convert.c. | Parvatha Elangovan | |
| 2007-04-10 | Accepting "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-04 | Digital 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-29 | Enable accepting file names with `-´ symbol .Modification getopt.c | Parvatha 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-20 | Added 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-07 | Added 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-01 | Modified 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-01 | COMP: Fix compilation of executable linking to TIFF lib. | Mathieu Malaterre | |
| 2007-02-28 | Enabled 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-28 | Corrected codec Makefile by adding the compilation of "compat/getopt.c" | Francois-Olivier Devaux | |
| 2007-02-27 | Made get_file_format function more robust. Modifications in image_to_j2k.c, ↵ | Parvatha Elangovan | |
| j2k_to_image.c, getopt.c, getopt.h | |||
| 2007-02-27 | Added 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-26 | Option 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-13 | David 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-31 | Extra 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-31 | Linux Makefile for the codec added | Francois-Olivier Devaux | |
| 2007-01-30 | Use 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-15 | Copyright update | Francois-Olivier Devaux | |
| 2006-12-05 | * Better fix of the TPH EPBs bug in JPWL module | Giuseppe Baruffa | |
| * Fixed the UEP bug in JPWL module + Added some lines in the help of JPWL_image_to_j2k | |||
| 2006-12-04 | SVN file properties modified (EOL handled better) | Francois-Olivier Devaux | |
| 2006-12-04 | First integration of JPWL code | Francois-Olivier Devaux | |
| 2006-12-04 | First integration of JPWL code | Francois-Olivier Devaux | |
| 2006-12-04 | Corrected incorrect fprintf formatting | Francois-Olivier Devaux | |
| 2006-10-31 | added the ability to specify the rate as "float" (before : integer) | Antonin Descampe | |
| 2006-10-27 | remove some needless cvs files | Antonin Descampe | |
| 2006-10-27 | testsvn2 | Antonin Descampe | |
| 2006-08-18 | fixed a bug in j2k_to_image.c, that prevented the -l option to work correctly. | Antonin Descampe | |
| 2006-07-22 | ENH: Update CMake to do proper installation. Still using the 2.2 ↵ | Mathieu Malaterre | |
| installation approach for now. | |||
| 2006-07-22 | ENH: Fix warning about assignment discards qualifiers from pointer target type | Mathieu Malaterre | |
| 2006-07-22 | STYLE: Fix style issue | Mathieu Malaterre | |
| 2006-07-22 | BUG: 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-21 | ENH: Marking const char * what should be const char *. TODO need to fix code ↵ | Mathieu Malaterre | |
| for imagetopgx. | |||
| 2006-07-21 | ENH: Better solution: using the opj_version function to stay up to date | Mathieu Malaterre | |
| 2006-07-21 | ENH: Minor cleanup, mainly comment and line too long | Mathieu Malaterre | |
| 2006-07-21 | ENH: Cannot assign const char* into a char*. At same time upgrade OpenJPEG ↵ | Mathieu Malaterre | |
| version to proper one | |||
| 2006-02-05 | ENH: Do the proper thing for static/shared | Mathieu Malaterre | |
| 2006-02-04 | fixed a bug in codec/convert.c::imagetobmp | Freeimage | |
| 2006-01-31 | fixed various minor warnings occuring under icc9 and bcc32, added MSVC ↵ | Freeimage | |
| project and compiler directives to build a 'standard' WIN32 DLL | |||
| 2006-01-26 | fixed various minor warnings occuring under gcc, added corrections proposed ↵ | Freeimage | |
| in the forum | |||
| 2006-01-25 | STYLE: Add a lot of comments for the CMake build system | Mathieu Malaterre | |
| 2006-01-25 | fixed a problem in convert.c when multiple comments | Antonin Descampe | |
| 2006-01-25 | added cmake files to the project | Antonin Descampe | |
| 2006-01-20 | fixed various minor warnings with gdcm patches | Antonin Descampe | |
| 2005-12-08 | removed old readme and Makefile | Antonin Descampe | |
| 2005-12-02 | openjpeg version 1.0 (previous version still available with tag opj0-97) | Antonin Descampe | |
| 2005-12-02 | openjpeg version 1.0 (previous version still available with tag opj0-97) | Antonin Descampe | |
