summaryrefslogtreecommitdiff
path: root/mj2/extract_j2k_from_mj2.c
AgeCommit message (Collapse)Author
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe
2011-01-23MJ2 module: Add two components to mj2.h: meth, enumcs ; Define or reset all ↵Antonin Descampe
components of mj2_cparameters_t before its usage ; Add argument -D prec to frames_to_mj2.c and use the precision in mj2_convert.c (solves Issue 49)
2010-10-19fixed options and help display (patch from winfried)Antonin Descampe
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2010-03-24Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to ↵Francois-Olivier Devaux
Winfried for this patch.
2007-10-18Patch from Callum Lewick. Memset patch. See ChangeLog for more details. ↵Francois-Olivier Devaux
Thanks Callum !
2007-05-10MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. ↵Francois-Olivier Devaux
Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library.
2006-12-08MJ2 codec restructuration. Created MJ2_codec directory and moved MJ2 codec ↵Francois-Olivier Devaux
files to this directory, created libopenjpeg_097 directory and moved libopenjpeg files version 0.97 to this directory
2005-05-23Useless call of mj2_init_stdmovie function deletedFrancois-Olivier Devaux
2005-04-19bug while freeing memory (mj2_free) fixedFrancois-Olivier Devaux
2004-12-08This tool extracts J2K codestreams from a MJ2 file (designed toFrancois-Olivier Devaux
work with other codecs than OpenJPEG)