openjpeg/mj2
Antonin Descampe d08a96e251 (thanks to Winfried for his help)
* [antonin] changed remaining "WIN32" to "_WIN32"
! [antonin] libopenjpeg has no more dependency on LCMS lib. Everything concerning color (icc profile, conversion to rgb, etc) has been put outside libopenjpeg and is used in j2k_to_image.c and mj2_to_frames.c.
- [antonin] removed "opj_convert{.c,.h}"
+ [antonin] added a directory "common/" that contains "getopt{.c,.h}" (previously in "codec/compat").
+ [antonin] added files "color{.c,.h}" in "common/" that define the code for icc profile management and sycc_to_rgb conversion
+ [antonin] added "common/format_defs.h" that contains common definitions used in image_to_j2k, j2k_to_image, j2k_dump.
2010-12-08 11:06:41 +00:00
..
CMakeLists.txt (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
MJ2_Extractor.dsp SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Extractor.dsw SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Extractor.sln SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Extractor.vcproj SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Wrapper.dsp SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Wrapper.dsw SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Wrapper.sln SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
MJ2_Wrapper.vcproj SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
Makefile.am (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
Makefile.in -This line, and those below, will be ignored-- 2010-10-17 22:42:46 +00:00
Makefile.nix (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
extract_j2k_from_mj2.c fixed options and help display (patch from winfried) 2010-10-19 10:06:47 +00:00
frames_to_mj2.c fixed options and help display (patch from winfried) 2010-10-19 10:06:47 +00:00
frames_to_mj2.dsp SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
frames_to_mj2.dsw SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
frames_to_mj2.sln SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
frames_to_mj2.vcproj SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
meta_out.c Added files to let people build openjpeg with configure tools ; Added 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-10-05 10:33:15 +00:00
meta_out.h MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library. 2007-05-10 14:21:09 +00:00
mj2.c (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
mj2.h Robustified MJ2 codecs 2007-08-21 10:18:40 +00:00
mj2_convert.c Added files to let people build openjpeg with configure tools ; Added 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-10-05 10:33:15 +00:00
mj2_convert.h Robustified MJ2 codecs 2007-08-21 10:18:40 +00:00
mj2_to_frames.c (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
mj2_to_frames.dsp SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_frames.dsw SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_frames.sln SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_frames.vcproj SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_metadata.c (thanks to Winfried for his help) 2010-12-08 11:06:41 +00:00
mj2_to_metadata.dsp SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_metadata.dsw SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_metadata.dtd SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_metadata.h MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library. 2007-05-10 14:21:09 +00:00
mj2_to_metadata.sln SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_metadata.vcproj SVN server problem. Added again MJ2 project files to try to solve issue. 2008-01-17 11:57:04 +00:00
mj2_to_metadata_Notes.doc MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library. 2007-05-10 14:21:09 +00:00
readme.txt MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library. 2007-05-10 14:21:09 +00:00
wrap_j2k_in_mj2.c fixed options and help display (patch from winfried) 2010-10-19 10:06:47 +00:00

readme.txt

Attention : the motion jpeg 2000 files currently only work with OpenJPEG v0.97 that you can find here : 

http://www.openjpeg.org/openjpeg_v097.tar.gz