MACOSX : Added a "build all" target to the XCode project file.
[openjpeg.git] / ChangeLog
2010-05-26 Antonin DescampeMACOSX : Added a "build all" target to the XCode projec...
2010-04-16 Antonin DescampeMACOSX : Fixed the XCode project file to link with...
2010-04-08 Francois-Olivier... [v1.4]Fixed issue 6 on google code. Variable "pi" not...
2010-04-08 Francois-Olivier... [v1.4] Fixed pi.c bug (issue 15 on google code). Thanks...
2010-04-08 Francois-Olivier... Fixed MJ2 codec bugs (issues 23-24 on google code)...
2010-04-08 Francois-Olivier... Fixed JP3D codec file format analyzer. Thanks to Kristó...
2010-04-08 Francois-Olivier... Significant optimizations of MCT, DWT, MQ and T1 module...
2010-03-26 Francois-Olivier... Added support for "jpc" codestreams which are equivalen...
2010-03-26 Francois-Olivier... Added support for PNG image format [Not yet functional...
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2010-03-07 Francois-Olivier... Fixed small compatibility issues with win32 in codec...
2010-03-05 Francois-Olivier... Updated makefiles for v1.4 and v2.0
2010-03-05 Francois-Olivier... First import of OPJ_Validate tool
2010-02-18 Francois-Olivier... JP3D Module. Fixed issue when computing the number...
2010-01-20 Francois-Olivier... [FOD] Created a new constant in openjpeg.h to different...
2009-11-06 Antonin Descampefixed MCT check bug in t1_getwmsedec. See groups.google...
2009-11-05 Antonin Descampefixed "tiffio" header inclusion to use user version...
2009-09-10 Antonin Descampefixed minor bugs which were triggering warnings at...
2009-09-08 Antonin Descampeopenjpeg.c : fixed initialization of parameters->cp_dis...
2009-08-31 Antonin DescampeJavaOpenJpegDecoder.c : fixed a signed/unsigned behavio...
2008-08-22 Antonin Descampefound a bug in tcd.c that was preventing to find the...
2008-08-21 Antonin Descampefixed a bug in image_to_j2k.c that was preventing the...
2008-08-08 Francois-Olivier... Modified the way raw images with more that 8bpp are...
2008-07-09 Parvatha ElangovanAdded the default lossless parameter to opj_set_default...
2008-06-12 Antonin Descampefixed a bug in dirent.h that prevented codec on Linux...
2008-05-22 Antonin Descampefixed a bug in j2k.c (j2k_write_sod) that allowed to...
2008-05-22 Antonin Descampeadditional test to avoid crash due to invalid image...
2008-05-22 Antonin Descampememory leak fixed in openjpeg.c (opj_destroy_cstr_info...
2008-03-12 Giuseppe BaruffaAdded help line for the -F option in j2k_to_image
2008-03-04 Francois-Olivier... Changed Java files copyright in JavaOpenJPEG module
2008-02-29 Francois-Olivier... Fixed openjpeg.c for proper initialization of codec...
2008-02-28 Francois-Olivier... Removed the J2KViewer module, which has been replaced...
2008-02-11 Giuseppe BaruffaMinor style modifications to comply with c99 compiler...
2008-02-05 Parvatha ElangovanIn convert.c, corrected imagetobmp() conversion for...
2008-01-31 Giuseppe BaruffaIn opjviewer, unification of JPEG 2000 family handlers...
2008-01-22 Francois-Olivier... In image.c, changed the opj_image_create0() memory...
2008-01-17 Antonin DescampeInitial commit of Xcode project directory (XCode 2...
2008-01-16 Antonin Descampefixed opj_malloc.h for macosx (bugfix provided by janpe...
2008-01-11 Francois-Olivier... Added missing files to JavaOpenJPEG project (files...
2008-01-04 Parvatha ElangovanPatch by Callum Lerwick. Fixed error during encoding...
2007-12-21 Francois-Olivier... VERSION 1.3.0 RELEASE
2007-12-21 Francois-Olivier... Bug fixed by David Bruken. Fixed memory allocation...
2007-12-19 Antonin Descampechanged variables names alpha, beta, gamma, delta in...
2007-12-19 Francois-Olivier... Fixed allocation problem in pi.c
2007-12-19 Parvatha ElangovanIn pi.c, removed the Recursive function pi_check_next_l...
2007-12-19 Francois-Olivier... In mqc.h, changed MQC_NUMCTXS from 32 to 19 as JPEG...
2007-12-10 Francois-Olivier... First import of JAVAOpenJPEG, a Java wrapper of OpenJPE...
2007-11-29 Giuseppe BaruffaAdded index.h and index.c in VC6 projects; wrapped...
2007-11-27 Francois-Olivier... Fixed the maximum number of resolutions a user can...
2007-11-27 Francois-Olivier... Created the file index.c in the codec directory. This...
2007-11-14 Francois-Olivier... Avoided ABI breakage
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. The opj_tcd_cblk array is...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. This patch rearranges the...
2007-11-14 Francois-Olivier... Patch by Callum Lerwick. Instead of reinventing realloc...
2007-11-13 Francois-Olivier... Patch by Dzonatas and Callum Lerwick. Fp/vectori...
2007-11-08 Francois-Olivier... Patches from Callum Lewick: Fixed some spelling errors...
2007-11-08 Francois-Olivier... In t1.c, small change to avoid calling twice t1_getwmse...
2007-11-05 Giuseppe BaruffaFixed a bug which prevented JPWL from working on multi...
2007-10-23 Giuseppe BaruffaImproved success for the linux build; OPJViewer shows...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-10-18 Francois-Olivier... Changed the ROI parameter in the image_to_j2k codec...
2007-10-12 Francois-Olivier... Changed the way the image structure is allocated when...
2007-10-10 Francois-Olivier... *Patch from Callum Lewick. Clean up of j2klib.h for...
2007-09-27 Francois-Olivier... Patch from Callum Lewick. Fixed dwt.c where an alignmen...
2007-09-25 Mathieu MalaterreBUG: Fix previous patch from Callum Lerwick. I have...
2007-09-19 Parvatha ElangovanFixed issues with generation of SOP marker.
2007-09-18 Parvatha ElangovanFixed issues with Reading and Writing TIF images in...
2007-09-17 Francois-Olivier... OpenJPEG library interface modified to retain compatibi...
2007-09-17 Francois-Olivier... Fixed issues with cstr_info when codestream has compone...
2007-09-12 Francois-Olivier... Patch from Callum Lerwick. Fixed the library linking...
2007-09-12 Francois-Olivier... Updated the MJ2 codec to be compatible with the recent...
2007-09-11 Giuseppe BaruffaJPWL encoding is finalized correctly into the JP2 file...
2007-09-07 Giuseppe BaruffaAdapted the JPWL and OPJViewer code to new interface...
2007-09-07 Francois-Olivier... Indexes can now be generated when decoding J2K codestreams.
2007-09-07 Mathieu MalaterreENH: Add cmake code to do testing if user has properly...
2007-09-07 Mathieu MalaterreENH: Upon failure, properly return error code (!=0)
2007-09-06 Mathieu MalaterreENH: Fix unitialized read in img_fol (we may need a...
2007-09-06 Mathieu MalaterreENH: Add very simple tests (simply run command line...
2007-09-06 Giuseppe BaruffaOne more field in the codestream_info struct for record...
2007-09-06 Mathieu MalaterreENH: Add CMake/doxygen output
2007-09-06 Mathieu MalaterreENH: add Java j2kviewer but do not compile it using...
2007-09-06 Mathieu MalaterreENH: CMake: start compiling index_create. OpenJPEG...
2007-09-06 Mathieu MalaterreENH: CMake: output all executable/libs into one single...
2007-09-06 Mathieu MalaterreENH: update changelog
2007-09-04 Giuseppe BaruffaAdded some fields in the codestream_info structure...
2007-09-03 Giuseppe BaruffaAdded the knowledge of JPSEC SEC and INSEC markers...
2007-08-31 Giuseppe BaruffaFixed save capabilities in OPJViewer due to recent...
2007-08-30 Francois-Olivier... Added information regarding the end of packet position...
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-08-28 Francois-Olivier... Fixed wrong destructors called in openjpeg.c
2007-08-24 Parvatha ElangovanThe end of main header is calculated after TLM and...
2007-08-21 Francois-Olivier... Moved the orient flipping into the ctxno_zc table.
2007-08-21 Francois-Olivier... Replaced the large ctxno_mag lookup table with a small...
2007-08-21 Francois-Olivier... Consolidated some calls to mqc_setcurctx. Cleaned up...
2007-08-21 Francois-Olivier... Reworks of t1_updateflags to get rid of the shift opera...
2007-08-21 Francois-Olivier... Memory leaks fixed
2007-08-21 Francois-Olivier... Aligned malloc using Intel's _mm_malloc(), cleanup...
2007-08-21 Francois-Olivier... Minor cleanup patch, that gets rid of a bunch of "old...
2007-08-21 Francois-Olivier... Solved problems with codec reading from image file...
2007-08-21 Francois-Olivier... Added support for Visual Studio 2005
next