[med-svn] [gdcm] branch upstream updated (ca2ab1c -> 11474f8)
Gert Wollny
gewo at moszumanska.debian.org
Wed Jul 5 09:08:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a change to branch upstream
in repository gdcm.
from ca2ab1c New upstream version 2.6.8
new 11474f8 New upstream version 2.8.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.clang-format | 67 +
.travis.yml | 4 +-
Applications/Cxx/gdcmdump.cxx | 80 +
Applications/Cxx/gdcmscanner.cxx | 60 +-
Applications/Cxx/gdcmstream.cxx | 6 +-
Applications/Cxx/gdcmtar.cxx | 9 +-
CMake/ExportConfiguration/CMakeLists.txt | 2 +-
CMake/FindJavaProperties.cmake | 9 +-
CMake/FindOpenJPEG.cmake | 42 +-
CMake/UseCSharp.cmake | 48 +-
CMakeLists.txt | 22 +-
Examples/Cxx/CMakeLists.txt | 18 +-
Examples/Cxx/DeriveSeries.cxx | 87 +
Examples/Cxx/DumpGEMSMovieGroup.cxx | 6 +-
Examples/Cxx/DumpSiemensBase64.cxx | 88 +
Examples/Cxx/Extracting_All_Resolution.cxx | 2 +-
Source/Common/gdcmConfigure.h.in | 13 +-
Source/Common/gdcmDummyValueGenerator.cxx | 2 +-
Source/Common/gdcmMD5.cxx | 104 +-
Source/Common/gdcmMD5.h | 14 +-
.../gdcmOpenSSLCryptographicMessageSyntax.cxx | 24 +-
Source/Common/gdcmSwapper.txx | 2 +-
Source/Common/gdcmTesting.cxx | 2 +-
Source/Common/gdcmTesting.h | 2 +-
Source/DataDictionary/GroupName.dic | 72 -
Source/DataDictionary/NIH.dic | 15 -
Source/DataDictionary/Part6.xml | 8609 ++++++++-------
Source/DataDictionary/Part6.xsl | 358 +
Source/DataDictionary/Part6togdcm1.xsl | 39 -
Source/DataDictionary/SPI.dic | 140 -
Source/DataDictionary/gdcm1.xsl | 43 -
Source/DataDictionary/gdcm2html.xsl | 124 -
Source/DataDictionary/gdcm2pdf.xsl | 123 -
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 1 +
Source/DataDictionary/txt2xml.py | 396 -
.../gdcmElement.h | 2 +-
.../gdcmMediaStorage.cxx | 4 +
.../gdcmMediaStorage.h | 2 +
.../gdcmReader.cxx | 184 +-
.../gdcmTransferSyntax.h | 2 -
.../DataStructureAndEncodingDefinition/gdcmVM.cxx | 4 +-
Source/DataStructureAndEncodingDefinition/gdcmVM.h | 2 +-
.../DataStructureAndEncodingDefinition/gdcmVR.cxx | 44 +-
Source/DataStructureAndEncodingDefinition/gdcmVR.h | 15 +-
Source/InformationObjectDefinition/Part3New.xsl | 219 +
Source/InformationObjectDefinition/Part4.xml | 319 +-
Source/InformationObjectDefinition/Part4.xsl | 257 +-
.../gdcmTableReader.cxx | 24 +
Source/MediaStorageAndFileFormat/CMakeLists.txt | 19 +-
.../MediaStorageAndFileFormat/gdcmAnonymizer.cxx | 4 +-
.../MediaStorageAndFileFormat/gdcmImageHelper.cxx | 42 +-
.../gdcmImageRegionReader.cxx | 36 +-
.../gdcmImageRegionReader.h | 1 +
.../gdcmJPEG2000Codec.cxx | 333 +-
.../MediaStorageAndFileFormat/gdcmPixmapWriter.cxx | 3 -
.../MediaStorageAndFileFormat/gdcmPixmapWriter.h | 1 -
Source/MediaStorageAndFileFormat/gdcmRLECodec.cxx | 12 +-
Source/MediaStorageAndFileFormat/gdcmSegment.cxx | 35 +-
Source/MediaStorageAndFileFormat/gdcmSegment.h | 18 +-
.../gdcmSegmentReader.cxx | 183 +-
.../gdcmSegmentWriter.cxx | 291 +-
Source/MediaStorageAndFileFormat/gdcmSorter.cxx | 15 +-
Source/MediaStorageAndFileFormat/gdcmSorter.h | 7 +
.../MediaStorageAndFileFormat/gdcmStringFilter.cxx | 11 -
.../MediaStorageAndFileFormat/gdcmStringFilter.h | 2 -
.../gdcmSurfaceReader.cxx | 82 +-
.../gdcmSurfaceWriter.cxx | 80 +-
Testing/Source/Data/CMakeLists.txt | 13 +-
.../Cxx/TestAttribute1.cxx | 4 +
.../Cxx/TestDS.cxx | 114 +-
.../Cxx/TestElement2.cxx | 14 +
.../Cxx/TestElement5.cxx | 2 +-
.../Cxx/TestVR.cxx | 6 +
.../MediaStorageAndFileFormat/Cxx/TestCurve2.cxx | 2 +-
.../Cxx/TestImageRegionReader1.cxx | 2 +-
.../Cxx/TestImageRegionReader2.cxx | 2 +-
.../MediaStorageAndFileFormat/Cxx/TestOverlay3.cxx | 4 +-
.../MediaStorageAndFileFormat/Cxx/TestPrinter1.cxx | 2 +-
Utilities/CMakeLists.txt | 20 +-
Utilities/Release/README.md | 2 +-
Utilities/Release/release.sh | 30 +-
Utilities/Tools/CMakeLists.txt | 3 -
Utilities/Tools/upsidedown.c | 46 -
Utilities/VTK/Applications/gdcm2vtk.cxx | 2 -
Utilities/VTK/Applications/gdcmviewer.cxx | 18 -
Utilities/VTK/CMakeLists.txt | 1 +
Utilities/VTK/Examples/Cxx/Compute3DSpacing.cxx | 2 -
Utilities/VTK/Examples/Cxx/gdcmorthoplanes.cxx | 4 -
.../VTK/Testing/Cxx/TestvtkGDCMImageReader1.cxx | 4 -
.../VTK/Testing/Cxx/TestvtkGDCMImageReader2_3.cxx | 4 -
.../Testing/Cxx/TestvtkGDCMImageReaderIsLossy.cxx | 4 -
.../VTK/Testing/Cxx/TestvtkGDCMImageWriter1.cxx | 4 -
.../VTK/Testing/Cxx/TestvtkGDCMImageWriter2.cxx | 4 -
Utilities/VTK/VTK4/vtkMedicalImageProperties.cxx | 4 -
Utilities/VTK/VTK4/vtkMedicalImageProperties.h | 4 -
Utilities/VTK/VTK4/vtkStringArray.cxx | 4 -
Utilities/VTK/VTK4/vtkStringArray.h | 4 -
Utilities/VTK/vtkGDCMImageReader.cxx | 4 -
Utilities/VTK/vtkGDCMImageReader.h | 4 -
Utilities/VTK/vtkGDCMImageReader2.cxx | 4 -
Utilities/VTK/vtkGDCMImageReader2.h | 4 -
Utilities/VTK/vtkGDCMImageWriter.cxx | 8 -
Utilities/VTK/vtkGDCMImageWriter.h | 4 -
Utilities/VTK/vtkGDCMMedicalImageProperties.cxx | 4 -
Utilities/VTK/vtkGDCMMedicalImageProperties.h | 4 -
Utilities/VTK/vtkGDCMPolyDataReader.cxx | 4 -
Utilities/VTK/vtkGDCMPolyDataReader.h | 4 -
Utilities/VTK/vtkGDCMPolyDataWriter.cxx | 4 -
Utilities/VTK/vtkGDCMPolyDataWriter.h | 4 -
Utilities/VTK/vtkGDCMTesting.cxx | 4 -
Utilities/VTK/vtkGDCMTesting.h | 4 -
Utilities/VTK/vtkGDCMThreadedImageReader.cxx | 4 -
Utilities/VTK/vtkGDCMThreadedImageReader.h | 4 -
Utilities/VTK/vtkGDCMThreadedImageReader2.cxx | 4 -
Utilities/VTK/vtkGDCMThreadedImageReader2.h | 4 -
Utilities/VTK/vtkImageColorViewer.cxx | 4 -
Utilities/VTK/vtkImageColorViewer.h | 4 -
Utilities/VTK/vtkImageMapToColors16.cxx | 4 -
Utilities/VTK/vtkImageMapToColors16.h | 4 -
Utilities/VTK/vtkImageMapToWindowLevelColors2.cxx | 4 -
Utilities/VTK/vtkImageMapToWindowLevelColors2.h | 4 -
.../VTK/vtkImagePlanarComponentsToComponents.cxx | 4 -
.../VTK/vtkImagePlanarComponentsToComponents.h | 5 -
Utilities/VTK/vtkImageRGBToYBR.cxx | 4 -
Utilities/VTK/vtkImageRGBToYBR.h | 4 -
Utilities/VTK/vtkImageYBRToRGB.cxx | 4 -
Utilities/VTK/vtkImageYBRToRGB.h | 4 -
Utilities/VTK/vtkLookupTable16.cxx | 4 -
Utilities/VTK/vtkLookupTable16.h | 4 -
Utilities/VTK/vtkRTStructSetProperties.cxx | 4 -
Utilities/VTK/vtkRTStructSetProperties.h | 4 -
Utilities/doxygen/man/gdcmdump.xml | 83 +
Utilities/gdcm_charls.h | 4 +-
Utilities/gdcm_openjpeg.h | 18 +-
Utilities/gdcm_openjpeg2.h | 41 -
Utilities/gdcmcharls/CMakeLists.txt | 18 +-
Utilities/gdcmcharls/License.txt | 30 +-
Utilities/gdcmcharls/README.GDCM.txt | 30 +-
Utilities/gdcmcharls/colortransform.h | 3 +
Utilities/gdcmcharls/config.h | 9 +-
Utilities/gdcmcharls/context.h | 44 +-
Utilities/gdcmcharls/contextrunmode.h | 16 +-
Utilities/gdcmcharls/decoderstrategy.h | 542 +-
Utilities/gdcmcharls/defaulttraits.h | 13 +-
Utilities/gdcmcharls/encoderstrategy.h | 111 +-
Utilities/gdcmcharls/header.cpp | 545 +-
Utilities/gdcmcharls/header.h | 84 +-
Utilities/gdcmcharls/interface.cpp | 270 +-
Utilities/gdcmcharls/interface.h | 50 +-
Utilities/gdcmcharls/jpegimagedatasegment.h | 28 +
Utilities/gdcmcharls/jpegls.cpp | 3 +-
Utilities/gdcmcharls/jpegmarker.h | 75 +
Utilities/gdcmcharls/jpegmarkersegment.cpp | 120 +
Utilities/gdcmcharls/jpegmarkersegment.h | 40 +
Utilities/gdcmcharls/jpegsegment.h | 22 +
Utilities/gdcmcharls/jpegstreamwriter.cpp | 107 +
Utilities/gdcmcharls/jpegstreamwriter.h | 114 +
Utilities/gdcmcharls/processline.h | 209 +-
Utilities/gdcmcharls/publictypes.h | 77 +-
Utilities/gdcmcharls/scan.h | 206 +-
Utilities/gdcmcharls/stdafx.cpp | 0
Utilities/gdcmcharls/streams.h | 156 -
Utilities/gdcmcharls/util.h | 11 +-
Utilities/gdcmjpeg/jdcoefct.c | 2 +-
Utilities/gdcmmd5/README | 2 -
Utilities/gdcmmd5/README.GDCM.txt | 12 +
Utilities/gdcmopenjpeg-v1/.NoDartCoverage | 1 -
Utilities/gdcmopenjpeg-v1/CHANGES | 817 --
.../gdcmopenjpeg-v1/CMake/CTestCustom.cmake.in | 21 -
.../gdcmopenjpeg-v1/CMake/CheckHaveGetopt.cmake | 15 -
Utilities/gdcmopenjpeg-v1/CMakeLists.txt | 387 -
Utilities/gdcmopenjpeg-v1/CTestConfig.cmake | 7 -
Utilities/gdcmopenjpeg-v1/CTestCustom.cmake.in | 21 -
Utilities/gdcmopenjpeg-v1/INSTALL | 105 -
Utilities/gdcmopenjpeg-v1/LICENSE | 30 -
Utilities/gdcmopenjpeg-v1/LibOpenJPEG.dsp | 262 -
Utilities/gdcmopenjpeg-v1/LibOpenJPEG.dsw | 41 -
Utilities/gdcmopenjpeg-v1/LibOpenJPEG.sln | 20 -
Utilities/gdcmopenjpeg-v1/LibOpenJPEG.vcproj | 642 --
Utilities/gdcmopenjpeg-v1/OPJViewer/OPJViewer.dsp | 290 -
Utilities/gdcmopenjpeg-v1/OPJViewer/OPJViewer.dsw | 56 -
Utilities/gdcmopenjpeg-v1/OPJViewer/OPJViewer.iss | 48 -
Utilities/gdcmopenjpeg-v1/OPJViewer/Readme.txt | 100 -
.../gdcmopenjpeg-v1/OPJViewer/about/about.htm | 36 -
.../gdcmopenjpeg-v1/OPJViewer/about/opj_logo.png | Bin 6500 -> 0 bytes
.../gdcmopenjpeg-v1/OPJViewer/buildupdate.bat | 15 -
.../gdcmopenjpeg-v1/OPJViewer/source/OPJAbout.cpp | 87 -
.../gdcmopenjpeg-v1/OPJViewer/source/OPJChild.ico | Bin 1078 -> 0 bytes
.../OPJViewer/source/OPJChild16.xpm | 28 -
.../OPJViewer/source/OPJDialogs.cpp | 1373 ---
.../OPJViewer/source/OPJThreads.cpp | 1268 ---
.../gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.cpp | 1664 ---
.../gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.h | 811 --
.../gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.ico | Bin 1078 -> 0 bytes
.../gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.rc | 3 -
.../OPJViewer/source/OPJViewer16.xpm | 26 -
.../gdcmopenjpeg-v1/OPJViewer/source/about_htm.h | 54 -
Utilities/gdcmopenjpeg-v1/OPJViewer/source/build.h | 1 -
.../gdcmopenjpeg-v1/OPJViewer/source/icon1.xpm | 79 -
.../gdcmopenjpeg-v1/OPJViewer/source/icon2.xpm | 53 -
.../gdcmopenjpeg-v1/OPJViewer/source/icon3.xpm | 79 -
.../gdcmopenjpeg-v1/OPJViewer/source/icon4.xpm | 43 -
.../gdcmopenjpeg-v1/OPJViewer/source/icon5.xpm | 79 -
.../OPJViewer/source/imagjpeg2000.cpp | 1464 ---
.../OPJViewer/source/imagjpeg2000.h | 177 -
.../gdcmopenjpeg-v1/OPJViewer/source/imagmxf.cpp | 502 -
.../gdcmopenjpeg-v1/OPJViewer/source/imagmxf.h | 99 -
.../gdcmopenjpeg-v1/OPJViewer/source/license.txt | 14 -
.../gdcmopenjpeg-v1/OPJViewer/source/opj_logo.xpm | 285 -
.../OPJViewer/source/readmeafter.txt | 34 -
.../OPJViewer/source/readmebefore.txt | 11 -
.../OPJViewer/source/wxj2kparser.cpp | 1465 ---
.../OPJViewer/source/wxjp2parser.cpp | 1116 --
.../OPJ_Validate/OPJ_Param_File_v0_1.txt | 100 -
.../gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate.c | 244 -
.../gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate.dsp | 108 -
.../gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate.dsw | 29 -
.../OPJ_Validate/OPJ_Validate_Candidate_vs_Ref.bat | 8 -
.../OPJ_Validate/OPJ_Validate_Candidate_vs_Ref.sh | 16 -
.../OPJ_Validate/OPJ_Validate_Create_Ref.bat | 4 -
.../OPJ_Validate/OPJ_Validate_Create_Ref.sh | 13 -
Utilities/gdcmopenjpeg-v1/OPJ_Validate/README.txt | 46 -
.../OPJ_Validate/linux_OPJ_Param_File_v0_1.txt | 89 -
Utilities/gdcmopenjpeg-v1/OPJ_Validate/md5.c | 276 -
Utilities/gdcmopenjpeg-v1/OPJ_Validate/md5.h | 59 -
.../OPJ_Validate/original/README.txt | 1 -
Utilities/gdcmopenjpeg-v1/OpenJPEG.rc | 109 -
Utilities/gdcmopenjpeg-v1/README | 1 -
Utilities/gdcmopenjpeg-v1/README.msvc | 40 -
Utilities/gdcmopenjpeg-v1/codec/CMakeLists.txt | 102 -
Utilities/gdcmopenjpeg-v1/codec/README | 8 -
Utilities/gdcmopenjpeg-v1/codec/convert.c | 2686 -----
Utilities/gdcmopenjpeg-v1/codec/convert.h | 82 -
Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.c | 1789 ---
Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.dsp | 118 -
Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.dsw | 44 -
Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.sln | Bin 1506 -> 0 bytes
.../gdcmopenjpeg-v1/codec/image_to_j2k.vcproj | 292 -
Utilities/gdcmopenjpeg-v1/codec/index.c | 391 -
Utilities/gdcmopenjpeg-v1/codec/j2k_dump.c | 634 --
Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.c | 845 --
Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.dsp | 117 -
Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.dsw | 44 -
Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.sln | Bin 1506 -> 0 bytes
.../gdcmopenjpeg-v1/codec/j2k_to_image.vcproj | 291 -
Utilities/gdcmopenjpeg-v1/codec/windirent.h | 677 --
Utilities/gdcmopenjpeg-v1/common/color.c | 463 -
Utilities/gdcmopenjpeg-v1/common/color.h | 38 -
Utilities/gdcmopenjpeg-v1/common/format_defs.h | 48 -
Utilities/gdcmopenjpeg-v1/common/getopt.c | 261 -
Utilities/gdcmopenjpeg-v1/common/getopt.h | 29 -
Utilities/gdcmopenjpeg-v1/doc/CMakeLists.txt | 15 -
Utilities/gdcmopenjpeg-v1/doc/Doxyfile.dox | 234 -
.../gdcmopenjpeg-v1/doc/man/man1/image_to_j2k.1 | 222 -
Utilities/gdcmopenjpeg-v1/doc/man/man1/j2k_dump.1 | 62 -
.../gdcmopenjpeg-v1/doc/man/man1/j2k_to_image.1 | 109 -
.../gdcmopenjpeg-v1/doc/man/man3/libopenjpeg.3 | 337 -
.../gdcmopenjpeg-v1/indexer_JPIP/CMakeLists.txt | 5 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/bio.c | 125 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/cio.c | 129 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/cio.h | 44 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/fix.c | 44 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/fix.h | 34 -
.../gdcmopenjpeg-v1/indexer_JPIP/index_create.c | 1219 --
Utilities/gdcmopenjpeg-v1/indexer_JPIP/int.c | 89 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/int.h | 41 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/j2k.h | 288 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/jp2.c | 302 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/jp2.h | 44 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/jpip.c | 768 --
Utilities/gdcmopenjpeg-v1/indexer_JPIP/jpip.h | 42 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/pi.c | 465 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/pi.h | 72 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/t2.c | 389 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/t2.h | 46 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/tcd.c | 285 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/tcd.h | 137 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/tgt.c | 170 -
Utilities/gdcmopenjpeg-v1/indexer_JPIP/tgt.h | 80 -
Utilities/gdcmopenjpeg-v1/jp3d/CMakeLists.txt | 15 -
Utilities/gdcmopenjpeg-v1/jp3d/DllJp3dVM.dsp | 273 -
Utilities/gdcmopenjpeg-v1/jp3d/DllJp3dVM.sln | 21 -
Utilities/gdcmopenjpeg-v1/jp3d/DllJp3dVM.vcproj | 278 -
Utilities/gdcmopenjpeg-v1/jp3d/LICENSE.txt | 30 -
Utilities/gdcmopenjpeg-v1/jp3d/LibJp3dVM.sln | 21 -
Utilities/gdcmopenjpeg-v1/jp3d/LibJp3dVM.vcproj | 249 -
Utilities/gdcmopenjpeg-v1/jp3d/README.txt | 285 -
.../gdcmopenjpeg-v1/jp3d/codec/CMakeLists.txt | 47 -
Utilities/gdcmopenjpeg-v1/jp3d/codec/convert.c | 997 --
Utilities/gdcmopenjpeg-v1/jp3d/codec/convert.h | 51 -
Utilities/gdcmopenjpeg-v1/jp3d/codec/getopt.c | 109 -
Utilities/gdcmopenjpeg-v1/jp3d/codec/getopt.h | 14 -
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_to_volume.c | 540 -
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.ncb | Bin 470016 -> 0 bytes
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.sln | 30 -
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.suo | Bin 13312 -> 0 bytes
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.vcproj | 157 -
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.ncb | Bin 568320 -> 0 bytes
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.sln | 35 -
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.suo | Bin 21504 -> 0 bytes
.../gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.vcproj | 157 -
.../gdcmopenjpeg-v1/jp3d/codec/volume_to_jp3d.c | 906 --
Utilities/gdcmopenjpeg-v1/jp3d/codec/windirent.h | 676 --
.../gdcmopenjpeg-v1/jp3d/libjp3dvm/CMakeLists.txt | 39 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/bio.c | 189 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/bio.h | 132 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/cio.c | 217 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/cio.h | 100 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/dwt.c | 1016 --
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/dwt.h | 100 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/event.c | 181 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/event.h | 58 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/fix.h | 62 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/int.h | 122 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d.c | 2328 ----
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d.h | 518 -
.../gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d_lib.c | 76 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mct.c | 131 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mct.h | 97 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mqc.c | 548 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mqc.h | 201 -
.../gdcmopenjpeg-v1/jp3d/libjp3dvm/openjpeg.c | 207 -
.../gdcmopenjpeg-v1/jp3d/libjp3dvm/openjpeg3d.h | 713 --
.../gdcmopenjpeg-v1/jp3d/libjp3dvm/opj_includes.h | 81 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/pi.c | 630 --
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/pi.h | 145 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/raw.c | 86 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/raw.h | 99 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1.c | 1181 --
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1.h | 173 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1_3d.c | 1230 ---
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1_3d.h | 173 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t2.c | 675 --
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t2.h | 101 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tcd.c | 1738 ---
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tcd.h | 334 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tgt.c | 256 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tgt.h | 124 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/volume.c | 89 -
Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/volume.h | 43 -
.../gdcmopenjpeg-v1/jp3d/tcltk/LPI_JP3D_VM.tcl | 114 -
Utilities/gdcmopenjpeg-v1/jp3d/tcltk/README | 13 -
Utilities/gdcmopenjpeg-v1/jp3d/tcltk/Thumbs.db | Bin 18944 -> 0 bytes
Utilities/gdcmopenjpeg-v1/jp3d/tcltk/decoder.tcl | 272 -
Utilities/gdcmopenjpeg-v1/jp3d/tcltk/encoder.tcl | 470 -
Utilities/gdcmopenjpeg-v1/jp3d/tcltk/logoLPI.gif | Bin 5212 -> 0 bytes
Utilities/gdcmopenjpeg-v1/jpwl/CMakeLists.txt | 107 -
.../gdcmopenjpeg-v1/jpwl/JPWL_image_to_j2k.dsp | 127 -
.../gdcmopenjpeg-v1/jpwl/JPWL_image_to_j2k.dsw | 44 -
.../gdcmopenjpeg-v1/jpwl/JPWL_j2k_to_image.dsp | 135 -
.../gdcmopenjpeg-v1/jpwl/JPWL_j2k_to_image.dsw | 44 -
.../gdcmopenjpeg-v1/jpwl/LibOpenJPEG_JPWL.dsp | 282 -
Utilities/gdcmopenjpeg-v1/jpwl/README.txt | 136 -
Utilities/gdcmopenjpeg-v1/jpwl/crc.c | 160 -
Utilities/gdcmopenjpeg-v1/jpwl/crc.h | 84 -
Utilities/gdcmopenjpeg-v1/jpwl/jpwl.c | 1357 ---
Utilities/gdcmopenjpeg-v1/jpwl/jpwl.h | 425 -
Utilities/gdcmopenjpeg-v1/jpwl/jpwl_lib.c | 1796 ---
Utilities/gdcmopenjpeg-v1/jpwl/rs.c | 594 -
Utilities/gdcmopenjpeg-v1/jpwl/rs.h | 111 -
Utilities/gdcmopenjpeg-v1/libopenjpeg.pc.in | 11 -
.../gdcmopenjpeg-v1/libopenjpeg/CMakeLists.txt | 63 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/cio.c | 191 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/cio.h | 86 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/dwt.c | 858 --
Utilities/gdcmopenjpeg-v1/libopenjpeg/event.h | 58 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/fix.h | 64 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/image.c | 89 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/image.h | 48 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/int.h | 119 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/j2k.c | 2434 ----
Utilities/gdcmopenjpeg-v1/libopenjpeg/j2k.h | 446 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/j2k_lib.h | 54 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/jp2.c | 1089 --
Utilities/gdcmopenjpeg-v1/libopenjpeg/jp2.h | 231 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/jpt.c | 155 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/jpt.h | 75 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/mct.c | 190 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/openjpeg.c | 337 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/openjpeg.h | 919 --
.../gdcmopenjpeg-v1/libopenjpeg/opj_includes.h | 136 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/opj_malloc.h | 163 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/pi.c | 963 --
Utilities/gdcmopenjpeg-v1/libopenjpeg/pi.h | 156 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/t1.c | 1581 ---
Utilities/gdcmopenjpeg-v1/libopenjpeg/t2.c | 795 --
Utilities/gdcmopenjpeg-v1/libopenjpeg/tcd.c | 1516 ---
Utilities/gdcmopenjpeg-v1/libopenjpeg/tcd.h | 286 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/tgt.c | 213 -
Utilities/gdcmopenjpeg-v1/libopenjpeg/tgt.h | 114 -
Utilities/gdcmopenjpeg-v1/ltmain.sh | 8750 ---------------
Utilities/gdcmopenjpeg-v1/missing | 376 -
Utilities/gdcmopenjpeg-v1/mj2/CMakeLists.txt | 87 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.dsp | 196 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.dsw | 44 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.sln | 29 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.vcproj | 354 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.dsp | 195 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.dsw | 44 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.sln | 29 -
Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.vcproj | 353 -
.../gdcmopenjpeg-v1/mj2/extract_j2k_from_mj2.c | 148 -
Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.c | 806 --
Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.dsp | 212 -
Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.dsw | 44 -
Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.sln | Bin 1508 -> 0 bytes
Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.vcproj | 406 -
Utilities/gdcmopenjpeg-v1/mj2/meta_out.c | 2181 ----
Utilities/gdcmopenjpeg-v1/mj2/meta_out.h | 13 -
Utilities/gdcmopenjpeg-v1/mj2/mj2.c | 2911 -----
Utilities/gdcmopenjpeg-v1/mj2/mj2.h | 391 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_convert.c | 329 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_convert.h | 45 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.c | 250 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.dsp | 159 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.dsw | 44 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.sln | 29 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.vcproj | 324 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.c | 312 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.dsp | 140 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.dsw | 44 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.dtd | 425 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.h | 9 -
Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.sln | 29 -
.../gdcmopenjpeg-v1/mj2/mj2_to_metadata.vcproj | 349 -
.../gdcmopenjpeg-v1/mj2/mj2_to_metadata_Notes.doc | Bin 35328 -> 0 bytes
Utilities/gdcmopenjpeg-v1/mj2/readme.txt | 3 -
Utilities/gdcmopenjpeg-v1/mj2/wrap_j2k_in_mj2.c | 371 -
Utilities/gdcmopenjpeg-v1/openjpeg_mangle.h.in | 151 -
Utilities/gdcmopenjpeg-v1/opj_config.h.in | 104 -
Utilities/gdcmopenjpeg-v1/opj_config.h.in.user | 41 -
Utilities/gdcmopenjpeg-v1/opj_configh.cmake.in | 31 -
Utilities/gdcmopenjpeg-v2/.NoDartCoverage | 1 -
.../gdcmopenjpeg-v2/CMake/CTestCustom.cmake.in | 21 -
.../gdcmopenjpeg-v2/CMake/FindFreeImage.cmake | 50 -
.../gdcmopenjpeg-v2/CMake/Free_CMakeImport.cmake | 3 -
.../gdcmopenjpeg-v2/CMake/OpenJPEGConfig.cmake.in | 48 -
.../gdcmopenjpeg-v2/CMake/mymachine_openjpeg.cmake | 50 -
Utilities/gdcmopenjpeg-v2/CMakeLists.txt | 195 -
Utilities/gdcmopenjpeg-v2/CTestConfig.cmake | 7 -
Utilities/gdcmopenjpeg-v2/README.cmake | 9 -
Utilities/gdcmopenjpeg-v2/README.linux | 33 -
Utilities/gdcmopenjpeg-v2/README.msvc | 36 -
Utilities/gdcmopenjpeg-v2/README.osx | 26 -
Utilities/gdcmopenjpeg-v2/README.v2 | 25 -
Utilities/gdcmopenjpeg-v2/codec/CMakeLists.txt | 94 -
Utilities/gdcmopenjpeg-v2/codec/Makefile | 14 -
Utilities/gdcmopenjpeg-v2/codec/compat/getopt.c | 257 -
Utilities/gdcmopenjpeg-v2/codec/compat/getopt.h | 29 -
Utilities/gdcmopenjpeg-v2/codec/convert.c | 2519 -----
Utilities/gdcmopenjpeg-v2/codec/convert.h | 78 -
Utilities/gdcmopenjpeg-v2/codec/dirent.h | 677 --
Utilities/gdcmopenjpeg-v2/codec/image_to_j2k.c | 1797 ---
Utilities/gdcmopenjpeg-v2/codec/index.c | 391 -
Utilities/gdcmopenjpeg-v2/codec/j2k_dump.c | 495 -
Utilities/gdcmopenjpeg-v2/codec/j2k_to_image.c | 769 --
Utilities/gdcmopenjpeg-v2/doc/CMakeLists.txt | 12 -
Utilities/gdcmopenjpeg-v2/doc/Doxyfile.dox | 234 -
Utilities/gdcmopenjpeg-v2/jpwl/CMakeLists.txt | 54 -
Utilities/gdcmopenjpeg-v2/jpwl/README.txt | 136 -
Utilities/gdcmopenjpeg-v2/jpwl/crc.c | 160 -
Utilities/gdcmopenjpeg-v2/jpwl/crc.h | 84 -
Utilities/gdcmopenjpeg-v2/jpwl/jpwl.c | 1356 ---
Utilities/gdcmopenjpeg-v2/jpwl/jpwl.h | 424 -
Utilities/gdcmopenjpeg-v2/jpwl/jpwl_lib.c | 1796 ---
Utilities/gdcmopenjpeg-v2/jpwl/rs.c | 594 -
Utilities/gdcmopenjpeg-v2/jpwl/rs.h | 111 -
.../gdcmopenjpeg-v2/libopenjpeg/CMakeLists.txt | 92 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/bio.c | 189 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/bio.h | 125 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/cio.c | 825 --
Utilities/gdcmopenjpeg-v2/libopenjpeg/cio.h | 358 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/dwt.c | 873 --
Utilities/gdcmopenjpeg-v2/libopenjpeg/dwt.h | 118 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/event.c | 95 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/fix.h | 60 -
.../gdcmopenjpeg-v2/libopenjpeg/function_list.c | 149 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/image.c | 174 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/int.h | 159 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/invert.c | 290 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/j2k.c | 9411 ----------------
Utilities/gdcmopenjpeg-v2/libopenjpeg/j2k.h | 737 --
Utilities/gdcmopenjpeg-v2/libopenjpeg/j2k_lib.c | 64 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/jp2.c | 2229 ----
Utilities/gdcmopenjpeg-v2/libopenjpeg/jp2.h | 341 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/jpt.c | 249 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/jpt.h | 83 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/mct.c | 303 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/mct.h | 130 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/mqc.c | 542 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/mqc.h | 198 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/openjpeg.c | 947 --
Utilities/gdcmopenjpeg-v2/libopenjpeg/openjpeg.h | 1072 --
.../gdcmopenjpeg-v2/libopenjpeg/opj_configure.h | 16 -
.../gdcmopenjpeg-v2/libopenjpeg/opj_includes.h | 124 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/opj_malloc.h | 144 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/pi.c | 2000 ----
Utilities/gdcmopenjpeg-v2/libopenjpeg/profile.c | 177 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/profile.h | 83 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/raw.c | 88 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/raw.h | 101 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/t1.c | 1284 ---
Utilities/gdcmopenjpeg-v2/libopenjpeg/t1.h | 156 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/t1_luts.h | 142 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/t2.c | 1287 ---
Utilities/gdcmopenjpeg-v2/libopenjpeg/t2.h | 120 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/tcd.c | 2121 ----
Utilities/gdcmopenjpeg-v2/libopenjpeg/tcd.h | 344 -
Utilities/gdcmopenjpeg-v2/libopenjpeg/tgt.c | 344 -
Utilities/gdcmopenjpeg-v2/mj2/CMakeLists.txt | 42 -
Utilities/gdcmopenjpeg-v2/mj2/Makefile | 20 -
.../gdcmopenjpeg-v2/mj2/extract_j2k_from_mj2.c | 148 -
Utilities/gdcmopenjpeg-v2/mj2/frames_to_mj2.c | 806 --
Utilities/gdcmopenjpeg-v2/mj2/meta_out.c | 2181 ----
Utilities/gdcmopenjpeg-v2/mj2/meta_out.h | 12 -
Utilities/gdcmopenjpeg-v2/mj2/mj2.c | 2906 -----
Utilities/gdcmopenjpeg-v2/mj2/mj2.h | 391 -
Utilities/gdcmopenjpeg-v2/mj2/mj2_convert.c | 329 -
Utilities/gdcmopenjpeg-v2/mj2/mj2_convert.h | 45 -
Utilities/gdcmopenjpeg-v2/mj2/mj2_to_frames.c | 225 -
Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata.c | 312 -
Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata.dtd | 425 -
Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata.h | 9 -
.../gdcmopenjpeg-v2/mj2/mj2_to_metadata_Notes.doc | Bin 35328 -> 0 bytes
Utilities/gdcmopenjpeg-v2/mj2/readme.txt | 3 -
Utilities/gdcmopenjpeg-v2/mj2/wrap_j2k_in_mj2.c | 368 -
Utilities/gdcmopenjpeg-v2/openjpeg_mangle.h.in | 278 -
Utilities/gdcmopenjpeg-v2/opj_configure.h.in | 16 -
.../CMakeLists.txt | 27 -
.../test2_decoder.c | 367 -
.../test2_encoder.c | 486 -
.../test_V2_tile_handling/CMakeLists.txt | 24 -
.../test_V2_tile_handling/test_decoder.c | 247 -
.../test_V2_tile_handling/test_encoder.c | 301 -
Utilities/gdcmopenjpeg/CMakeLists.txt | 385 +
.../license.txt => gdcmopenjpeg/LICENSE} | 19 +-
Utilities/gdcmopenjpeg/README.GDCM.txt | 23 +
Utilities/gdcmopenjpeg/cmake/CTestCustom.cmake.in | 40 +
.../gdcmopenjpeg/cmake/EnsureFileInclude.cmake | 26 +
Utilities/gdcmopenjpeg/cmake/FindCPPCHECK.cmake | 16 +
Utilities/gdcmopenjpeg/cmake/FindFCGI.cmake | 20 +
Utilities/gdcmopenjpeg/cmake/FindJPYLYZER.cmake | 12 +
Utilities/gdcmopenjpeg/cmake/FindKAKADU.cmake | 24 +
Utilities/gdcmopenjpeg/cmake/FindLCMS.cmake | 31 +
Utilities/gdcmopenjpeg/cmake/FindLCMS2.cmake | 31 +
Utilities/gdcmopenjpeg/cmake/JPIPTestDriver.cmake | 9 +
Utilities/gdcmopenjpeg/cmake/OpenJPEGCPack.cmake | 72 +
.../cmake}/OpenJPEGConfig.cmake.in | 14 +-
Utilities/gdcmopenjpeg/cmake/TestFileOffsetBits.c | 11 +
.../gdcmopenjpeg/cmake/TestLargeFiles.c.cmake.in | 23 +
Utilities/gdcmopenjpeg/cmake/TestLargeFiles.cmake | 134 +
Utilities/gdcmopenjpeg/cmake/TestWindowsFSeek.c | 11 +
.../gdcmopenjpeg/cmake/openjpeg_valgrind.supp | 39 +
Utilities/gdcmopenjpeg/src/lib/CMakeLists.txt | 17 +
.../gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt | 153 +
.../src/lib/openjp2}/bio.c | 116 +-
.../src/lib/openjp2}/bio.h | 47 +-
.../gdcmopenjpeg/src/lib/openjp2/cidx_manager.c | 241 +
.../src/lib/openjp2/cidx_manager.h} | 50 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/cio.c | 644 ++
Utilities/gdcmopenjpeg/src/lib/openjp2/cio.h | 394 +
Utilities/gdcmopenjpeg/src/lib/openjp2/dwt.c | 934 ++
.../src/lib/openjp2}/dwt.h | 37 +-
.../src/lib/openjp2}/event.c | 83 +-
.../src/lib/openjp2}/event.h | 78 +-
.../gdcmopenjpeg/src/lib/openjp2/function_list.c | 117 +
.../src/lib/openjp2}/function_list.h | 69 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/image.c | 242 +
.../src/lib/openjp2}/image.h | 33 +-
.../src/lib/openjp2/indexbox_manager.h | 148 +
Utilities/gdcmopenjpeg/src/lib/openjp2/invert.c | 294 +
.../src/lib/openjp2}/invert.h | 37 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.c | 10981 +++++++++++++++++++
Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.h | 863 ++
Utilities/gdcmopenjpeg/src/lib/openjp2/jp2.c | 3168 ++++++
Utilities/gdcmopenjpeg/src/lib/openjp2/jp2.h | 483 +
.../src/lib/openjp2/libopenjp2.pc.cmake.in | 14 +
Utilities/gdcmopenjpeg/src/lib/openjp2/mct.c | 557 +
.../src/lib/openjp2}/mct.h | 75 +-
.../src/lib/openjp2}/mqc.c | 253 +-
.../src/lib/openjp2}/mqc.h | 67 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg.c | 960 ++
Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg.h | 1564 +++
.../src/lib/openjp2/openjpeg_mangle.h.in | 61 +
.../src/lib/openjp2/opj_clock.c} | 20 +-
.../src/lib/openjp2/opj_clock.h} | 22 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/opj_codec.h | 165 +
.../src/lib/openjp2/opj_config.h.cmake.in | 10 +
.../src/lib/openjp2/opj_config_private.h.cmake.in | 49 +
.../gdcmopenjpeg/src/lib/openjp2/opj_includes.h | 218 +
.../gdcmopenjpeg/src/lib/openjp2/opj_intmath.h | 223 +
.../src/lib/openjp2/opj_inttypes.h} | 40 +-
.../gdcmopenjpeg/src/lib/openjp2/opj_malloc.c | 239 +
.../src/lib/openjp2/opj_malloc.h} | 173 +-
.../src/lib/openjp2/opj_stdint.h} | 101 +-
.../gdcmopenjpeg/src/lib/openjp2/phix_manager.c | 193 +
Utilities/gdcmopenjpeg/src/lib/openjp2/pi.c | 1878 ++++
.../src/lib/openjp2}/pi.h | 99 +-
.../gdcmopenjpeg/src/lib/openjp2/ppix_manager.c | 196 +
.../src/lib/openjp2}/raw.c | 30 +-
.../src/lib/openjp2}/raw.h | 36 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/t1.c | 1767 +++
.../src/lib/openjp2}/t1.h | 74 +-
.../src/lib/openjp2}/t1_generate_luts.c | 67 +-
.../src/lib/openjp2}/t1_luts.h | 14 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/t2.c | 1386 +++
.../src/lib/openjp2}/t2.h | 87 +-
Utilities/gdcmopenjpeg/src/lib/openjp2/tcd.c | 2194 ++++
Utilities/gdcmopenjpeg/src/lib/openjp2/tcd.h | 369 +
Utilities/gdcmopenjpeg/src/lib/openjp2/tgt.c | 335 +
.../src/lib/openjp2}/tgt.h | 73 +-
.../gdcmopenjpeg/src/lib/openjp2/thix_manager.c | 136 +
.../gdcmopenjpeg/src/lib/openjp2/tpix_manager.c | 185 +
Utilities/gdcmutfcpp/README.GDCM.txt | 12 +-
Utilities/gdcmutfcpp/utf8.h | 68 +-
Utilities/gdcmutfcpp/utf8/checked.h | 132 +-
Utilities/gdcmutfcpp/utf8/core.h | 215 +-
Utilities/gdcmutfcpp/utf8/unchecked.h | 48 +-
Utilities/gdcmzlib/README.GDCM.txt | 14 +
Utilities/gdcmzlib/gzio.c | 4 +-
Utilities/rle/CMakeLists.txt | 16 -
Utilities/rle/example.c | 92 -
Utilities/rle/rle.c | 35 -
Utilities/rle/rledump.c | 53 -
Utilities/rle/rlelib.c | 162 -
Utilities/rle/rlelib.h | 67 -
Utilities/wxWidgets/CMakeLists.txt | 67 -
Utilities/wxWidgets/Copyright.txt | 17 -
Utilities/wxWidgets/MyDialog.cpp | 30 -
Utilities/wxWidgets/MyDialog.h | 32 -
Utilities/wxWidgets/main.cpp | 23 -
Utilities/wxWidgets/wxGDCMFrame.cpp | 112 -
Utilities/wxWidgets/wxGDCMFrame.h | 31 -
Utilities/wxWidgets/wxGDCMFrameBase.cpp | 79 -
Utilities/wxWidgets/wxGDCMFrameBase.h | 45 -
.../wxWidgets/wxVTKRenderWindowInteractor.cxx | 815 --
Utilities/wxWidgets/wxVTKRenderWindowInteractor.h | 181 -
Utilities/wxWidgets/wxgdcm.wxg | 180 -
Wrapping/Python/docstrings.i | 18 +-
Wrapping/Python/gdcmswig.i | 1 +
appveyor.yml | 2 +-
641 files changed, 42095 insertions(+), 151084 deletions(-)
create mode 100644 .clang-format
create mode 100644 Examples/Cxx/DeriveSeries.cxx
create mode 100644 Examples/Cxx/DumpSiemensBase64.cxx
delete mode 100644 Source/DataDictionary/GroupName.dic
delete mode 100644 Source/DataDictionary/NIH.dic
create mode 100644 Source/DataDictionary/Part6.xsl
delete mode 100644 Source/DataDictionary/Part6togdcm1.xsl
delete mode 100644 Source/DataDictionary/SPI.dic
delete mode 100644 Source/DataDictionary/gdcm1.xsl
delete mode 100644 Source/DataDictionary/gdcm2html.xsl
delete mode 100644 Source/DataDictionary/gdcm2pdf.xsl
delete mode 100755 Source/DataDictionary/txt2xml.py
create mode 100644 Source/InformationObjectDefinition/Part3New.xsl
delete mode 100644 Utilities/Tools/CMakeLists.txt
delete mode 100644 Utilities/Tools/upsidedown.c
delete mode 100644 Utilities/gdcm_openjpeg2.h
create mode 100644 Utilities/gdcmcharls/jpegimagedatasegment.h
create mode 100644 Utilities/gdcmcharls/jpegmarker.h
create mode 100644 Utilities/gdcmcharls/jpegmarkersegment.cpp
create mode 100644 Utilities/gdcmcharls/jpegmarkersegment.h
create mode 100644 Utilities/gdcmcharls/jpegsegment.h
create mode 100644 Utilities/gdcmcharls/jpegstreamwriter.cpp
create mode 100644 Utilities/gdcmcharls/jpegstreamwriter.h
delete mode 100644 Utilities/gdcmcharls/stdafx.cpp
delete mode 100644 Utilities/gdcmcharls/streams.h
delete mode 100644 Utilities/gdcmmd5/README
create mode 100644 Utilities/gdcmmd5/README.GDCM.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/.NoDartCoverage
delete mode 100644 Utilities/gdcmopenjpeg-v1/CHANGES
delete mode 100644 Utilities/gdcmopenjpeg-v1/CMake/CTestCustom.cmake.in
delete mode 100644 Utilities/gdcmopenjpeg-v1/CMake/CheckHaveGetopt.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v1/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/CTestConfig.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v1/CTestCustom.cmake.in
delete mode 100644 Utilities/gdcmopenjpeg-v1/INSTALL
delete mode 100644 Utilities/gdcmopenjpeg-v1/LICENSE
delete mode 100644 Utilities/gdcmopenjpeg-v1/LibOpenJPEG.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/LibOpenJPEG.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/LibOpenJPEG.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/LibOpenJPEG.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/OPJViewer.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/OPJViewer.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/OPJViewer.iss
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/Readme.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/about/about.htm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/about/opj_logo.png
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/buildupdate.bat
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJAbout.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJChild.ico
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJChild16.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJDialogs.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJThreads.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.ico
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJViewer.rc
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/OPJViewer16.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/about_htm.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/build.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/icon1.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/icon2.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/icon3.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/icon4.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/icon5.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/imagjpeg2000.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/imagjpeg2000.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/imagmxf.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/imagmxf.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/license.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/opj_logo.xpm
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/readmeafter.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/readmebefore.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/wxj2kparser.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJViewer/source/wxjp2parser.cpp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Param_File_v0_1.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate_Candidate_vs_Ref.bat
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate_Candidate_vs_Ref.sh
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate_Create_Ref.bat
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/OPJ_Validate_Create_Ref.sh
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/README.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/linux_OPJ_Param_File_v0_1.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/md5.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/md5.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/OPJ_Validate/original/README.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/OpenJPEG.rc
delete mode 100644 Utilities/gdcmopenjpeg-v1/README
delete mode 100644 Utilities/gdcmopenjpeg-v1/README.msvc
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/README
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/convert.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/convert.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/image_to_j2k.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/index.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/j2k_dump.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/j2k_to_image.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/codec/windirent.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/common/color.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/common/color.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/common/format_defs.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/common/getopt.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/common/getopt.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/doc/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/doc/Doxyfile.dox
delete mode 100644 Utilities/gdcmopenjpeg-v1/doc/man/man1/image_to_j2k.1
delete mode 100644 Utilities/gdcmopenjpeg-v1/doc/man/man1/j2k_dump.1
delete mode 100644 Utilities/gdcmopenjpeg-v1/doc/man/man1/j2k_to_image.1
delete mode 100644 Utilities/gdcmopenjpeg-v1/doc/man/man3/libopenjpeg.3
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/bio.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/cio.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/cio.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/fix.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/fix.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/index_create.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/int.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/int.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/j2k.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/jp2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/jp2.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/jpip.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/jpip.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/pi.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/pi.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/t2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/t2.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/tcd.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/tcd.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/tgt.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/indexer_JPIP/tgt.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/jp3d/CMakeLists.txt
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/DllJp3dVM.dsp
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/DllJp3dVM.sln
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/DllJp3dVM.vcproj
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/LICENSE.txt
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/LibJp3dVM.sln
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/LibJp3dVM.vcproj
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/README.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/jp3d/codec/CMakeLists.txt
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/convert.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/convert.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/getopt.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/getopt.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_to_volume.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.ncb
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.sln
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.suo
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_dec.vcproj
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.ncb
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.sln
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.suo
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/jp3d_vm_enc.vcproj
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/codec/volume_to_jp3d.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/jp3d/codec/windirent.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/CMakeLists.txt
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/bio.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/bio.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/cio.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/cio.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/dwt.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/dwt.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/event.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/event.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/fix.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/int.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d_lib.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mct.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mct.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mqc.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/mqc.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/openjpeg.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/openjpeg3d.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/opj_includes.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/pi.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/pi.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/raw.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/raw.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1_3d.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t1_3d.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t2.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/t2.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tcd.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tcd.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tgt.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/tgt.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/volume.c
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/libjp3dvm/volume.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/tcltk/LPI_JP3D_VM.tcl
delete mode 100644 Utilities/gdcmopenjpeg-v1/jp3d/tcltk/README
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/tcltk/Thumbs.db
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/tcltk/decoder.tcl
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/tcltk/encoder.tcl
delete mode 100755 Utilities/gdcmopenjpeg-v1/jp3d/tcltk/logoLPI.gif
delete mode 100755 Utilities/gdcmopenjpeg-v1/jpwl/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/JPWL_image_to_j2k.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/JPWL_image_to_j2k.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/JPWL_j2k_to_image.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/JPWL_j2k_to_image.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/LibOpenJPEG_JPWL.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/README.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/crc.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/crc.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/jpwl.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/jpwl.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/jpwl_lib.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/rs.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/jpwl/rs.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg.pc.in
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/cio.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/cio.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/dwt.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/event.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/fix.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/image.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/image.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/int.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/j2k.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/j2k.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/j2k_lib.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/jp2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/jp2.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/jpt.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/jpt.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/mct.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/openjpeg.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/openjpeg.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/opj_includes.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/opj_malloc.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/pi.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/pi.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/t1.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/t2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/tcd.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/tcd.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/tgt.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/libopenjpeg/tgt.h
delete mode 100755 Utilities/gdcmopenjpeg-v1/ltmain.sh
delete mode 100755 Utilities/gdcmopenjpeg-v1/missing
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Extractor.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/MJ2_Wrapper.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/extract_j2k_from_mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/frames_to_mj2.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/meta_out.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/meta_out.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_convert.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_convert.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_frames.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.dsp
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.dsw
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.dtd
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.h
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.sln
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata.vcproj
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/mj2_to_metadata_Notes.doc
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/readme.txt
delete mode 100644 Utilities/gdcmopenjpeg-v1/mj2/wrap_j2k_in_mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v1/openjpeg_mangle.h.in
delete mode 100644 Utilities/gdcmopenjpeg-v1/opj_config.h.in
delete mode 100644 Utilities/gdcmopenjpeg-v1/opj_config.h.in.user
delete mode 100644 Utilities/gdcmopenjpeg-v1/opj_configh.cmake.in
delete mode 100644 Utilities/gdcmopenjpeg-v2/.NoDartCoverage
delete mode 100644 Utilities/gdcmopenjpeg-v2/CMake/CTestCustom.cmake.in
delete mode 100644 Utilities/gdcmopenjpeg-v2/CMake/FindFreeImage.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v2/CMake/Free_CMakeImport.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v2/CMake/OpenJPEGConfig.cmake.in
delete mode 100644 Utilities/gdcmopenjpeg-v2/CMake/mymachine_openjpeg.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v2/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/CTestConfig.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v2/README.cmake
delete mode 100644 Utilities/gdcmopenjpeg-v2/README.linux
delete mode 100644 Utilities/gdcmopenjpeg-v2/README.msvc
delete mode 100644 Utilities/gdcmopenjpeg-v2/README.osx
delete mode 100644 Utilities/gdcmopenjpeg-v2/README.v2
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/Makefile
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/compat/getopt.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/compat/getopt.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/convert.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/convert.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/dirent.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/image_to_j2k.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/index.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/j2k_dump.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/codec/j2k_to_image.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/doc/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/doc/Doxyfile.dox
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/README.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/crc.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/crc.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/jpwl.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/jpwl.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/jpwl_lib.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/rs.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/jpwl/rs.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/bio.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/bio.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/cio.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/cio.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/dwt.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/dwt.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/event.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/fix.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/function_list.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/image.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/int.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/invert.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/j2k.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/j2k.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/j2k_lib.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/jp2.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/jp2.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/jpt.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/jpt.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/mct.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/mct.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/mqc.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/mqc.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/openjpeg.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/openjpeg.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/opj_configure.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/opj_includes.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/opj_malloc.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/pi.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/profile.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/profile.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/raw.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/raw.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/t1.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/t1.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/t1_luts.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/t2.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/t2.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/tcd.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/tcd.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/libopenjpeg/tgt.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/Makefile
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/extract_j2k_from_mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/frames_to_mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/meta_out.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/meta_out.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_convert.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_convert.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_to_frames.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata.dtd
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata.h
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/mj2_to_metadata_Notes.doc
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/readme.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/mj2/wrap_j2k_in_mj2.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/openjpeg_mangle.h.in
delete mode 100644 Utilities/gdcmopenjpeg-v2/opj_configure.h.in
delete mode 100644 Utilities/gdcmopenjpeg-v2/test_Free_image_V2_tile_handling/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/test_Free_image_V2_tile_handling/test2_decoder.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/test_Free_image_V2_tile_handling/test2_encoder.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/test_V2_tile_handling/CMakeLists.txt
delete mode 100644 Utilities/gdcmopenjpeg-v2/test_V2_tile_handling/test_decoder.c
delete mode 100644 Utilities/gdcmopenjpeg-v2/test_V2_tile_handling/test_encoder.c
create mode 100644 Utilities/gdcmopenjpeg/CMakeLists.txt
rename Utilities/{gdcmopenjpeg-v2/license.txt => gdcmopenjpeg/LICENSE} (70%)
create mode 100644 Utilities/gdcmopenjpeg/README.GDCM.txt
create mode 100644 Utilities/gdcmopenjpeg/cmake/CTestCustom.cmake.in
create mode 100644 Utilities/gdcmopenjpeg/cmake/EnsureFileInclude.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/FindCPPCHECK.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/FindFCGI.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/FindJPYLYZER.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/FindKAKADU.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/FindLCMS.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/FindLCMS2.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/JPIPTestDriver.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/OpenJPEGCPack.cmake
rename Utilities/{gdcmopenjpeg-v1/CMake => gdcmopenjpeg/cmake}/OpenJPEGConfig.cmake.in (75%)
create mode 100644 Utilities/gdcmopenjpeg/cmake/TestFileOffsetBits.c
create mode 100644 Utilities/gdcmopenjpeg/cmake/TestLargeFiles.c.cmake.in
create mode 100644 Utilities/gdcmopenjpeg/cmake/TestLargeFiles.cmake
create mode 100644 Utilities/gdcmopenjpeg/cmake/TestWindowsFSeek.c
create mode 100644 Utilities/gdcmopenjpeg/cmake/openjpeg_valgrind.supp
create mode 100644 Utilities/gdcmopenjpeg/src/lib/CMakeLists.txt
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/bio.c (50%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/bio.h (72%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/cidx_manager.c
rename Utilities/{gdcmopenjpeg-v1/indexer_JPIP/bio.h => gdcmopenjpeg/src/lib/openjp2/cidx_manager.h} (51%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/cio.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/cio.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/dwt.c
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/dwt.h (76%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/event.c (56%)
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/event.h (53%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/function_list.c
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/function_list.h (67%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/image.c
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/image.h (66%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/indexbox_manager.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/invert.c
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/invert.h (60%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/jp2.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/jp2.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/libopenjp2.pc.cmake.in
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/mct.c
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/mct.h (57%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/mqc.c (68%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/mqc.h (74%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/openjpeg_mangle.h.in
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg/j2k_lib.c => gdcmopenjpeg/src/lib/openjp2/opj_clock.c} (78%)
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg/j2k_lib.h => gdcmopenjpeg/src/lib/openjp2/opj_clock.h} (77%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/opj_codec.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/opj_config.h.cmake.in
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/opj_config_private.h.cmake.in
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/opj_includes.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/opj_intmath.h
rename Utilities/{gdcmopenjpeg-v2/codec/index.h => gdcmopenjpeg/src/lib/openjp2/opj_inttypes.h} (67%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/opj_malloc.c
rename Utilities/{gdcmopenjpeg-v1/jp3d/libjp3dvm/jp3d_lib.h => gdcmopenjpeg/src/lib/openjp2/opj_malloc.h} (56%)
mode change 100755 => 100644
rename Utilities/{gdcmopenjpeg-v1/codec/index.h => gdcmopenjpeg/src/lib/openjp2/opj_stdint.h} (62%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/phix_manager.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/pi.c
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/pi.h (64%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/ppix_manager.c
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/raw.c (69%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/raw.h (77%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/t1.c
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/t1.h (73%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/t1_generate_luts.c (78%)
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/t1_luts.h (96%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/t2.c
rename Utilities/{gdcmopenjpeg-v1/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/t2.h (50%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/tcd.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/tcd.h
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/tgt.c
rename Utilities/{gdcmopenjpeg-v2/libopenjpeg => gdcmopenjpeg/src/lib/openjp2}/tgt.h (62%)
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/thix_manager.c
create mode 100644 Utilities/gdcmopenjpeg/src/lib/openjp2/tpix_manager.c
mode change 100755 => 100644 Utilities/gdcmutfcpp/utf8/checked.h
mode change 100755 => 100644 Utilities/gdcmutfcpp/utf8/core.h
mode change 100755 => 100644 Utilities/gdcmutfcpp/utf8/unchecked.h
create mode 100644 Utilities/gdcmzlib/README.GDCM.txt
delete mode 100644 Utilities/rle/CMakeLists.txt
delete mode 100644 Utilities/rle/example.c
delete mode 100644 Utilities/rle/rle.c
delete mode 100644 Utilities/rle/rledump.c
delete mode 100644 Utilities/rle/rlelib.c
delete mode 100644 Utilities/rle/rlelib.h
delete mode 100644 Utilities/wxWidgets/CMakeLists.txt
delete mode 100644 Utilities/wxWidgets/Copyright.txt
delete mode 100644 Utilities/wxWidgets/MyDialog.cpp
delete mode 100644 Utilities/wxWidgets/MyDialog.h
delete mode 100644 Utilities/wxWidgets/main.cpp
delete mode 100644 Utilities/wxWidgets/wxGDCMFrame.cpp
delete mode 100644 Utilities/wxWidgets/wxGDCMFrame.h
delete mode 100644 Utilities/wxWidgets/wxGDCMFrameBase.cpp
delete mode 100644 Utilities/wxWidgets/wxGDCMFrameBase.h
delete mode 100644 Utilities/wxWidgets/wxVTKRenderWindowInteractor.cxx
delete mode 100644 Utilities/wxWidgets/wxVTKRenderWindowInteractor.h
delete mode 100644 Utilities/wxWidgets/wxgdcm.wxg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git
More information about the debian-med-commit
mailing list