| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-16 | [v2] remove ref to png.h file on win32v2 | Mathieu Malaterre | |
| 2010-06-22 | Start merging change from svn trunk | Mathieu Malaterre | |
| 2010-06-21 | Minor tweaks to cmake files | Mathieu Malaterre | |
| 2010-06-12 | Addression Windows warnings about mismatch between signed and unsigned. | Luis Ibanez | |
| 2010-03-24 | Code improvements using 'g++-4.4.0' to trace the code (v2.0). Thanks to ↵ | Francois-Olivier Devaux | |
| Winfried for this patch. | |||
| 2009-09-10 | V2 branch : | Antonin Descampe | |
| - found a bug in tcd.c that was preventing to find the correct threshold in tcd_rateallocate.c for high-precision images. Applied a temporary patch but a better solution should be found. - Modified the way raw images with more that 8bpp are read and written | |||
| 2009-09-10 | fixed minor bugs which were triggering warnings at compilation (different ↵ | Antonin Descampe | |
| signedness, wrong pointer type, etc) | |||
| 2008-07-31 | Deleting obsolete files and directories, adding v2-specific files and ↵ | Antonin Descampe | |
| directories, updating existing files to v2. See README.v2 for more info | |||
| 2008-02-05 | In convert.c, corrected imagetobmp() conversion for grayscale. In tcd.c, ↵ | Parvatha Elangovan | |
| corrected Rate modification in tcd_init_encode(). | |||
| 2007-10-12 | Changed the way the image structure is allocated when the decoding ↵ | Francois-Olivier Devaux | |
| parameters include some resolutions to discard. This should have a significant impact for the decoding of huge images when some resolutions are discarder (-r parameter) Warning: The output image size is now reduced when discarding resolutions ! | |||
| 2007-10-10 | *Patch from Callum Lewick. Clean up of j2klib.h for the aligned malloc stuff. | Francois-Olivier Devaux | |
| *convert.c: Changed some error comments for TIFF images | |||
| 2007-09-19 | Fixed issues with generation of SOP marker. | Parvatha Elangovan | |
| 2007-09-18 | Fixed issues with Reading and Writing TIF images in convert.c to avoid ↵ | Parvatha Elangovan | |
| segmentation fault. Fixed issues relating to using user specified rates for CINEMA option for multiple images. | |||
| 2007-09-07 | Indexes can now be generated when decoding J2K codestreams. | Francois-Olivier Devaux | |
| 2007-08-20 | Added support for the TGA file format in the codec | Francois-Olivier Devaux | |
| 2007-08-08 | Fixed the DCinema filesize allocation. It now includes the SOT marker size | Francois-Olivier Devaux | |
| 2007-07-19 | Updated libtiff library version to 3.8.2 (for WIN32) | Francois-Olivier Devaux | |
| Updated BMP and PxM truncation when decoding J2K files with more than 8 bits (convert.c) | |||
| 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 ↵ | Francois-Olivier Devaux | |
| University of Perugia team. Thanks to them ! | |||
| 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-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-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-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-01-15 | Copyright update | Francois-Olivier Devaux | |
| 2006-12-04 | Corrected incorrect fprintf formatting | Francois-Olivier Devaux | |
| 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: Minor cleanup, mainly comment and line too long | 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-25 | fixed a problem in convert.c when multiple comments | 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-03-25 | Removed unused parameter in fprintf at line 618 | Francois-Olivier Devaux | |
| 2004-11-15 | fprintf correctly redirected to stderr or stdout | Francois-Olivier Devaux | |
| 2004-07-30 | Bug fixed in pgx-file reading | Antonin Descampe | |
| 2004-07-07 | Sets the image color space for JP2 format | Francois-Olivier Devaux | |
| 2004-04-30 | Various corrections to avoid "signed/unsigned mismatch" warnings during ↵ | Antonin Descampe | |
| compilation | |||
| 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-04-19 | Remove call to obsolete library unistd.h | Yannick Verschueren | |
| 2004-03-15 | BMP problem solves : BMP-Images with dimension multiple of 4 presented problems | Yannick Verschueren | |
| 2004-03-01 | Errors with some BMP file solved | Yannick Verschueren | |
| 2003-11-27 | Initial revision | Sebastien Lugan | |
