-
Notifications
You must be signed in to change notification settings - Fork 2
secondlife/3p-openjpeg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
0. Pre-Checkin Checklist Performed from top of repo, default branch, head: [ ] Is tag 'current' at or near head of 'vendor'? hg heads hg tags [ ] Expected differences between vendor and default? Very little of the original source should be modified. hg diff -rcurrent openjpeg 1. Introduction Import of openjpeg from www.openjpeg.org. Repo structure now follows standard conventions (see section at end). Vendor branch was updated in sequence: 1.4.0 -> 1.5.0 -> 1.5.1 -> 2.0.0. Only the 2.0.0 branch, with major structural changes, was merged back onto default. 2. Modifications Essential modifications to openjpeg distributions. 2.1 Headers The 'openjpeg.h' header, of which there are now several, has a version string defined. Find them all and update them when you get a new library version. 3. Source Origin 2.0.0: http://openjpeg.googlecode.com/files/openjpeg-2.0.0.tar.gz 1.5.1: http://openjpeg.googlecode.com/files/openjpeg-1.5.1.tar.gz 1.5.0: http://openjpeg.googlecode.com/files/openjpeg-1.5.0.tar.gz 4. Update Hazards. Quite a few changes occurred in the source structure and we made some attempt at keeping continuity. Despite that, a Linden-unique change in the openjpeg.h header slipped through (see above). The 1.5.0 'hg addremove' command ended up like: hg addremove -X openjpeg/indexer_JPIP/* \ -X openjpeg/libs/libtiff/tiffio.hxx \ -X openjpeg/applications/jpip/util/opj_viewer/src/ResizeListener.java \ -X openjpeg/applications/jpip/util/jpip_to_j2k.c \ -X openjpeg/applications/jpip/libopenjpip/ihdrbox_manager.h \ -X openjpeg/applications/jpip/libopenjpip/jpipstream_manager.h \ -X openjpeg/libopenjpeg/cidx_manager.h \ -X openjpeg/jp3d/Makefile.in \ -X openjpeg/applications/jpip/libopenjpip/bool.h \ -X openjpeg/applications/jpip/libopenjpip/jp2k_decoder.h \ -X openjpeg/applications/jpip/libopenjpip/marker_manager.c \ -X openjpeg/applications/jpip/util/test_index.c \ -X openjpeg/applications/jpip/util/jpip_to_jp2.c \ -s 60 And the file renamings generated were pretty significant: recording removal of openjpeg/JavaOpenJPEG/java sources/org/openJpeg/OpenJPEGJavaDecoder.java as rename to openjpeg/applications/JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaDecoder.java (100% similar) recording removal of openjpeg/JavaOpenJPEG/java sources/org/openJpeg/OpenJPEGJavaEncoder.java as rename to openjpeg/applications/JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaEncoder.java (100% similar) recording removal of openjpeg/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaDecoder.h as rename to openjpeg/applications/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaDecoder.h (100% similar) recording removal of openjpeg/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaEncoder.h as rename to openjpeg/applications/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaEncoder.h (100% similar) recording removal of openjpeg/OPJViewer/OPJViewer.iss as rename to openjpeg/applications/OPJViewer/OPJViewer.iss (100% similar) recording removal of openjpeg/OPJViewer/Readme.txt as rename to openjpeg/applications/OPJViewer/Readme.txt (100% similar) recording removal of openjpeg/OPJViewer/about/about.htm as rename to openjpeg/applications/OPJViewer/about/about.htm (100% similar) recording removal of openjpeg/OPJViewer/about/opj_logo.png as rename to openjpeg/applications/OPJViewer/about/opj_logo.png (100% similar) recording removal of openjpeg/OPJViewer/source/OPJAbout.cpp as rename to openjpeg/applications/OPJViewer/source/OPJAbout.cpp (100% similar) recording removal of openjpeg/OPJViewer/source/OPJChild.ico as rename to openjpeg/applications/OPJViewer/source/OPJChild.ico (100% similar) recording removal of openjpeg/OPJViewer/source/OPJChild16.xpm as rename to openjpeg/applications/OPJViewer/source/OPJChild16.xpm (100% similar) recording removal of openjpeg/OPJViewer/source/OPJThreads.cpp as rename to openjpeg/applications/OPJViewer/source/OPJThreads.cpp (100% similar) recording removal of openjpeg/OPJViewer/source/OPJViewer.ico as rename to openjpeg/applications/OPJViewer/source/OPJViewer.ico (100% similar) recording removal of openjpeg/OPJViewer/source/OPJViewer.rc as rename to openjpeg/applications/OPJViewer/source/OPJViewer.rc (100% similar) recording removal of openjpeg/OPJViewer/source/OPJViewer16.xpm as rename to openjpeg/applications/OPJViewer/source/OPJViewer16.xpm (100% similar) recording removal of openjpeg/OPJViewer/source/about_htm.h as rename to openjpeg/applications/OPJViewer/source/about_htm.h (100% similar) recording removal of openjpeg/OPJViewer/source/build.h as rename to openjpeg/applications/OPJViewer/source/build.h (100% similar) recording removal of openjpeg/OPJViewer/source/imagjpeg2000.cpp as rename to openjpeg/applications/OPJViewer/source/imagjpeg2000.cpp (100% similar) recording removal of openjpeg/OPJViewer/source/imagjpeg2000.h as rename to openjpeg/applications/OPJViewer/source/imagjpeg2000.h (100% similar) recording removal of openjpeg/OPJViewer/source/imagmxf.cpp as rename to openjpeg/applications/OPJViewer/source/imagmxf.cpp (100% similar) recording removal of openjpeg/OPJViewer/source/imagmxf.h as rename to openjpeg/applications/OPJViewer/source/imagmxf.h (100% similar) recording removal of openjpeg/OPJViewer/source/license.txt as rename to openjpeg/applications/OPJViewer/source/license.txt (100% similar) recording removal of openjpeg/OPJViewer/source/opj_logo.xpm as rename to openjpeg/applications/OPJViewer/source/opj_logo.xpm (100% similar) recording removal of openjpeg/OPJViewer/source/readmeafter.txt as rename to openjpeg/applications/OPJViewer/source/readmeafter.txt (100% similar) recording removal of openjpeg/OPJViewer/source/readmebefore.txt as rename to openjpeg/applications/OPJViewer/source/readmebefore.txt (100% similar) recording removal of openjpeg/OPJViewer/source/wxjp2parser.cpp as rename to openjpeg/applications/OPJViewer/source/wxjp2parser.cpp (100% similar) recording removal of openjpeg/codec/README as rename to openjpeg/applications/codec/README (100% similar) recording removal of openjpeg/codec/index.h as rename to openjpeg/applications/codec/index.h (100% similar) recording removal of openjpeg/common/color.h as rename to openjpeg/applications/common/color.h (100% similar) recording removal of openjpeg/mj2/meta_out.h as rename to openjpeg/applications/mj2/meta_out.h (100% similar) recording removal of openjpeg/mj2/mj2_to_metadata.dtd as rename to openjpeg/applications/mj2/mj2_to_metadata.dtd (100% similar) recording removal of openjpeg/mj2/mj2_to_metadata.h as rename to openjpeg/applications/mj2/mj2_to_metadata.h (100% similar) recording removal of openjpeg/mj2/mj2_to_metadata.sln as rename to openjpeg/applications/mj2/mj2_to_metadata.sln (100% similar) recording removal of openjpeg/mj2/mj2_to_metadata_Notes.doc as rename to openjpeg/applications/mj2/mj2_to_metadata_Notes.doc (100% similar) recording removal of openjpeg/mj2/readme.txt as rename to openjpeg/applications/mj2/readme.txt (100% similar) recording removal of openjpeg/jpwl/README.txt as rename to openjpeg/libopenjpeg/jpwl/README.txt (100% similar) recording removal of openjpeg/libs/png/png.h as rename to openjpeg/thirdparty/libpng/png.h (100% similar) recording removal of openjpeg/libs/png/pngconf.h as rename to openjpeg/thirdparty/libpng/pngconf.h (100% similar) recording removal of openjpeg/JavaOpenJPEG/JavaOpenJPEG.c as rename to openjpeg/applications/JavaOpenJPEG/JavaOpenJPEG.c (97% similar) recording removal of openjpeg/jpwl/crc.h as rename to openjpeg/libopenjpeg/jpwl/crc.h (98% similar) recording removal of openjpeg/mj2/mj2_convert.h as rename to openjpeg/applications/mj2/mj2_convert.h (97% similar) recording removal of openjpeg/mj2/CMakeLists.txt as rename to openjpeg/applications/mj2/CMakeLists.txt (77% similar) recording removal of openjpeg/OPJViewer/source/icon3.xpm as rename to openjpeg/applications/OPJViewer/source/icon3.xpm (98% similar) recording removal of openjpeg/jpwl/rs.c as rename to openjpeg/libopenjpeg/jpwl/rs.c (99% similar) recording removal of openjpeg/codec/j2k_to_image.c as rename to openjpeg/applications/codec/j2k_to_image.c (94% similar) recording removal of openjpeg/OPJViewer/source/icon2.xpm as rename to openjpeg/applications/OPJViewer/source/icon2.xpm (97% similar) recording removal of openjpeg/codec/windirent.h as rename to openjpeg/applications/codec/windirent.h (99% similar) recording removal of openjpeg/mj2/mj2_to_metadata.c as rename to openjpeg/applications/mj2/mj2_to_metadata.c (99% similar) recording removal of openjpeg/libopenjpeg.pc.in as rename to openjpeg/libopenjpeg1.pc.in (63% similar) recording removal of openjpeg/jpwl/rs.h as rename to openjpeg/libopenjpeg/jpwl/rs.h (97% similar) recording removal of openjpeg/OPJViewer/source/OPJViewer.h as rename to openjpeg/applications/OPJViewer/source/OPJViewer.h (99% similar) recording removal of openjpeg/jpwl/jpwl.h as rename to openjpeg/libopenjpeg/jpwl/jpwl.h (93% similar) recording removal of openjpeg/mj2/mj2_convert.c as rename to openjpeg/applications/mj2/mj2_convert.c (84% similar) recording removal of openjpeg/OPJViewer/source/icon4.xpm as rename to openjpeg/applications/OPJViewer/source/icon4.xpm (97% similar) recording removal of openjpeg/mj2/mj2.h as rename to openjpeg/applications/mj2/mj2.h (97% similar) recording removal of openjpeg/OPJViewer/source/wxj2kparser.cpp as rename to openjpeg/applications/OPJViewer/source/wxj2kparser.cpp (99% similar) recording removal of openjpeg/codec/j2k_dump.c as rename to openjpeg/applications/codec/j2k_dump.c (90% similar) recording removal of openjpeg/mj2/mj2.c as rename to openjpeg/applications/mj2/mj2.c (98% similar) recording removal of openjpeg/OPJViewer/source/OPJDialogs.cpp as rename to openjpeg/applications/OPJViewer/source/OPJDialogs.cpp (99% similar) recording removal of openjpeg/jpwl/jpwl_lib.c as rename to openjpeg/libopenjpeg/jpwl/jpwl_lib.c (95% similar) recording removal of openjpeg/libs/libtiff/tiffconf.h as rename to openjpeg/thirdparty/libtiff/tiffconf.h (74% similar) recording removal of openjpeg/mj2/meta_out.c as rename to openjpeg/applications/mj2/meta_out.c (99% similar) recording removal of openjpeg/libs/lcms2/lcms2_plugin.h as rename to openjpeg/thirdparty/liblcms2/include/lcms2_plugin.h (99% similar) recording removal of openjpeg/mj2/mj2_to_metadata.vcproj as rename to openjpeg/applications/mj2/mj2_to_metadata.vcproj (99% similar) recording removal of openjpeg/jpwl/jpwl.c as rename to openjpeg/libopenjpeg/jpwl/jpwl.c (94% similar) recording removal of openjpeg/common/format_defs.h as rename to openjpeg/applications/common/format_defs.h (98% similar) recording removal of openjpeg/mj2/wrap_j2k_in_mj2.c as rename to openjpeg/applications/mj2/wrap_j2k_in_mj2.c (87% similar) recording removal of openjpeg/codec/convert.h as rename to openjpeg/applications/codec/convert.h (99% similar) recording removal of openjpeg/common/color.c as rename to openjpeg/applications/common/color.c (99% similar) recording removal of openjpeg/OPJViewer/source/icon5.xpm as rename to openjpeg/applications/OPJViewer/source/icon5.xpm (98% similar) recording removal of openjpeg/jpwl/crc.c as rename to openjpeg/libopenjpeg/jpwl/crc.c (75% similar) recording removal of openjpeg/mj2/extract_j2k_from_mj2.c as rename to openjpeg/applications/mj2/extract_j2k_from_mj2.c (97% similar) recording removal of openjpeg/OPJViewer/source/OPJViewer.cpp as rename to openjpeg/applications/OPJViewer/source/OPJViewer.cpp (99% similar) recording removal of openjpeg/codec/image_to_j2k.c as rename to openjpeg/applications/codec/image_to_j2k.c (94% similar) recording removal of openjpeg/codec/index.c as rename to openjpeg/applications/codec/index.c (99% similar) recording removal of openjpeg/JavaOpenJPEG/JavaOpenJPEGDecoder.c as rename to openjpeg/applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c (98% similar) recording removal of openjpeg/mj2/frames_to_mj2.c as rename to openjpeg/applications/mj2/frames_to_mj2.c (68% similar) recording removal of openjpeg/libs/lcms2/lcms2.h as rename to openjpeg/thirdparty/liblcms2/include/lcms2.h (98% similar) recording removal of openjpeg/mj2/mj2_to_frames.c as rename to openjpeg/applications/mj2/mj2_to_frames.c (97% similar) recording removal of openjpeg/libs/libtiff/tiff.h as rename to openjpeg/thirdparty/libtiff/tiff.h (91% similar) recording removal of openjpeg/OPJViewer/source/icon1.xpm as rename to openjpeg/applications/OPJViewer/source/icon1.xpm (98% similar) The 1.5.1 merge was trivial. The 2.0.0 library is a major change with several new libraries, cmake build system, etc. The 'hg addremove' looked like: hg addremove -s 60 -X openjpeg/src/lib/openjp2/opj_clock.h \ -X openjpeg/src/lib/openjp2/opj_clock.c \ -X openjpeg/applications/jpip/mainpage.h \ -X openjpeg/src/lib/openjp2/invert.h \ -X openjpeg/src/lib/openjp2/opj_inttypes.h \ -X openjpeg/thirdparty/libtiff/tiffconf.h \ -X openjpeg/doc/man/man1/opj_compress.1 \ -X openjpeg/src/bin/jp2/opj_compress.c \ -X openjpeg/src/lib/openjp2/opj_stdint.h \ -X openjpeg/src/lib/openjp2/opj_intmath.h And the renaming list: recording removal of openjpeg/applications/common/color.h as rename to openjpeg/src/bin/common/color.h (100% similar) recording removal of openjpeg/applications/common/opj_getopt.c as rename to openjpeg/src/bin/common/opj_getopt.c (100% similar) recording removal of openjpeg/applications/common/opj_getopt.h as rename to openjpeg/src/bin/common/opj_getopt.h (100% similar) recording removal of openjpeg/applications/codec/index.h as rename to openjpeg/src/bin/jp2/index.h (100% similar) recording removal of openjpeg/applications/codec/windirent.h as rename to openjpeg/src/bin/jp2/windirent.h (100% similar) recording removal of openjpeg/applications/jpip/README as rename to openjpeg/src/bin/jpip/README (100% similar) recording removal of openjpeg/applications/jpip/util/test_index.c as rename to openjpeg/src/bin/jpip/opj_jpip_test.c (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/dist/manifest.txt as rename to openjpeg/src/bin/jpip/opj_viewer/dist/manifest.txt (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/ImageManager.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/ImageManager.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/ImageViewer.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/ImageViewer.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/ImageWindow.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/ImageWindow.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/ImgdecClient.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/ImgdecClient.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/JPIPHttpClient.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/JPIPHttpClient.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/MML.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/MML.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/PnmImage.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/PnmImage.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/RegimViewer.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/RegimViewer.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer/src/ResizeListener.java as rename to openjpeg/src/bin/jpip/opj_viewer/src/ResizeListener.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer_xerces/dist/manifest.txt.in as rename to openjpeg/src/bin/jpip/opj_viewer_xerces/dist/manifest.txt.in (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer_xerces/src/ImageViewer.java as rename to openjpeg/src/bin/jpip/opj_viewer_xerces/src/ImageViewer.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer_xerces/src/ImageWindow.java as rename to openjpeg/src/bin/jpip/opj_viewer_xerces/src/ImageWindow.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer_xerces/src/JP2XMLparser.java as rename to openjpeg/src/bin/jpip/opj_viewer_xerces/src/JP2XMLparser.java (100% similar) recording removal of openjpeg/applications/jpip/util/opj_viewer_xerces/src/OptionPanel.java as rename to openjpeg/src/bin/jpip/opj_viewer_xerces/src/OptionPanel.java (100% similar) recording removal of openjpeg/applications/codec/convert.c as rename to openjpeg/src/bin/jpwl/convert.c (100% similar) recording removal of openjpeg/applications/codec/convert.h as rename to openjpeg/src/bin/jpwl/convert.h (100% similar) recording removal of openjpeg/applications/codec/index.c as rename to openjpeg/src/bin/jpwl/index.c (100% similar) recording removal of openjpeg/applications/codec/index.h as rename to openjpeg/src/bin/jpwl/index.h (100% similar) recording removal of openjpeg/applications/codec/j2k_to_image.c as rename to openjpeg/src/bin/jpwl/opj_jpwl_decompress.c (100% similar) recording removal of openjpeg/applications/codec/windirent.h as rename to openjpeg/src/bin/jpwl/windirent.h (100% similar) recording removal of openjpeg/applications/mj2/meta_out.c as rename to openjpeg/src/bin/mj2/meta_out.c (100% similar) recording removal of openjpeg/applications/mj2/meta_out.h as rename to openjpeg/src/bin/mj2/meta_out.h (100% similar) recording removal of openjpeg/applications/mj2/mj2_to_metadata.c as rename to openjpeg/src/bin/mj2/mj2_to_metadata.c (100% similar) recording removal of openjpeg/applications/mj2/mj2_to_metadata.dtd as rename to openjpeg/src/bin/mj2/mj2_to_metadata.dtd (100% similar) recording removal of openjpeg/applications/mj2/mj2_to_metadata.h as rename to openjpeg/src/bin/mj2/mj2_to_metadata.h (100% similar) recording removal of openjpeg/applications/mj2/mj2_to_metadata.sln as rename to openjpeg/src/bin/mj2/mj2_to_metadata.sln (100% similar) recording removal of openjpeg/applications/mj2/mj2_to_metadata.vcproj as rename to openjpeg/src/bin/mj2/mj2_to_metadata.vcproj (100% similar) recording removal of openjpeg/applications/mj2/mj2_to_metadata_Notes.doc as rename to openjpeg/src/bin/mj2/mj2_to_metadata_Notes.doc (100% similar) recording removal of openjpeg/applications/mj2/readme.txt as rename to openjpeg/src/bin/mj2/readme.txt (100% similar) recording removal of openjpeg/applications/OPJViewer/OPJViewer.iss as rename to openjpeg/src/bin/wx/OPJViewer/OPJViewer.iss (100% similar) recording removal of openjpeg/applications/OPJViewer/Readme.txt as rename to openjpeg/src/bin/wx/OPJViewer/Readme.txt (100% similar) recording removal of openjpeg/applications/OPJViewer/about/about.htm as rename to openjpeg/src/bin/wx/OPJViewer/about/about.htm (100% similar) recording removal of openjpeg/applications/OPJViewer/about/opj_logo.png as rename to openjpeg/src/bin/wx/OPJViewer/about/opj_logo.png (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJAbout.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJAbout.cpp (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJChild.ico as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJChild.ico (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJChild16.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJChild16.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJDialogs.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJDialogs.cpp (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJThreads.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJThreads.cpp (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJViewer.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJViewer.cpp (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJViewer.ico as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJViewer.ico (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJViewer.rc as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJViewer.rc (100% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJViewer16.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJViewer16.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/about_htm.h as rename to openjpeg/src/bin/wx/OPJViewer/source/about_htm.h (100% similar) recording removal of openjpeg/applications/OPJViewer/source/build.h as rename to openjpeg/src/bin/wx/OPJViewer/source/build.h (100% similar) recording removal of openjpeg/applications/OPJViewer/source/icon1.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/icon1.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/icon2.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/icon2.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/icon3.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/icon3.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/icon4.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/icon4.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/icon5.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/icon5.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/imagmxf.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/imagmxf.cpp (100% similar) recording removal of openjpeg/applications/OPJViewer/source/license.txt as rename to openjpeg/src/bin/wx/OPJViewer/source/license.txt (100% similar) recording removal of openjpeg/applications/OPJViewer/source/opj_logo.xpm as rename to openjpeg/src/bin/wx/OPJViewer/source/opj_logo.xpm (100% similar) recording removal of openjpeg/applications/OPJViewer/source/readmeafter.txt as rename to openjpeg/src/bin/wx/OPJViewer/source/readmeafter.txt (100% similar) recording removal of openjpeg/applications/OPJViewer/source/readmebefore.txt as rename to openjpeg/src/bin/wx/OPJViewer/source/readmebefore.txt (100% similar) recording removal of openjpeg/applications/OPJViewer/source/wxj2kparser.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/wxj2kparser.cpp (100% similar) recording removal of openjpeg/applications/OPJViewer/source/wxjp2parser.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/wxjp2parser.cpp (100% similar) recording removal of openjpeg/CMake/JPIPTestDriver.cmake as rename to openjpeg/cmake/JPIPTestDriver.cmake (100% similar) recording removal of openjpeg/applications/jpip/doc/jpip_architect.png as rename to openjpeg/doc/jpip_architect.png (100% similar) recording removal of openjpeg/applications/jpip/doc/jpip_protocol.png as rename to openjpeg/doc/jpip_protocol.png (100% similar) recording removal of openjpeg/libopenjpeg/jpwl/README.txt as rename to openjpeg/src/lib/openjpwl/README.txt (100% similar) recording removal of openjpeg/libopenjpeg/jpwl/crc.c as rename to openjpeg/src/lib/openjpwl/crc.c (100% similar) recording removal of openjpeg/libopenjpeg/jpwl/crc.h as rename to openjpeg/src/lib/openjpwl/crc.h (100% similar) recording removal of openjpeg/libopenjpeg/jpwl/rs.c as rename to openjpeg/src/lib/openjpwl/rs.c (100% similar) recording removal of openjpeg/libopenjpeg/jpwl/rs.h as rename to openjpeg/src/lib/openjpwl/rs.h (100% similar) recording removal of openjpeg/libopenjpeg/bio.c as rename to openjpeg/src/lib/openmj2/bio.c (100% similar) recording removal of openjpeg/libopenjpeg/bio.h as rename to openjpeg/src/lib/openmj2/bio.h (100% similar) recording removal of openjpeg/libopenjpeg/dwt.c as rename to openjpeg/src/lib/openmj2/dwt.c (100% similar) recording removal of openjpeg/libopenjpeg/dwt.h as rename to openjpeg/src/lib/openmj2/dwt.h (100% similar) recording removal of openjpeg/libopenjpeg/event.c as rename to openjpeg/src/lib/openmj2/event.c (100% similar) recording removal of openjpeg/libopenjpeg/event.h as rename to openjpeg/src/lib/openmj2/event.h (100% similar) recording removal of openjpeg/libopenjpeg/fix.h as rename to openjpeg/src/lib/openmj2/fix.h (100% similar) recording removal of openjpeg/libopenjpeg/image.c as rename to openjpeg/src/lib/openmj2/image.c (100% similar) recording removal of openjpeg/libopenjpeg/image.h as rename to openjpeg/src/lib/openmj2/image.h (100% similar) recording removal of openjpeg/libopenjpeg/int.h as rename to openjpeg/src/lib/openmj2/int.h (100% similar) recording removal of openjpeg/libopenjpeg/j2k.h as rename to openjpeg/src/lib/openmj2/j2k.h (100% similar) recording removal of openjpeg/libopenjpeg/jpt.h as rename to openjpeg/src/lib/openmj2/jpt.h (100% similar) recording removal of openjpeg/libopenjpeg/mct.c as rename to openjpeg/src/lib/openmj2/mct.c (100% similar) recording removal of openjpeg/libopenjpeg/mct.h as rename to openjpeg/src/lib/openmj2/mct.h (100% similar) recording removal of openjpeg/libopenjpeg/mqc.c as rename to openjpeg/src/lib/openmj2/mqc.c (100% similar) recording removal of openjpeg/libopenjpeg/mqc.h as rename to openjpeg/src/lib/openmj2/mqc.h (100% similar) recording removal of openjpeg/libopenjpeg/opj_malloc.h as rename to openjpeg/src/lib/openmj2/opj_malloc.h (100% similar) recording removal of openjpeg/libopenjpeg/pi.c as rename to openjpeg/src/lib/openmj2/pi.c (100% similar) recording removal of openjpeg/libopenjpeg/pi.h as rename to openjpeg/src/lib/openmj2/pi.h (100% similar) recording removal of openjpeg/libopenjpeg/raw.c as rename to openjpeg/src/lib/openmj2/raw.c (100% similar) recording removal of openjpeg/libopenjpeg/raw.h as rename to openjpeg/src/lib/openmj2/raw.h (100% similar) recording removal of openjpeg/libopenjpeg/t1.c as rename to openjpeg/src/lib/openmj2/t1.c (100% similar) recording removal of openjpeg/libopenjpeg/t1.h as rename to openjpeg/src/lib/openmj2/t1.h (100% similar) recording removal of openjpeg/libopenjpeg/t1_luts.h as rename to openjpeg/src/lib/openmj2/t1_luts.h (100% similar) recording removal of openjpeg/libopenjpeg/t2.c as rename to openjpeg/src/lib/openmj2/t2.c (100% similar) recording removal of openjpeg/libopenjpeg/t2.h as rename to openjpeg/src/lib/openmj2/t2.h (100% similar) recording removal of openjpeg/libopenjpeg/tcd.c as rename to openjpeg/src/lib/openmj2/tcd.c (100% similar) recording removal of openjpeg/libopenjpeg/tcd.h as rename to openjpeg/src/lib/openmj2/tcd.h (100% similar) recording removal of openjpeg/libopenjpeg/tgt.c as rename to openjpeg/src/lib/openmj2/tgt.c (100% similar) recording removal of openjpeg/libopenjpeg/tgt.h as rename to openjpeg/src/lib/openmj2/tgt.h (100% similar) recording removal of openjpeg/applications/codec/index.c as rename to openjpeg/wrapping/java/openjp2/index.c (100% similar) recording removal of openjpeg/applications/codec/index.h as rename to openjpeg/wrapping/java/openjp2/index.h (100% similar) recording removal of openjpeg/applications/JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaDecoder.java as rename to openjpeg/wrapping/java/openjp2/java-sources/org/openJpeg/OpenJPEGJavaDecoder.java (100% similar) recording removal of openjpeg/applications/JavaOpenJPEG/java-sources/org/openJpeg/OpenJPEGJavaEncoder.java as rename to openjpeg/wrapping/java/openjp2/java-sources/org/openJpeg/OpenJPEGJavaEncoder.java (100% similar) recording removal of openjpeg/applications/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaDecoder.h as rename to openjpeg/wrapping/java/openjp2/org_openJpeg_OpenJPEGJavaDecoder.h (100% similar) recording removal of openjpeg/applications/JavaOpenJPEG/org_openJpeg_OpenJPEGJavaEncoder.h as rename to openjpeg/wrapping/java/openjp2/org_openJpeg_OpenJPEGJavaEncoder.h (100% similar) recording removal of openjpeg/libopenjpeg/bio.c as rename to openjpeg/src/lib/openjp2/bio.c (71% similar) recording removal of openjpeg/applications/jpip/libopenjpip/imgsock_manager.c as rename to openjpeg/src/lib/openjpip/imgsock_manager.c (82% similar) recording removal of openjpeg/applications/OPJViewer/source/imagjpeg2000.h as rename to openjpeg/src/bin/wx/OPJViewer/source/imagjpeg2000.h (96% similar) recording removal of openjpeg/applications/jpip/libopenjpip/metadata_manager.c as rename to openjpeg/src/lib/openjpip/metadata_manager.c (88% similar) recording removal of openjpeg/applications/mj2/mj2_convert.c as rename to openjpeg/src/lib/openmj2/mj2_convert.c (94% similar) recording removal of openjpeg/libopenjpeg/raw.c as rename to openjpeg/src/lib/openjp2/raw.c (91% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jpip_parser.c as rename to openjpeg/src/lib/openjpip/jpip_parser.c (78% similar) recording removal of openjpeg/libopenjpeg/cio.h as rename to openjpeg/src/lib/openmj2/cio.h (94% similar) recording removal of openjpeg/applications/jpip/libopenjpip/mhixbox_manager.h as rename to openjpeg/src/lib/openjpip/mhixbox_manager.h (96% similar) recording removal of openjpeg/applications/JavaOpenJPEG/JavaOpenJPEG.c as rename to openjpeg/wrapping/java/openjp2/JavaOpenJPEG.c (93% similar) recording removal of openjpeg/applications/jpip/libopenjpip/auxtrans_manager.h as rename to openjpeg/src/lib/openjpip/auxtrans_manager.h (87% similar) recording removal of openjpeg/applications/jpip/util/jpip_to_jp2.c as rename to openjpeg/src/bin/jpip/opj_jpip_transcode.c (78% similar) recording removal of openjpeg/libopenjpeg/cidx_manager.h as rename to openjpeg/src/lib/openjp2/cidx_manager.h (86% similar) recording removal of openjpeg/doc/man/man1/j2k_to_image.1 as rename to openjpeg/doc/man/man1/opj_decompress.1 (88% similar) recording removal of openjpeg/applications/jpip/libopenjpip/j2kheader_manager.c as rename to openjpeg/src/lib/openjpip/j2kheader_manager.c (72% similar) recording removal of openjpeg/applications/jpip/libopenjpip/dec_clientmsg_handler.h as rename to openjpeg/src/lib/openjpip/dec_clientmsg_handler.h (93% similar) recording removal of openjpeg/applications/jpip/libopenjpip/manfbox_manager.h as rename to openjpeg/src/lib/openjpip/manfbox_manager.h (97% similar) recording removal of openjpeg/applications/mj2/frames_to_mj2.c as rename to openjpeg/src/bin/mj2/opj_mj2_compress.c (93% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jpip_parser.h as rename to openjpeg/src/lib/openjpip/jpip_parser.h (91% similar) recording removal of openjpeg/libopenjpeg/image.h as rename to openjpeg/src/lib/openjp2/image.h (83% similar) recording removal of openjpeg/libopenjpeg/bio.h as rename to openjpeg/src/lib/openjp2/bio.h (84% similar) recording removal of openjpeg/applications/jpip/libopenjpip/index_manager.c as rename to openjpeg/src/lib/openjpip/index_manager.c (80% similar) recording removal of openjpeg/applications/jpip/libopenjpip/box_manager.c as rename to openjpeg/src/lib/openjpip/box_manager.c (73% similar) recording removal of openjpeg/applications/mj2/mj2.h as rename to openjpeg/src/lib/openmj2/mj2.h (91% similar) recording removal of openjpeg/applications/jpip/libopenjpip/dec_clientmsg_handler.c as rename to openjpeg/src/lib/openjpip/dec_clientmsg_handler.c (78% similar) recording removal of openjpeg/applications/jpip/util/opj_server.c as rename to openjpeg/src/bin/jpip/opj_server.c (97% similar) recording removal of openjpeg/applications/jpip/libopenjpip/msgqueue_manager.h as rename to openjpeg/src/lib/openjpip/msgqueue_manager.h (90% similar) recording removal of openjpeg/applications/jpip/libopenjpip/imgreg_manager.h as rename to openjpeg/src/lib/openjpip/imgreg_manager.h (86% similar) recording removal of openjpeg/applications/jpip/libopenjpip/mhixbox_manager.c as rename to openjpeg/src/lib/openjpip/mhixbox_manager.c (92% similar) recording removal of openjpeg/applications/jpip/libopenjpip/placeholder_manager.h as rename to openjpeg/src/lib/openjpip/placeholder_manager.h (96% similar) recording removal of openjpeg/applications/jpip/libopenjpip/openjpip.c as rename to openjpeg/src/lib/openjpip/openjpip.c (79% similar) recording removal of openjpeg/applications/OPJViewer/source/OPJViewer.h as rename to openjpeg/src/bin/wx/OPJViewer/source/OPJViewer.h (99% similar) recording removal of openjpeg/CMake/FindKAKADU.cmake as rename to openjpeg/cmake/FindKAKADU.cmake (86% similar) recording removal of openjpeg/applications/jpip/libopenjpip/byte_manager.h as rename to openjpeg/src/lib/openjpip/byte_manager.h (85% similar) recording removal of openjpeg/libopenjpeg/opj_includes.h as rename to openjpeg/src/lib/openjp3d/opj_includes.h (75% similar) recording removal of openjpeg/applications/mj2/wrap_j2k_in_mj2.c as rename to openjpeg/src/bin/mj2/opj_mj2_wrap.c (70% similar) recording removal of openjpeg/libopenjpeg/event.h as rename to openjpeg/src/lib/openjp2/event.h (69% similar) recording removal of openjpeg/applications/codec/image_to_j2k.c as rename to openjpeg/src/bin/jpwl/opj_jpwl_compress.c (98% similar) recording removal of openjpeg/applications/jpip/libopenjpip/sock_manager.c as rename to openjpeg/src/lib/openjpip/sock_manager.c (86% similar) recording removal of openjpeg/applications/jpip/libopenjpip/channel_manager.c as rename to openjpeg/src/lib/openjpip/channel_manager.c (91% similar) recording removal of openjpeg/applications/jpip/libopenjpip/ihdrbox_manager.c as rename to openjpeg/src/lib/openjpip/ihdrbox_manager.c (93% similar) recording removal of openjpeg/libopenjpeg/indexbox_manager.h as rename to openjpeg/src/lib/openjp2/indexbox_manager.h (79% similar) recording removal of openjpeg/applications/jpip/libopenjpip/manfbox_manager.c as rename to openjpeg/src/lib/openjpip/manfbox_manager.c (94% similar) recording removal of openjpeg/applications/jpip/util/opj_dec_server.c as rename to openjpeg/src/bin/jpip/opj_dec_server.c (99% similar) recording removal of openjpeg/doc/man/man1/j2k_dump.1 as rename to openjpeg/doc/man/man1/opj_dump.1 (76% similar) recording removal of openjpeg/applications/jpip/libopenjpip/target_manager.h as rename to openjpeg/src/lib/openjpip/target_manager.h (91% similar) recording removal of openjpeg/applications/jpip/libopenjpip/codestream_manager.c as rename to openjpeg/src/lib/openjpip/codestream_manager.c (79% similar) recording removal of openjpeg/applications/jpip/libopenjpip/marker_manager.h as rename to openjpeg/src/lib/openjpip/marker_manager.h (83% similar) recording removal of openjpeg/libopenjpeg/int.h as rename to openjpeg/src/lib/openjp3d/int.h (81% similar) recording removal of openjpeg/libopenjpeg/openjpeg.h as rename to openjpeg/src/lib/openmj2/openjpeg.h (99% similar) recording removal of openjpeg/applications/jpip/libopenjpip/imgreg_manager.c as rename to openjpeg/src/lib/openjpip/imgreg_manager.c (91% similar) recording removal of openjpeg/doc/mainpage.dox.cmake as rename to openjpeg/doc/mainpage.dox.in (92% similar) recording removal of openjpeg/libopenjpeg/mqc.c as rename to openjpeg/src/lib/openjp2/mqc.c (79% similar) recording removal of openjpeg/applications/jpip/libopenjpip/cache_manager.h as rename to openjpeg/src/lib/openjpip/cache_manager.h (88% similar) recording removal of openjpeg/libopenjpeg/tgt.h as rename to openjpeg/src/lib/openjp2/tgt.h (76% similar) recording removal of openjpeg/applications/jpip/libopenjpip/ihdrbox_manager.h as rename to openjpeg/src/lib/openjpip/ihdrbox_manager.h (97% similar) recording removal of openjpeg/libopenjpeg/opj_includes.h as rename to openjpeg/src/lib/openmj2/opj_includes.h (98% similar) recording removal of openjpeg/applications/jpip/libopenjpip/query_parser.c as rename to openjpeg/src/lib/openjpip/query_parser.c (86% similar) recording removal of openjpeg/applications/jpip/libopenjpip/cache_manager.c as rename to openjpeg/src/lib/openjpip/cache_manager.c (86% similar) recording removal of openjpeg/libopenjpeg/t1.h as rename to openjpeg/src/lib/openjp2/t1.h (85% similar) recording removal of openjpeg/applications/jpip/util/addXMLinJP2.c as rename to openjpeg/src/bin/jpip/opj_jpip_addxml.c (93% similar) recording removal of openjpeg/applications/codec/index.c as rename to openjpeg/src/bin/jp2/index.c (95% similar) recording removal of openjpeg/applications/jpip/libopenjpip/placeholder_manager.c as rename to openjpeg/src/lib/openjpip/placeholder_manager.c (93% similar) recording removal of openjpeg/libopenjpeg/openjpeg.c as rename to openjpeg/src/lib/openmj2/openjpeg.c (99% similar) recording removal of openjpeg/applications/jpip/libopenjpip/session_manager.c as rename to openjpeg/src/lib/openjpip/session_manager.c (91% similar) recording removal of openjpeg/libopenjpeg/t1_generate_luts.c as rename to openjpeg/src/lib/openjp2/t1_generate_luts.c (86% similar) recording removal of openjpeg/libopenjpeg/phix_manager.c as rename to openjpeg/src/lib/openjp2/phix_manager.c (63% similar) recording removal of openjpeg/applications/codec/convert.c as rename to openjpeg/src/bin/jp2/convert.c (97% similar) recording removal of openjpeg/applications/codec/j2k_to_image.c as rename to openjpeg/src/bin/jp2/opj_decompress.c (68% similar) recording removal of openjpeg/applications/OPJViewer/source/imagmxf.h as rename to openjpeg/src/bin/wx/OPJViewer/source/imagmxf.h (96% similar) recording removal of openjpeg/applications/mj2/mj2_convert.h as rename to openjpeg/src/lib/openmj2/mj2_convert.h (77% similar) recording removal of openjpeg/applications/jpip/libopenjpip/cachemodel_manager.h as rename to openjpeg/src/lib/openjpip/cachemodel_manager.h (83% similar) recording removal of openjpeg/applications/OPJViewer/source/imagjpeg2000.cpp as rename to openjpeg/src/bin/wx/OPJViewer/source/imagjpeg2000.cpp (99% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jp2k_encoder.c as rename to openjpeg/src/lib/openjpip/jp2k_encoder.c (89% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jpipstream_manager.h as rename to openjpeg/src/lib/openjpip/jpipstream_manager.h (88% similar) recording removal of openjpeg/CMake/OpenJPEGCPack.cmake as rename to openjpeg/cmake/OpenJPEGCPack.cmake (65% similar) recording removal of openjpeg/applications/jpip/libopenjpip/cachemodel_manager.c as rename to openjpeg/src/lib/openjpip/cachemodel_manager.c (80% similar) recording removal of openjpeg/applications/jpip/libopenjpip/channel_manager.h as rename to openjpeg/src/lib/openjpip/channel_manager.h (96% similar) recording removal of openjpeg/applications/jpip/libopenjpip/CMakeLists.txt as rename to openjpeg/src/lib/openjpip/CMakeLists.txt (65% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jpipstream_manager.c as rename to openjpeg/src/lib/openjpip/jpipstream_manager.c (84% similar) recording removal of openjpeg/applications/codec/windirent.h as rename to openjpeg/src/bin/jp3d/windirent.h (99% similar) recording removal of openjpeg/libopenjpeg/fix.h as rename to openjpeg/src/lib/openjp3d/fix.h (85% similar) recording removal of openjpeg/libopenjpeg/j2k_lib.c as rename to openjpeg/src/lib/openmj2/j2k_lib.c (98% similar) recording removal of openjpeg/applications/mj2/extract_j2k_from_mj2.c as rename to openjpeg/src/bin/mj2/opj_mj2_extract.c (77% similar) recording removal of openjpeg/applications/jpip/libopenjpip/marker_manager.c as rename to openjpeg/src/lib/openjpip/marker_manager.c (84% similar) recording removal of openjpeg/libopenjpeg/jp2.c as rename to openjpeg/src/lib/openmj2/jp2.c (93% similar) recording removal of openjpeg/applications/jpip/libopenjpip/target_manager.c as rename to openjpeg/src/lib/openjpip/target_manager.c (89% similar) recording removal of openjpeg/applications/jpip/libopenjpip/faixbox_manager.h as rename to openjpeg/src/lib/openjpip/faixbox_manager.h (98% similar) recording removal of openjpeg/libopenjpeg/jpt.c as rename to openjpeg/src/lib/openmj2/jpt.c (97% similar) recording removal of openjpeg/libopenjpeg/mqc.h as rename to openjpeg/src/lib/openjp2/mqc.h (82% similar) recording removal of openjpeg/applications/jpip/libopenjpip/boxheader_manager.h as rename to openjpeg/src/lib/openjpip/boxheader_manager.h (92% similar) recording removal of openjpeg/libopenjpeg/t2.h as rename to openjpeg/src/lib/openjp2/t2.h (61% similar) recording removal of openjpeg/applications/jpip/libopenjpip/session_manager.h as rename to openjpeg/src/lib/openjpip/session_manager.h (94% similar) recording removal of openjpeg/libopenjpeg/ppix_manager.c as rename to openjpeg/src/lib/openjp2/ppix_manager.c (64% similar) recording removal of openjpeg/libopenjpeg/t1_luts.h as rename to openjpeg/src/lib/openjp2/t1_luts.h (96% similar) recording removal of openjpeg/applications/codec/convert.h as rename to openjpeg/src/bin/jp2/convert.h (97% similar) recording removal of openjpeg/applications/common/format_defs.h as rename to openjpeg/src/bin/common/format_defs.h (99% similar) recording removal of openjpeg/libopenjpeg/opj_includes.h as rename to openjpeg/src/lib/openjp2/opj_includes.h (78% similar) recording removal of openjpeg/applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c as rename to openjpeg/wrapping/java/openjp2/JavaOpenJPEGDecoder.c (91% similar) recording removal of openjpeg/applications/jpip/libopenjpip/sock_manager.h as rename to openjpeg/src/lib/openjpip/sock_manager.h (90% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jp2k_decoder.h as rename to openjpeg/src/lib/openjpip/jp2k_decoder.h (92% similar) recording removal of openjpeg/applications/jpip/libopenjpip/auxtrans_manager.c as rename to openjpeg/src/lib/openjpip/auxtrans_manager.c (75% similar) recording removal of openjpeg/libopenjpeg/j2k_lib.h as rename to openjpeg/src/lib/openmj2/j2k_lib.h (98% similar) recording removal of openjpeg/applications/jpip/libopenjpip/index_manager.h as rename to openjpeg/src/lib/openjpip/index_manager.h (96% similar) recording removal of openjpeg/applications/jpip/libopenjpip/query_parser.h as rename to openjpeg/src/lib/openjpip/query_parser.h (83% similar) recording removal of openjpeg/libopenjpeg/jpwl/jpwl.h as rename to openjpeg/src/lib/openjpwl/jpwl.h (99% similar) recording removal of openjpeg/CMake/CTestCustom.cmake.in as rename to openjpeg/cmake/CTestCustom.cmake.in (75% similar) recording removal of openjpeg/CMake/FindLCMS.cmake as rename to openjpeg/cmake/FindLCMS.cmake (63% similar) recording removal of openjpeg/applications/jpip/libopenjpip/imgsock_manager.h as rename to openjpeg/src/lib/openjpip/imgsock_manager.h (92% similar) recording removal of openjpeg/applications/jpip/libopenjpip/msgqueue_manager.c as rename to openjpeg/src/lib/openjpip/msgqueue_manager.c (75% similar) recording removal of openjpeg/applications/jpip/libopenjpip/codestream_manager.h as rename to openjpeg/src/lib/openjpip/codestream_manager.h (84% similar) recording removal of openjpeg/applications/jpip/libopenjpip/faixbox_manager.c as rename to openjpeg/src/lib/openjpip/faixbox_manager.c (94% similar) recording removal of openjpeg/libopenjpeg/jp2.h as rename to openjpeg/src/lib/openmj2/jp2.h (99% similar) recording removal of openjpeg/libopenjpeg/mct.h as rename to openjpeg/src/lib/openjp2/mct.h (75% similar) recording removal of openjpeg/applications/mj2/mj2_to_frames.c as rename to openjpeg/src/bin/mj2/opj_mj2_decompress.c (61% similar) recording removal of openjpeg/doc/man/man3/libopenjpeg.3 as rename to openjpeg/doc/man/man3/libopenjp2.3 (99% similar) recording removal of openjpeg/libopenjpeg/cio.c as rename to openjpeg/src/lib/openmj2/cio.c (96% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jp2k_decoder.c as rename to openjpeg/src/lib/openjpip/jp2k_decoder.c (69% similar) recording removal of openjpeg/applications/jpip/libopenjpip/boxheader_manager.c as rename to openjpeg/src/lib/openjpip/boxheader_manager.c (86% similar) recording removal of openjpeg/applications/jpip/libopenjpip/openjpip.h as rename to openjpeg/src/lib/openjpip/openjpip.h (84% similar) recording removal of openjpeg/applications/mj2/mj2.c as rename to openjpeg/src/lib/openmj2/mj2.c (98% similar) recording removal of openjpeg/libopenjpeg/raw.h as rename to openjpeg/src/lib/openjp2/raw.h (90% similar) recording removal of openjpeg/libopenjpeg/event.c as rename to openjpeg/src/lib/openjp2/event.c (65% similar) recording removal of openjpeg/applications/jpip/libopenjpip/byte_manager.c as rename to openjpeg/src/lib/openjpip/byte_manager.c (77% similar) recording removal of openjpeg/libopenjpeg/dwt.h as rename to openjpeg/src/lib/openjp2/dwt.h (89% similar) recording removal of openjpeg/applications/jpip/libopenjpip/jp2k_encoder.h as rename to openjpeg/src/lib/openjpip/jp2k_encoder.h (97% similar) recording removal of openjpeg/applications/common/color.c as rename to openjpeg/src/bin/common/color.c (97% similar) recording removal of openjpeg/applications/jpip/libopenjpip/box_manager.h as rename to openjpeg/src/lib/openjpip/box_manager.h (84% similar) recording removal of openjpeg/libopenjpeg/j2k.c as rename to openjpeg/src/lib/openmj2/j2k.c (99% similar) recording removal of openjpeg/applications/OPJViewer/CMakeLists.txt as rename to openjpeg/src/bin/wx/OPJViewer/CMakeLists.txt (60% similar) recording removal of openjpeg/libopenjpeg/jpwl/jpwl_lib.c as rename to openjpeg/src/lib/openjpwl/jpwl_lib.c (99% similar) recording removal of openjpeg/applications/jpip/libopenjpip/j2kheader_manager.h as rename to openjpeg/src/lib/openjpip/j2kheader_manager.h (87% similar) recording removal of openjpeg/applications/jpip/libopenjpip/metadata_manager.h as rename to openjpeg/src/lib/openjpip/metadata_manager.h (87% similar) =================================================================== Third-Party Library Repo Structure Introduction We want to have a way to capture local modifications to a third-party open-source project, such as libcurl, without needing write access to their public repository. We want to be able to carry forward such modifications to newer versions of the public project. All this should be independent of the organizational decision as to whether it's even desirable to try to submit our local modifications upstream. Fortunately, the Subversion folks articulated a process years ago that addresses this very requirement. They call it "Vendor Branches." The same tactic, suitably adapted, works with Mercurial too. The essence of the idea is that we capture and tag a particular snapshot of the open-source project. We develop our local modifications to that, and the repository tip incorporates them. But when we want to update to a newer version of the public project, we bring it into the repository in such a way that we can discover the changes from the original snapshot and the new one -- and then have Mercurial apply those deltas to the ''combined'' source. The following material is adapted from http://svnbook.red-bean.com/en/1.1/ch07s05.html, the Red Bean Subversion book, but recast for Mercurial. The Linden source for this material is an internal wiki. There may be superceding documentation on the public wiki when you read this. We recommend searching there for updates to conventions below. And note that each particular library may implement variations of this scheme. General Vendor Branch Management Procedure Managing vendor branches generally works like this. You create a named branch ("vendor") to store the vendor source snapshots. Then you import the third party code into that branch. Your modified branch (named "default") is based on "vendor". You always make your local changes to the default branch. With each new release of the code you are tracking you bring it into the "vendor" branch and merge the changes into "default", resolving whatever conflicts occur between your local changes and the upstream changes. Perhaps an example will help to clarify this algorithm. We'll use a scenario where your development team is creating a calculator program that links against a third-party complex number arithmetic library, libcomplex. We'll construct a repository specifically for our locally-modified version of that library. To begin, we must initialize our repository and create at least one file in our "default" branch. $ hg init ourcomplex $ cd ourcomplex $ touch README.txt $ hg commit README.txt Now we can create the vendor branch and do the import of the first vendor drop. We'll call our vendor branch "vendor", and each successive code drop will be tagged "current". $ hg branch vendor $ tar -xjf ../libcomplex-1.0.tar.bz2 $ mv libcomplex-1.0 libcomplex $ hg addremove $ hg commit -m "1.0 source drop" $ hg tag -r tip current $ hg tag -r current 1.0 We now have the current version of the libcomplex source code in branch "vendor", tagged "current" and in a non-version-specific source code subdirectory ("libcomplex"). Next, we merge it into the default branch. It is in the default branch that we will make our customizations. $ hg update default $ hg merge vendor $ hg commit -m "initial: 1.0" We get to work customizing the libcomplex code. Before we know it, our modified version of libcomplex is now completely integrated into our calculator program. A few weeks later, the developers of libcomplex release a new version of their library, version 1.1, which contains some features and functionality that we really want. We'd like to upgrade to this new version, but without losing the customizations we made to the existing version. What we essentially would like to do is to replace our current baseline version of libcomplex 1.0 with a copy of libcomplex 1.1, and then have Mercurial re-apply the custom modifications we previously made to that library to the new version. But we actually approach the problem from the other direction, applying the changes made to libcomplex between versions 1.0 and 1.1 to our modified copy of it. To perform this upgrade, we update our repository to our vendor branch, and update the "current" tag with the new libcomplex 1.1 source code. We quite literally replace the existing files with the new files, clearing out the whole tree and exploding the libcomplex 1.1 release tarball in its place. The goal here is to make the tip of our vendor branch contain only the libcomplex 1.1 code, and to ensure that all that code is under version control. Oh, and we want to do this with as little version control history disturbance as possible. $ hg update vendor $ rm -rf * $ tar -xjf ../libcomplex-1.1.tar.bz2 $ mv libcomplex-1.1 libcomplex $ hg addremove -s 60 $ # Additional 'hg add' and 'hg rm' commands if needed $ hg commit -m "1.1 source drop" After unpacking the 1.1 tarball, hg status will show files with local modifications as well as, perhaps, some unversioned or missing files. If we did what we were supposed to do, the unversioned files are only those new files introduced in the 1.1 release of libcomplex. The missing files are files that were in 1.0 but not in 1.1. The 'hg addremove' command deals with both, and more: the '-s 60' switch directs Mercurial to compare added files to deleted files, recognizing any file at least 60% similar as a move/rename. For simple or stable libraries, the 'hg addremove' command should be reliable. For more complicated libraries subject to refactoring or large gaps of time between updates (e.g. libcurl), it can get a little lost trying to match files in the old release with files in the new release. Pay attention to the output of the command or better still, do dry runs. Files erroneously moved can be excluded with the '-X' option and then dealt with individually with 'hg add' and 'hg rm' commands after 'hg addremove'. (The readme file in the curl library should document a particularly challenging case.) Finally, once our current working copy contains only the libcomplex 1.1 code, we commit the changes we made to get it looking that way. Our current vendor branch now contains the new vendor drop. We move the 'current' tag to the new version (in the same way we previously tagged the version 1.0 vendor drop), and then merge the differences between the version 1.0 and version 1.1 into our default branch. $ hg tag -f -r tip current $ Optional: hg tag -r current 1.1 $ hg update default $ hg merge vendor # resolve all the conflicts between their changes and our changes # if you will have conflicts in .hgtags, simply take *all* lines ... $ hg commit -m "update with 1.1" Any additional work needed to get the merged library working can now be done on the default branch. Revision Tags We don't currently make use of Mercurial tags in the build and release process for 3rd-party libraries. But we would like to establish a convention to document update and release points. The tags we would like to establish are: * 'current' Points to a succession of vendor releases checked into the 'vendor' branch. Will almost always be at or close to branch head. * '<version>' Ttag on the 'vendor' branch pointing to a verbatim checkin of a 3rd-party's <version> release. Example: '7.21.1' for a particular version of libcurl we have used. * Release-type tags on the default branch aren't as useful given how Mercurial handles tags and how autobuild works. Schematic of a Third-Party Repository Below is the output of the 'hg glog' command showing a library project going through an initial 1.0 release and an update from the vendor to 1.1. Significant revisions in the repository lifecycle are as follows: 0 Creation of the repo with an initial file. 1 1.0 code drop on branch 'vendor' 4 Merge of 1.0 code onto branch 'default' 5 Modifications to library we wish to keep over time. Released. 7 1.1 code drop on branch 'vendor' 10 Merge of 1.1 code onto branch 'default' 11 Fixes to merge yielding production 1.1 library. Released. @ changeset: 12:d3df8ad7daea | tag: tip | user: Monty Brandenberg <monty@lindenlab.com> | date: Wed Oct 30 13:36:01 2013 -0400 | summary: Added tag 1.1 for changeset 888229641f6e | o changeset: 11:888229641f6e | tag: 1.1 | user: Monty Brandenberg <monty@lindenlab.com> | date: Wed Oct 30 13:35:51 2013 -0400 | summary: Work to get 1.1 merge working. Release. | o changeset: 10:925ccdf09f50 |\ parent: 6:c4975656c039 | | parent: 9:977001a08e48 | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:35:20 2013 -0400 | | summary: update with 1.1 | | | o changeset: 9:977001a08e48 | | branch: vendor | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:33:49 2013 -0400 | | summary: Added tag vendor_1.1 for changeset 5f6cb89add91 | | | o changeset: 8:59bce0f6d12f | | branch: vendor | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:33:41 2013 -0400 | | summary: Added tag current for changeset 5f6cb89add91 | | | o changeset: 7:5f6cb89add91 | | branch: vendor | | tag: current | | tag: vendor_1.1 | | parent: 3:8525ad934ecd | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:33:29 2013 -0400 | | summary: 1.1 source drop | | o | changeset: 6:c4975656c039 | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:32:46 2013 -0400 | | summary: Added tag 1.0 for changeset 83c5775c23dc | | o | changeset: 5:83c5775c23dc | | tag: 1.0 | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:32:31 2013 -0400 | | summary: Linden-specific changes to the library. Release | | o | changeset: 4:bccb736585f4 |\| parent: 0:400e4516c406 | | parent: 3:8525ad934ecd | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:31:40 2013 -0400 | | summary: initial: 1.0 | | | o changeset: 3:8525ad934ecd | | branch: vendor | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:30:21 2013 -0400 | | summary: Added tag vendor_1.0 for changeset 8ac3828d03bb | | | o changeset: 2:7aa1a1cb62d9 | | branch: vendor | | user: Monty Brandenberg <monty@lindenlab.com> | | date: Wed Oct 30 13:30:14 2013 -0400 | | summary: Added tag current for changeset 8ac3828d03bb | | | o changeset: 1:8ac3828d03bb |/ branch: vendor | tag: vendor_1.0 | user: Monty Brandenberg <monty@lindenlab.com> | date: Wed Oct 30 13:30:09 2013 -0400 | summary: 1.0 source drop | o changeset: 0:400e4516c406 user: Monty Brandenberg <monty@lindenlab.com> date: Wed Oct 30 13:29:16 2013 -0400 summary: Created repo with initial readme file
About
No description, website, or topics provided.
Resources
Code of conduct
Security policy
Stars
Watchers
Forks
Packages 0
No packages published