minor changes in header inclusions
[openjpeg.git] / mj2 / mj2.c
2010-10-08 Antonin Descampefixed a bug in mj2.c that prevented extract_j2k_from_mj...
2010-10-05 Antonin DescampeAdded files to let people build openjpeg with configure...
2010-03-24 Francois-Olivier... Code improvements using 'g++-4.4.0' to trace the code...
2007-10-18 Francois-Olivier... Patch from Callum Lewick. Memset patch. See ChangeLog...
2007-08-21 Francois-Olivier... Robustified MJ2 codecs
2007-05-10 Francois-Olivier... MJ2 codec updated from LibOpenJPEG version 0.97 to...
2006-12-08 Francois-Olivier... MJ2 codec restructuration. Created MJ2_codec directory...
2005-05-23 Francois-Olivier... Variables in Movie and Track structure initialized...
2005-05-20 Francois-Olivier... Modified mj2_init_stdmovie. Check for division by zero...
2005-04-19 Francois-Olivier... Standard movie initialisation slightely modified
2005-03-25 Francois-Olivier... Replaced bad message error when unknown box is found
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-01-14 Francois-Olivier... Bug with mj2_read_struct fixed (problem when reading...
2004-12-08 Francois-Olivier... New modular version of the MJ2 library.
2004-11-05 Francois-Olivier... Stack corruption error corrected with "tmp" variable
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-08-27 Francois-Olivier... Pointer values initialized to zero
2004-08-24 Francois-Olivier... Fixed bugs. Thanks to Dereck !
2004-07-16 Francois-Olivier... First upload of MJ2 module