re-organization of openjpeg directories hierarchy : step 1
authorAntonin Descampe <antonin@gmail.com>
Wed, 13 Apr 2011 21:01:39 +0000 (21:01 +0000)
committerAntonin Descampe <antonin@gmail.com>
Wed, 13 Apr 2011 21:01:39 +0000 (21:01 +0000)
commit16f205d886407d087fbaa5d00ff31e371f97cb51
treec711b3f7a6ade13311cd10a2d2ec6cb0ea1b7a4f
parent87e4c72ee4be8eb4899cfab25359440a9ecacafa
re-organization of openjpeg directories hierarchy : step 1
276 files changed:
JavaOpenJPEG/CMakeLists.txt [deleted file]
JavaOpenJPEG/JavaOpenJPEG.c [deleted file]
JavaOpenJPEG/JavaOpenJPEGDecoder.c [deleted file]
JavaOpenJPEG/Makefile [deleted file]
JavaOpenJPEG/java-jni/include/jawt.h [deleted file]
JavaOpenJPEG/java-jni/include/jdwpTransport.h [deleted file]
JavaOpenJPEG/java-jni/include/jni.h [deleted file]
JavaOpenJPEG/java-jni/include/jvmdi.h [deleted file]
JavaOpenJPEG/java-jni/include/jvmpi.h [deleted file]
JavaOpenJPEG/java-jni/include/jvmti.h [deleted file]
JavaOpenJPEG/java-jni/include/win32/jawt_md.h [deleted file]
JavaOpenJPEG/java-jni/include/win32/jni_md.h [deleted file]
JavaOpenJPEG/java-jni/lib/jvm.lib [deleted file]
JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaDecoder.java [deleted file]
JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaEncoder.java [deleted file]
JavaOpenJPEG/org_openJpeg_OpenJPEGJavaDecoder.h [deleted file]
JavaOpenJPEG/org_openJpeg_OpenJPEGJavaEncoder.h [deleted file]
OPJViewer/Makefile [deleted file]
OPJViewer/OPJViewer.dsp [deleted file]
OPJViewer/OPJViewer.dsw [deleted file]
OPJViewer/OPJViewer.iss [deleted file]
OPJViewer/Readme.txt [deleted file]
OPJViewer/about/about.htm [deleted file]
OPJViewer/about/opj_logo.png [deleted file]
OPJViewer/buildupdate.bat [deleted file]
OPJViewer/source/OPJAbout.cpp [deleted file]
OPJViewer/source/OPJChild.ico [deleted file]
OPJViewer/source/OPJChild16.xpm [deleted file]
OPJViewer/source/OPJDialogs.cpp [deleted file]
OPJViewer/source/OPJThreads.cpp [deleted file]
OPJViewer/source/OPJViewer.cpp [deleted file]
OPJViewer/source/OPJViewer.h [deleted file]
OPJViewer/source/OPJViewer.ico [deleted file]
OPJViewer/source/OPJViewer.rc [deleted file]
OPJViewer/source/OPJViewer16.xpm [deleted file]
OPJViewer/source/about_htm.h [deleted file]
OPJViewer/source/build.h [deleted file]
OPJViewer/source/icon1.xpm [deleted file]
OPJViewer/source/icon2.xpm [deleted file]
OPJViewer/source/icon3.xpm [deleted file]
OPJViewer/source/icon4.xpm [deleted file]
OPJViewer/source/icon5.xpm [deleted file]
OPJViewer/source/imagjpeg2000.cpp [deleted file]
OPJViewer/source/imagjpeg2000.h [deleted file]
OPJViewer/source/imagmxf.cpp [deleted file]
OPJViewer/source/imagmxf.h [deleted file]
OPJViewer/source/license.txt [deleted file]
OPJViewer/source/opj_logo.xpm [deleted file]
OPJViewer/source/readmeafter.txt [deleted file]
OPJViewer/source/readmebefore.txt [deleted file]
OPJViewer/source/wxj2kparser.cpp [deleted file]
OPJViewer/source/wxjp2parser.cpp [deleted file]
OPJ_Validate/Makefile [deleted file]
OPJ_Validate/OPJ_Param_File_v0_1.txt [deleted file]
OPJ_Validate/OPJ_Validate.c [deleted file]
OPJ_Validate/OPJ_Validate.dsp [deleted file]
OPJ_Validate/OPJ_Validate.dsw [deleted file]
OPJ_Validate/OPJ_Validate_Candidate_vs_Ref.bat [deleted file]
OPJ_Validate/OPJ_Validate_Candidate_vs_Ref.sh [deleted file]
OPJ_Validate/OPJ_Validate_Create_Ref.bat [deleted file]
OPJ_Validate/OPJ_Validate_Create_Ref.sh [deleted file]
OPJ_Validate/README.txt [deleted file]
OPJ_Validate/linux_OPJ_Param_File_v0_1.txt [deleted file]
OPJ_Validate/md5.c [deleted file]
OPJ_Validate/md5.h [deleted file]
OPJ_Validate/original/README.txt [deleted file]
applications/JavaOpenJPEG/CMakeLists.txt [new file with mode: 0644]
applications/JavaOpenJPEG/JavaOpenJPEG.c [new file with mode: 0644]
applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c [new file with mode: 0644]
applications/JavaOpenJPEG/Makefile [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/jawt.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/jdwpTransport.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/jni.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/jvmdi.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/jvmpi.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/jvmti.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/win32/jawt_md.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/include/win32/jni_md.h [new file with mode: 0644]
applications/JavaOpenJPEG/java-jni/lib/jvm.lib [new file with mode: 0644]
applications/JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaDecoder.java [new file with mode: 0644]
applications/JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaEncoder.java [new file with mode: 0644]
applications/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaDecoder.h [new file with mode: 0644]
applications/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaEncoder.h [new file with mode: 0644]
applications/OPJViewer/Makefile [new file with mode: 0644]
applications/OPJViewer/OPJViewer.dsp [new file with mode: 0644]
applications/OPJViewer/OPJViewer.dsw [new file with mode: 0644]
applications/OPJViewer/OPJViewer.iss [new file with mode: 0644]
applications/OPJViewer/Readme.txt [new file with mode: 0644]
applications/OPJViewer/about/about.htm [new file with mode: 0644]
applications/OPJViewer/about/opj_logo.png [new file with mode: 0644]
applications/OPJViewer/buildupdate.bat [new file with mode: 0644]
applications/OPJViewer/source/OPJAbout.cpp [new file with mode: 0644]
applications/OPJViewer/source/OPJChild.ico [new file with mode: 0644]
applications/OPJViewer/source/OPJChild16.xpm [new file with mode: 0644]
applications/OPJViewer/source/OPJDialogs.cpp [new file with mode: 0644]
applications/OPJViewer/source/OPJThreads.cpp [new file with mode: 0644]
applications/OPJViewer/source/OPJViewer.cpp [new file with mode: 0644]
applications/OPJViewer/source/OPJViewer.h [new file with mode: 0644]
applications/OPJViewer/source/OPJViewer.ico [new file with mode: 0644]
applications/OPJViewer/source/OPJViewer.rc [new file with mode: 0644]
applications/OPJViewer/source/OPJViewer16.xpm [new file with mode: 0644]
applications/OPJViewer/source/about_htm.h [new file with mode: 0644]
applications/OPJViewer/source/build.h [new file with mode: 0644]
applications/OPJViewer/source/icon1.xpm [new file with mode: 0644]
applications/OPJViewer/source/icon2.xpm [new file with mode: 0644]
applications/OPJViewer/source/icon3.xpm [new file with mode: 0644]
applications/OPJViewer/source/icon4.xpm [new file with mode: 0644]
applications/OPJViewer/source/icon5.xpm [new file with mode: 0644]
applications/OPJViewer/source/imagjpeg2000.cpp [new file with mode: 0644]
applications/OPJViewer/source/imagjpeg2000.h [new file with mode: 0644]
applications/OPJViewer/source/imagmxf.cpp [new file with mode: 0644]
applications/OPJViewer/source/imagmxf.h [new file with mode: 0644]
applications/OPJViewer/source/license.txt [new file with mode: 0644]
applications/OPJViewer/source/opj_logo.xpm [new file with mode: 0644]
applications/OPJViewer/source/readmeafter.txt [new file with mode: 0644]
applications/OPJViewer/source/readmebefore.txt [new file with mode: 0644]
applications/OPJViewer/source/wxj2kparser.cpp [new file with mode: 0644]
applications/OPJViewer/source/wxjp2parser.cpp [new file with mode: 0644]
applications/codec/CMakeLists.txt [new file with mode: 0644]
applications/codec/Makefile.am [new file with mode: 0644]
applications/codec/Makefile.nix [new file with mode: 0644]
applications/codec/README [new file with mode: 0644]
applications/codec/convert.c [new file with mode: 0644]
applications/codec/convert.h [new file with mode: 0644]
applications/codec/image_to_j2k.c [new file with mode: 0644]
applications/codec/index.c [new file with mode: 0644]
applications/codec/index.h [new file with mode: 0644]
applications/codec/j2k_dump.c [new file with mode: 0644]
applications/codec/j2k_to_image.c [new file with mode: 0644]
applications/codec/windirent.h [new file with mode: 0644]
applications/common/color.c [new file with mode: 0644]
applications/common/color.h [new file with mode: 0644]
applications/common/format_defs.h [new file with mode: 0644]
applications/common/getopt.c [new file with mode: 0644]
applications/common/getopt.h [new file with mode: 0644]
applications/indexer_JPIP/CMakeLists.txt [new file with mode: 0644]
applications/indexer_JPIP/Makefile [new file with mode: 0644]
applications/indexer_JPIP/bio.c [new file with mode: 0644]
applications/indexer_JPIP/bio.h [new file with mode: 0644]
applications/indexer_JPIP/cio.c [new file with mode: 0644]
applications/indexer_JPIP/cio.h [new file with mode: 0644]
applications/indexer_JPIP/fix.c [new file with mode: 0644]
applications/indexer_JPIP/fix.h [new file with mode: 0644]
applications/indexer_JPIP/index_create.c [new file with mode: 0644]
applications/indexer_JPIP/int.c [new file with mode: 0644]
applications/indexer_JPIP/int.h [new file with mode: 0644]
applications/indexer_JPIP/j2k.h [new file with mode: 0644]
applications/indexer_JPIP/jp2.c [new file with mode: 0644]
applications/indexer_JPIP/jp2.h [new file with mode: 0644]
applications/indexer_JPIP/jpip.c [new file with mode: 0644]
applications/indexer_JPIP/jpip.h [new file with mode: 0644]
applications/indexer_JPIP/pi.c [new file with mode: 0644]
applications/indexer_JPIP/pi.h [new file with mode: 0644]
applications/indexer_JPIP/t2.c [new file with mode: 0644]
applications/indexer_JPIP/t2.h [new file with mode: 0644]
applications/indexer_JPIP/tcd.c [new file with mode: 0644]
applications/indexer_JPIP/tcd.h [new file with mode: 0644]
applications/indexer_JPIP/tgt.c [new file with mode: 0644]
applications/indexer_JPIP/tgt.h [new file with mode: 0644]
applications/mj2/CMakeLists.txt [new file with mode: 0644]
applications/mj2/Makefile.am [new file with mode: 0644]
applications/mj2/Makefile.nix [new file with mode: 0644]
applications/mj2/extract_j2k_from_mj2.c [new file with mode: 0644]
applications/mj2/frames_to_mj2.c [new file with mode: 0644]
applications/mj2/meta_out.c [new file with mode: 0644]
applications/mj2/meta_out.h [new file with mode: 0644]
applications/mj2/mj2.c [new file with mode: 0644]
applications/mj2/mj2.h [new file with mode: 0644]
applications/mj2/mj2_convert.c [new file with mode: 0644]
applications/mj2/mj2_convert.h [new file with mode: 0644]
applications/mj2/mj2_to_frames.c [new file with mode: 0644]
applications/mj2/mj2_to_metadata.c [new file with mode: 0644]
applications/mj2/mj2_to_metadata.dtd [new file with mode: 0644]
applications/mj2/mj2_to_metadata.h [new file with mode: 0644]
applications/mj2/mj2_to_metadata.sln [new file with mode: 0644]
applications/mj2/mj2_to_metadata.vcproj [new file with mode: 0644]
applications/mj2/mj2_to_metadata_Notes.doc [new file with mode: 0644]
applications/mj2/readme.txt [new file with mode: 0644]
applications/mj2/wrap_j2k_in_mj2.c [new file with mode: 0644]
codec/CMakeLists.txt [deleted file]
codec/Makefile.am [deleted file]
codec/Makefile.nix [deleted file]
codec/README [deleted file]
codec/convert.c [deleted file]
codec/convert.h [deleted file]
codec/image_to_j2k.c [deleted file]
codec/index.c [deleted file]
codec/index.h [deleted file]
codec/j2k_dump.c [deleted file]
codec/j2k_to_image.c [deleted file]
codec/windirent.h [deleted file]
common/color.c [deleted file]
common/color.h [deleted file]
common/format_defs.h [deleted file]
common/getopt.c [deleted file]
common/getopt.h [deleted file]
indexer_JPIP/CMakeLists.txt [deleted file]
indexer_JPIP/Makefile [deleted file]
indexer_JPIP/bio.c [deleted file]
indexer_JPIP/bio.h [deleted file]
indexer_JPIP/cio.c [deleted file]
indexer_JPIP/cio.h [deleted file]
indexer_JPIP/fix.c [deleted file]
indexer_JPIP/fix.h [deleted file]
indexer_JPIP/index_create.c [deleted file]
indexer_JPIP/int.c [deleted file]
indexer_JPIP/int.h [deleted file]
indexer_JPIP/j2k.h [deleted file]
indexer_JPIP/jp2.c [deleted file]
indexer_JPIP/jp2.h [deleted file]
indexer_JPIP/jpip.c [deleted file]
indexer_JPIP/jpip.h [deleted file]
indexer_JPIP/pi.c [deleted file]
indexer_JPIP/pi.h [deleted file]
indexer_JPIP/t2.c [deleted file]
indexer_JPIP/t2.h [deleted file]
indexer_JPIP/tcd.c [deleted file]
indexer_JPIP/tcd.h [deleted file]
indexer_JPIP/tgt.c [deleted file]
indexer_JPIP/tgt.h [deleted file]
jpwl/CMakeLists.txt [deleted file]
jpwl/Makefile.am [deleted file]
jpwl/Makefile.nix [deleted file]
jpwl/README.txt [deleted file]
jpwl/crc.c [deleted file]
jpwl/crc.h [deleted file]
jpwl/jpwl.c [deleted file]
jpwl/jpwl.h [deleted file]
jpwl/jpwl_lib.c [deleted file]
jpwl/rs.c [deleted file]
jpwl/rs.h [deleted file]
libopenjpeg/jpwl/CMakeLists.txt [new file with mode: 0755]
libopenjpeg/jpwl/Makefile.am [new file with mode: 0644]
libopenjpeg/jpwl/Makefile.nix [new file with mode: 0644]
libopenjpeg/jpwl/README.txt [new file with mode: 0644]
libopenjpeg/jpwl/crc.c [new file with mode: 0644]
libopenjpeg/jpwl/crc.h [new file with mode: 0644]
libopenjpeg/jpwl/jpwl.c [new file with mode: 0644]
libopenjpeg/jpwl/jpwl.h [new file with mode: 0644]
libopenjpeg/jpwl/jpwl_lib.c [new file with mode: 0644]
libopenjpeg/jpwl/rs.c [new file with mode: 0644]
libopenjpeg/jpwl/rs.h [new file with mode: 0644]
mj2/CMakeLists.txt [deleted file]
mj2/Makefile.am [deleted file]
mj2/Makefile.nix [deleted file]
mj2/extract_j2k_from_mj2.c [deleted file]
mj2/frames_to_mj2.c [deleted file]
mj2/meta_out.c [deleted file]
mj2/meta_out.h [deleted file]
mj2/mj2.c [deleted file]
mj2/mj2.h [deleted file]
mj2/mj2_convert.c [deleted file]
mj2/mj2_convert.h [deleted file]
mj2/mj2_to_frames.c [deleted file]
mj2/mj2_to_metadata.c [deleted file]
mj2/mj2_to_metadata.dtd [deleted file]
mj2/mj2_to_metadata.h [deleted file]
mj2/mj2_to_metadata.sln [deleted file]
mj2/mj2_to_metadata.vcproj [deleted file]
mj2/mj2_to_metadata_Notes.doc [deleted file]
mj2/readme.txt [deleted file]
mj2/wrap_j2k_in_mj2.c [deleted file]
testing/Makefile [new file with mode: 0644]
testing/OPJ_Param_File_v0_1.txt [new file with mode: 0644]
testing/OPJ_Validate.c [new file with mode: 0644]
testing/OPJ_Validate.dsp [new file with mode: 0644]
testing/OPJ_Validate.dsw [new file with mode: 0644]
testing/OPJ_Validate_Candidate_vs_Ref.bat [new file with mode: 0644]
testing/OPJ_Validate_Candidate_vs_Ref.sh [new file with mode: 0644]
testing/OPJ_Validate_Create_Ref.bat [new file with mode: 0644]
testing/OPJ_Validate_Create_Ref.sh [new file with mode: 0644]
testing/README.txt [new file with mode: 0644]
testing/linux_OPJ_Param_File_v0_1.txt [new file with mode: 0644]
testing/md5.c [new file with mode: 0644]
testing/md5.h [new file with mode: 0644]
testing/original/README.txt [new file with mode: 0644]