Fixed raw option to encode raw images with more than three components.
[openjpeg.git] / libopenjpeg /
2007-07-13 Francois-Olivier... (no commit message)
2007-07-12 Giuseppe BaruffaFixed a bug in JPWL module, which prevented to exploit...
2007-07-08 Antonin Descampefixed the size of the memory allocation in cio.c (confu...
2007-06-21 Francois-Olivier... Output image color space set when decoding a JP2 file
2007-06-15 Francois-Olivier... Fixed the generation of index files. Now works with...
2007-06-04 Francois-Olivier... Release of version 1.2.0
2007-06-04 Francois-Olivier... Bugs corrected in decoding of command line (getopt...
2007-05-23 Francois-Olivier... Bug fixed by Sylvain Munaut. Change in the reading...
2007-05-22 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-21 Francois-Olivier... Patch suggested by Callum Lerwick <seg@haxxed.com>...
2007-05-10 Francois-Olivier... MJ2 codec updated from LibOpenJPEG version 0.97 to...
2007-05-10 Francois-Olivier... Possibility to choose to apply MCT (multiple component...
2007-04-25 Francois-Olivier... Modification of the openjpeg.h file to avoid and ABI...
2007-04-10 Parvatha ElangovanAccepting "j2c" as format for Encoding and Decoding...
2007-04-05 Francois-Olivier... fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonat...
2007-04-04 Parvatha ElangovanDigital cinema compliance for 4K chosen by "-cinema4K...
2007-03-29 Parvatha ElangovanEnable accepting file names with `-´ symbol .Modificati...
2007-03-28 Francois-Olivier... Fixed an historical bug in t1.c that leaded to the...
2007-03-27 Giuseppe BaruffaFollowing to Hervé's suggestions, all the exit() calls...
2007-03-21 Parvatha ElangovanFixed j2k_prog_order_list[]. Modifications in j2k.c.
2007-03-20 Parvatha ElangovanAdded feature for generation of tile parts. Modificatio...
2007-03-07 Parvatha ElangovanAdded option for Digital cinema profile compliant codes...
2007-02-28 Parvatha ElangovanEnabled compression of TIF image format to j2k by tifft...
2007-02-28 Antonin Descampefixed a bug in context numerotation that prevented...
2007-02-23 Francois-Olivier... Changed version number from 1.1.0 to 1.1.1 in openjpeg.h
2007-02-23 Giuseppe BaruffaFixed a copy-and-paste type assignment error (bool...
2007-02-21 Francois-Olivier... Algorithmic optimizations in t1.c, thanks to Guido...
2007-02-19 Francois-Olivier... Added OPJ_LIMIT_DECODING enabling us to limit the decod...
2007-01-31 Francois-Olivier... Extra tokens at the end of #endif directive corrected...
2007-01-30 Francois-Olivier... Use of OPJ_PATH_LEN (defined as 4096) to be the maximum...
2007-01-23 Francois-Olivier... Modification of the context numbers, to reflect what...
2007-01-15 Francois-Olivier... Copyright update
2007-01-03 Francois-Olivier... JP2 module: Tests during encoding if the number of...
2006-12-04 Francois-Olivier... First integration of JPWL code
2006-12-04 Francois-Olivier... Code optimization usinq vsprintf() command
2006-10-31 Antonin Descampefixed a cast problem in the maxlen variable
2006-10-31 Antonin Descamperemoved a debug test in the version just committed
2006-10-31 Antonin Descampefixed a bug in the computation of the mantissa (mu)
2006-10-31 Antonin Descampeadded the ability to specify the rate as "float" (befor...
2006-10-27 Antonin Descamperemove some needless cvs files
2006-10-26 Antonin Descampetestsvn
2006-08-04 Antonin Descampefixed a bug in pi.c, line 473, that appeared when more...
2006-07-22 Mathieu MalaterreENH: Update CMake to do proper installation. Still...
2006-03-19 Antonin Descampefixed a bug in t1.c that prevented in some cases a...
2006-02-19 Mathieu MalaterreCOMP: Fix warning about C++ comment
2006-02-18 Mathieu MalaterreCOMP: Fix declaration hides parameter len
2006-02-18 Mathieu MalaterreCOMP: Fix declaration hides parameter len
2006-02-18 Mathieu MalaterreSTYLE: Remove C++ comments
2006-02-12 Freeimageremoved unneeded working variables in opj_tcd_t
2006-02-05 Mathieu MalaterreENH: Do the proper thing for static/shared
2006-02-03 Freeimageadded the 'static' keyword to inline functions to keep...
2006-02-01 Freeimagechanged function definitions of INT and FIX modules...
2006-01-31 Mathieu MalaterreENH: Update CMake to match the new shared lib system...
2006-01-31 Freeimagefixed various minor warnings occuring under icc9 and...
2006-01-31 Mathieu MalaterreCOMP: Fix compilation on MINGW
2006-01-31 Mathieu MalaterreSTYLE: Remove completely reference to OPJ_EXPORT
2006-01-31 Mathieu MalaterreSTYLE: More verbose comments
2006-01-31 Mathieu MalaterreSTYLE: Add more comment, also use more feature from...
2006-01-31 Mathieu MalaterreENH: Move to a def solution to avoid polluting header...
2006-01-27 Antonin Descampefixed two initialization problems in t1.c and tcd.c
2006-01-26 Freeimagefixed various minor warnings occuring under gcc, added...
2006-01-25 Mathieu MalaterreENH: Sync with ITK repository
2006-01-25 Mathieu MalaterreSTYLE: Add a lot of comments for the CMake build system
2006-01-25 Mathieu MalaterreCOMP: Fix compilation on mingw (already had itoa) and...
2006-01-25 Antonin Descampeadded cmake files to the project
2006-01-25 Antonin Descampefix.c : replaced "WIN32" by "_MSC_VER" for int64
2006-01-25 Antonin Descampeadded "OPJ_EXPORT" in openjpeg.h to generate shared...
2006-01-24 Antonin Descampeevent.c : replaced "WIN32" by "_MSC_VER" for i2a (line...
2006-01-20 Antonin Descampefixed various minor warnings with gdcm patches
2006-01-19 Freeimagefixed a bug in jp2_read_ihdr (need to allocate jp2...
2006-01-18 Freeimagefixed a bug in opj_cio_open when saving 48-bit images...
2006-01-18 Freeimagechanged the name of j2k_realloc to opj_realloc
2005-12-08 Antonin Descampefixed a bug when specifying a rate '-r' => no distortio...
2005-12-08 Antonin Descampefixed a bug in t1_getwmsedec (stepsize was divided...
2005-12-08 Antonin DescampeOpenJPEG version 1.1
2005-12-04 Antonin DescampeMakefile moved to ROOT directory
2005-12-04 Antonin DescampeLibOpenJPEG project files moved to root directory
2005-12-02 Antonin Descampeadd an include <sys/time.h> before <sys/resource.h>
2005-12-02 Antonin Descampeopenjpeg version 1.0 (previous version still available...
2005-11-09 Antonin Descampeminor change for readability
2005-11-09 Antonin Descampeminor change to avoid warnings about signedness
2005-11-08 Antonin Descampesmall changes to remove warnings related to signedness
2005-11-04 Antonin Descampesmall change to avoid signed/unsigned warning during...
2005-11-01 Antonin DescampeChanges proposed by Mathieu Malaterre from the GDCM...
2005-10-27 Antonin Descampechanged one of the 9-7 coefficients (value closer to...
2005-10-27 Antonin Descampe1) quantization stepsizes stored as float instead of...
2005-10-20 Francois-Olivier... Modifications to decoding of JP2H box in order to be...
2005-09-21 Antonin Descampemajor change in the dwt-module, thanks to Ive (aka...
2005-09-21 Antonin Descampebug fixed when asking for an index with more than ...
2005-09-20 Antonin Descampebug fixed when asking for an index with more than ...
2005-09-13 Antonin Descampebug fixed when freeing the memory allocated if ppm...
2005-09-13 Antonin Descampebug fixed when freeing the memory allocated if ppm...
2005-08-01 Francois-Olivier... Modifications proposed by Rob Komar. Thanks for your...
2005-07-18 Antonin DescampeSeveral bugs fixed when dealing with pgx-files with...
2005-06-02 Francois-Olivier... At lines 577, 692 and 699, zeroing of effective region...
2005-06-02 Francois-Olivier... Conversions from int to unsigned int to ensure correct...
2005-06-02 Francois-Olivier... Conversions from int to unsigned int to ensure correct...
2005-05-26 Francois-Olivier... CVS test
next