openjpeg/mj2
Antonin Descampe 106da2f51e 1. The jp3d/libjp3dvm/Makefile.am has been changed:
Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/
Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/openjpeg3d.h

PREFIX/include:

   23  openjpeg.h -> openjpeg-1.4/openjpeg.h
   27  openjpeg3d.h -> openjpeg3d-1.3/openjpeg3d.h

28773  openjpeg-1.4/openjpeg.h
22158  openjpeg3d-1.3/openjpeg3d.h
	
2. The jp3d/Makefile.nix has been changed respectivly.
	
3. The mj2/Makefile.nix contained a wrong path to 'compat/'
	
4. opj_config.h.in.user contained a comment within a comment.
	
5. 'autoreconf' reported that AC_PROG_RANLIB is no longer necessary in 'configure.ac'.
2010-10-10 21:17:18 +00:00
..
CMakeLists.txt 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_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 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
Makefile.in 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
Makefile.nix 1. The jp3d/libjp3dvm/Makefile.am has been changed: 2010-10-10 21:17:18 +00:00
extract_j2k_from_mj2.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
frames_to_mj2.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
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 fixed a bug in mj2.c that prevented extract_j2k_from_mj2 to build properly. Patch from winfried 2010-10-08 10:16:27 +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 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_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 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_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 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

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