(no commit message)
[openjpeg.git] / libopenjpeg /
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
2005-05-26 Antonin Descampetest
2005-05-26 Francois-Olivier... cio_read_to_buf(...) and cio_write_from_buf(...) functi...
2005-05-24 Francois-Olivier... Code optimization: t1_flags and t1_data set to zero...
2005-05-23 Francois-Olivier... 2 functions were added, to fasten buffer transfers:
2005-05-23 Francois-Olivier... 2 functions were added, to fasten buffer transfers:
2005-03-25 Francois-Olivier... #endif;
2005-03-16 Francois-Olivier... Modifications made to enable the decoding of a J2K...
2005-02-09 Francois-Olivier... YUV_DFMT added
2005-01-26 Antonin DescampeAdded layer option '-l' to the command line. This optio...
2005-01-26 Antonin Descampe* function getopt added to the decoder (to efficiently...
2005-01-03 Antonin DescampeLuke Lee optimization for fix_mul... Thanks to him
2004-12-08 Francois-Olivier... Modularity increase in jp2_init_stdjp2 function and...
2004-11-29 Antonin DescampeIndex structure adpated for other progression orders...
2004-11-26 Francois-Olivier... Modifications to increase modularity of jp2 coding...
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-10-06 Francois-Olivier... Small bug corrected: unsigned int to int conversion...
2004-08-31 Francois-Olivier... Order of data written to jp2_struct->cl inversed in...
2004-08-06 Antonin Descampe* Inserted tool for memory leaks fixing in debug mode
2004-08-03 Antonin DescampeBetter indentation
2004-08-03 Antonin DescampeBug fixed in lossless mode
2004-07-21 Antonin DescampeBug fixed in MQ decoder initialization (keyword comment...
2004-07-20 Antonin Descampe* Bug fixed in jpt decoding
2004-07-16 Francois-Olivier... Comments added
2004-07-16 Francois-Olivier... minor changes
2004-07-16 Francois-Olivier... Bug on jp2_struct->comps memory allocation fixed
2004-07-16 Francois-Olivier... Memory leaks at decoding fixed
2004-07-16 Francois-Olivier... Multiple tile bug fixed (line 438)
2004-07-16 Francois-Olivier... Memory leaks fixed (line 1592: frees data of all compon...
2004-07-16 Antonin DescampeMinor changes for RESET mode
2004-07-15 Sebastien Lugan Bugfix Makefile / jp2.c & jp2.h
2004-07-14 Antonin Descampe(Sampling + Offset) incompatibility bug fixed
2004-07-14 Antonin Descampe* PPM markers handling modified (comment keyword :...
2004-07-13 Antonin DescampeStructure j2k_option_t deleted and option "-reduce...
2004-07-13 Antonin Descampe* Quantization bug fixed when using 9x7 DWT (comment...
2004-07-09 Antonin Descampescalar_derived quantization type bug fixed (2)
2004-07-09 Antonin DescampeBug fixed for scalar_derived quantization type
2004-07-07 Francois-Olivier... First version of JP2 file format
2004-07-07 Francois-Olivier... Include jp2.h file
2004-07-07 Francois-Olivier... New variable in cp structure for JP2 format
2004-07-07 Francois-Olivier... j2k_encode can output data to a buffer or to a file
2004-05-07 Antonin Descampesmall changes in the INDEX-file generation (in order...
next