| Age | Commit message (Expand) | Author |
| 2010-06-22 | Finish fixing up bugs with png i/o | Mathieu Malaterre |
| 2010-06-22 | Start merging change from svn trunk | Mathieu Malaterre |
| 2010-06-02 | ENH: Fixing compilation warnings on gcc 4.4. | Luis Ibanez |
| 2010-03-26 | Added support for "jpc" codestreams which are equivalent to "j2c" codestreams... | Francois-Olivier Devaux |
| 2010-03-07 | Fixed small compatibility issues with win32 in codec (moved include <strings.h>) | Francois-Olivier Devaux |
| 2008-07-31 | Deleting obsolete files and directories, adding v2-specific files and directo... | Antonin Descampe |
| 2008-03-12 | Added help line for the -F option in j2k_to_image | Giuseppe Baruffa |
| 2008-02-11 | Minor style modifications to comply with c99 compiler flag; removed Microsoft... | Giuseppe Baruffa |
| 2007-12-10 | First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patric... | Francois-Olivier Devaux |
| 2007-11-27 | Created the file index.c in the codec directory. This file handles the creati... | Francois-Olivier Devaux |
| 2007-11-05 | Fixed a bug which prevented JPWL from working on multi-tiled images; added so... | Giuseppe Baruffa |
| 2007-10-18 | Changed the ROI parameter in the image_to_j2k codec to make it correspond to ... | Francois-Olivier Devaux |
| 2007-09-18 | Fixed issues with Reading and Writing TIF images in convert.c to avoid segmen... | Parvatha Elangovan |
| 2007-09-17 | OpenJPEG library interface modified to retain compatibility with version 1.2.... | Francois-Olivier Devaux |
| 2007-09-17 | Fixed issues with cstr_info when codestream has components with different num... | Francois-Olivier Devaux |
| 2007-09-11 | JPWL encoding is finalized correctly into the JP2 file format; added an addit... | Giuseppe Baruffa |
| 2007-09-07 | Adapted the JPWL and OPJViewer code to new interface; fixed a samll bug in JP... | Giuseppe Baruffa |
| 2007-09-07 | Indexes can now be generated when decoding J2K codestreams. | Francois-Olivier Devaux |
| 2007-09-07 | ENH: Upon failure, properly return error code (!=0) | Mathieu Malaterre |
| 2007-09-06 | ENH: Fix unitialized read in img_fol (we may need a smarter initialize than m... | Mathieu Malaterre |
| 2007-09-06 | One more field in the codestream_info struct for recording the number of pack... | Giuseppe Baruffa |
| 2007-09-04 | Added some fields in the codestream_info structure: they are used to record t... | Giuseppe Baruffa |
| 2007-08-30 | Added information regarding the end of packet position in the index | Francois-Olivier Devaux |
| 2007-08-30 | Changed the OpenJPEG library interface to enable users to access information ... | Francois-Olivier Devaux |
| 2007-08-21 | Solved problems with codec reading from image file directory when filename ha... | Francois-Olivier Devaux |
| 2007-08-20 | Fixed _strnicmp bug | Francois-Olivier Devaux |
| 2007-08-20 | Added support for the TGA file format in the codec | Francois-Olivier Devaux |
| 2007-07-18 | Fixed raw option to encode raw images with more than three components. | Francois-Olivier Devaux |
| 2007-07-17 | Added support for RAW images. This module has been developped by the Universi... | Francois-Olivier Devaux |
| 2007-07-13 | (no commit message) | Francois-Olivier Devaux |
| 2007-06-15 | Fixed the generation of index files. Now works with cinema formats. | Francois-Olivier Devaux |
| 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 |
| 2007-05-31 | Fixed the handling of 16bit TIFF files for cinema compression. Modified "conv... | Francois-Olivier Devaux |
| 2007-05-10 | Possibility to choose to apply MCT (multiple component transform) enabled, an... | Francois-Olivier Devaux |
| 2007-04-10 | Accepting "j2c" as format for Encoding and Decoding. Modification in image_t... | Parvatha Elangovan |
| 2007-04-04 | Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification i... | Parvatha Elangovan |
| 2007-03-29 | Enable accepting file names with `-ยด symbol .Modification getopt.c | Parvatha Elangovan |
| 2007-03-20 | Added feature for generation of tile parts. Modifications in image_to_j2k.c, ... | Parvatha Elangovan |
| 2007-03-07 | Added option for Digital cinema profile compliant codestream. This can be cho... | Parvatha Elangovan |
| 2007-02-28 | Enabled compression of TIF image format to j2k by tifftoimage() and decompres... | Parvatha Elangovan |
| 2007-02-27 | Made get_file_format function more robust. Modifications in image_to_j2k.c, j... | Parvatha Elangovan |
| 2007-02-26 | Option to read images from a Folder whose path is specified in the Input para... | Parvatha Elangovan |
| 2007-02-13 | David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() function... | Francois-Olivier Devaux |
| 2007-01-31 | Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c an... | Francois-Olivier Devaux |
| 2007-01-30 | Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for file... | Francois-Olivier Devaux |
| 2007-01-15 | Copyright update | Francois-Olivier Devaux |
| 2006-12-05 | * Better fix of the TPH EPBs bug in JPWL module | Giuseppe Baruffa |
| 2006-12-04 | First integration of JPWL code | Francois-Olivier Devaux |
| 2006-10-31 | added the ability to specify the rate as "float" (before : integer) | Antonin Descampe |