[v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in function...
[openjpeg.git] / mj2 /
2010-04-08 Francois-Olivier... Fixed MJ2 codec bugs (issues 23-24 on google code)...
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2008-01-17 Francois-Olivier... SVN server problem. Added again MJ2 project files to...
2008-01-17 Francois-Olivier... SVN server problem. Removed MJ2 project files to try...
2007-11-05 Giuseppe BaruffaRestoring wrap_j2k_in_mj2.c, which I did not want to...
2007-11-05 Giuseppe BaruffaFixed a bug which prevented JPWL from working on multi...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-09-17 Francois-Olivier... OpenJPEG library interface modified to retain compatibi...
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-06 Mathieu MalaterreENH: Start building mj2
2007-08-30 Francois-Olivier... Changed the OpenJPEG library interface to enable users...
2007-08-21 Francois-Olivier... Robustified MJ2 codecs
2007-08-21 Francois-Olivier... Added support for Visual Studio 2005
2007-07-13 Francois-Olivier... (no commit message)
2007-05-10 Francois-Olivier... MJ2 codec updated from LibOpenJPEG version 0.97 to...
2007-02-28 Antonin Descampeadd an "ifdef WIN32" to "include malloc.h" to be compli...
2007-01-30 Francois-Olivier... Correction of the syntax usage (line 36)
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Update of dsp project files...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Update of project files...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Movec compat directory to...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Movec compat directory to...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Created MJ2_codec directory...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Created libopenjpeg_097...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Created MJ2_codec directory...
2006-07-28 Antonin Descampe*** empty log message ***
2005-05-23 Francois-Olivier... Variables in Movie and Track structure initialized...
2005-05-23 Francois-Olivier... Useless call of mj2_init_stdmovie function deleted
2005-05-20 Francois-Olivier... Modified mj2_init_stdmovie. Check for division by zero...
2005-04-27 Francois-Olivier... Release configuration modified
2005-04-27 Francois-Olivier... Light modifications
2005-04-27 Francois-Olivier... First upload of the DTD file
2005-04-27 Francois-Olivier... Light modifications
2005-04-19 Francois-Olivier... Update
2005-04-19 Francois-Olivier... bug while freeing memory (mj2_free) fixed
2005-04-19 Francois-Olivier... Bug while writing huge MOOV boxes fixed. Thanks to...
2005-04-19 Francois-Olivier... Standard movie initialisation slightely modified
2005-04-19 Francois-Olivier... Makefile update
2005-04-15 Francois-Olivier... Project update
2005-04-06 Francois-Olivier... Project settings update
2005-04-06 Francois-Olivier... Project settings update
2005-04-06 Francois-Olivier... Project settings update
2005-04-06 Francois-Olivier... Relative path modifications
2005-04-01 Francois-Olivier... Visual .NET project
2005-04-01 Francois-Olivier... New version by Glenn Pearson
2005-03-25 Francois-Olivier... Line 114: Simple warning message when NO_PACKETS_DECODI...
2005-03-25 Francois-Olivier... Line 944:Memory release of img.comps[i].data when NO_PA...
2005-03-25 Francois-Olivier... Makefile for frames_to_mj2, mj2_to_frames, wrap_j2k_in_mj2
2005-03-25 Francois-Olivier... Newline at end of file added
2005-03-25 Francois-Olivier... Replaced bad message error when unknown box is found
2005-03-25 Francois-Olivier... Replaced unlink() with remove()
2005-03-25 Francois-Olivier... New OpenJPEG MJ2 module: mj2_to_metadata created by...
2005-03-25 Francois-Olivier... Newline at end of file
2005-03-21 Francois-Olivier... Initialisation of movie->cl changed in mj2_init_stdmovie
2005-02-09 Francois-Olivier... Minor bugs in error messages fixed
2005-02-09 Francois-Olivier... Added tk->visual_w and tk->visual_h variables, specifyi...
2005-02-09 Francois-Olivier... Precision added to tk->balance, tk->volume, movie-...
2005-02-01 Francois-Olivier... Bug with number of layers to decode fixed
2005-01-26 Antonin Descampe* function getopt added to the decoder (to efficiently...
2005-01-14 Francois-Olivier... Bug with mj2_read_struct fixed (problem when reading...
2004-12-08 Francois-Olivier... This tool wraps J2K codestreams into a MJ2 file (desig...
2004-12-08 Francois-Olivier... This tool extracts J2K codestreams from a MJ2 file...
2004-12-08 Francois-Olivier... Converting to Unix
2004-12-08 Francois-Olivier... This tool wraps J2K codestreams into a MJ2 file (desig...
2004-12-08 Francois-Olivier... This tool extracts J2K codestreams from a MJ2 file...
2004-12-08 Francois-Olivier... New modular version of the MJ2 library.
2004-11-15 Francois-Olivier... fprintf correctly redirected to stderr or stdout
2004-11-05 Francois-Olivier... Help message updated
2004-11-05 Francois-Olivier... Usage message updated
2004-11-05 Francois-Olivier... Help message updated
2004-11-05 Francois-Olivier... Stack corruption error corrected with "tmp" variable
2004-10-08 Francois-Olivier... Bug with -F argument fixed
2004-10-06 Francois-Olivier... Memory leak bug fixed in the read_mdat() function
2004-09-09 Francois-Olivier... Bug with tk->imagefile pointer fixed
2004-09-08 Francois-Olivier... Modification of stsc_decompact function
2004-09-06 Francois-Olivier... Bug with sound and hint tracks fixed
2004-09-06 Francois-Olivier... One component input image handled
2004-08-27 Francois-Olivier... Pointer values initialized to zero
2004-08-24 Francois-Olivier... Fixed bugs. Thanks to Dereck !
2004-08-03 Francois-Olivier... Bug fixed in lossless mode
2004-07-16 Francois-Olivier... Error message modification
2004-07-16 Francois-Olivier... First upload of MJ2 module
2004-07-16 Francois-Olivier... First upload of mj2.h
2004-07-16 Francois-Olivier... Initial revision