| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-23 | [1.5] fix issue #104 | Antonin Descampe | |
| 2011-09-09 | BRANCH-1.5:added a new indexer functionality to the library. With the new ↵ | Antonin Descampe | |
| -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP | |||
| 2011-08-10 | removed unused parameters warnings with the solution proposed by myself and ↵ | Mickael Savinaud | |
| Bob Friesenhahn | |||
| 2011-05-18 | defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to ↵ | Antonin Descampe | |
| avoid having to deal with "stdbool.h" (patch from Winfried) | |||
| 2011-04-12 | Fixed internal function names conflict with Jasper ↵ | Antonin Descampe | |
| (http://code.google.com/p/openjpeg/issues/detail?id=30) | |||
| 2011-01-29 | license header: replaced Hervcalloc by Herve, I should learn to double-check ↵ | Antonin Descampe | |
| my changes | |||
| 2011-01-29 | removed é in license header to prevent warning C4819 (see ↵ | Antonin Descampe | |
| http://code.google.com/p/openjpeg/issues/detail?id=57) | |||
| 2010-11-25 | fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from ↵ | Antonin Descampe | |
| vincent.torri, see issue 47 on googlecode) | |||
| 2010-11-22 | reverted 'include "../opj_config.h"' to 'include "opj_config.h"' | Antonin Descampe | |
| 2010-11-15 | minor changes in header inclusions | Antonin Descampe | |
| 2010-10-05 | Added files to let people build openjpeg with configure tools ; Added ↵ | Antonin Descampe | |
| makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages | |||
| 2009-09-08 | openjpeg.c : fixed initialization of ↵ | Antonin Descampe | |
| parameters->cp_disto_alloc/fixed_quality/fixed_alloc/tcp_numlayers because they were preventing to use the -q and -f options. | |||
| 2008-07-09 | Added the default lossless parameter to opj_set_default_encoder_parameters ↵ | Parvatha Elangovan | |
| in openjpeg.c | |||
| 2008-05-22 | memory leak fixed in openjpeg.c (opj_destroy_cstr_info()), patch by Carsten ↵ | Antonin Descampe | |
| Juttner | |||
| 2008-02-29 | Corrected the wrong syntax of calloc()... | Francois-Olivier Devaux | |
| 2008-02-29 | Fixed openjpeg.c for proper initialization of codec context structures ↵ | Francois-Olivier Devaux | |
| (dinfo in opj_create_compress() and opj_create_decompress(). Bug fix suggested by Andrey V. Kiselev Clean up of opj_aligned_malloc(), to just forgo the use of posix_memalign(), as apparently memalign() is what is working better for everyone. Patch by Callum. | |||
| 2007-11-05 | Fixed a bug which prevented JPWL from working on multi-tiled images; added ↵ | Giuseppe Baruffa | |
| some more fields in the interface info structures (keep a list of markers, save start packet number for each tile) | |||
| 2007-09-17 | OpenJPEG library interface modified to retain compatibility with version ↵ | Francois-Olivier Devaux | |
| 1.2. Sorry if some of you already adapted their code to the previous interface, but we want to avoid a ABI break.... | |||
| 2007-09-07 | Indexes can now be generated when decoding J2K codestreams. | Francois-Olivier Devaux | |
| 2007-08-30 | Changed the OpenJPEG library interface to enable users to access information ↵ | Francois-Olivier Devaux | |
| regarding the codestream (also called index). | |||
| 2007-08-28 | Fixed wrong destructors called in openjpeg.c | Francois-Olivier Devaux | |
| Fixed bug in j2k_decode_jpt_stream | |||
| 2007-08-21 | Minor cleanup patch, that gets rid of a bunch of "old style declaration" ↵ | Francois-Olivier Devaux | |
| warnings from Intel's compiler | |||
| 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-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-02-19 | Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main header | Francois-Olivier Devaux | |
| 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 | |||
| 2006-12-04 | First integration of JPWL code | Francois-Olivier Devaux | |
| 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 | |||
| 2005-12-08 | OpenJPEG version 1.1 | Antonin Descampe | |
| 2005-12-02 | openjpeg version 1.0 (previous version still available with tag opj0-97) | Antonin Descampe | |
