initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG...
authorAntonin Descampe <antonin@gmail.com>
Thu, 14 Apr 2011 18:37:47 +0000 (18:37 +0000)
committerAntonin Descampe <antonin@gmail.com>
Thu, 14 Apr 2011 18:37:47 +0000 (18:37 +0000)
commit31dba0b4e9be32a5d8e0052e2bf16e7eb4e02534
tree6b96d57592b72707b0003bbac6537619bb9ec931
parent27b894dd3fd6d67dacf6c263587d789d96172116
initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details)
128 files changed:
CHANGES
CMakeLists.txt
INSTALL
README
applications/CMakeLists.txt
applications/indexer_JPIP/CMakeLists.txt [deleted file]
applications/indexer_JPIP/Makefile [deleted file]
applications/indexer_JPIP/bio.c [deleted file]
applications/indexer_JPIP/bio.h [deleted file]
applications/indexer_JPIP/cio.c [deleted file]
applications/indexer_JPIP/cio.h [deleted file]
applications/indexer_JPIP/fix.c [deleted file]
applications/indexer_JPIP/fix.h [deleted file]
applications/indexer_JPIP/index_create.c [deleted file]
applications/indexer_JPIP/int.c [deleted file]
applications/indexer_JPIP/int.h [deleted file]
applications/indexer_JPIP/j2k.h [deleted file]
applications/indexer_JPIP/jp2.c [deleted file]
applications/indexer_JPIP/jp2.h [deleted file]
applications/indexer_JPIP/jpip.c [deleted file]
applications/indexer_JPIP/jpip.h [deleted file]
applications/indexer_JPIP/pi.c [deleted file]
applications/indexer_JPIP/pi.h [deleted file]
applications/indexer_JPIP/t2.c [deleted file]
applications/indexer_JPIP/t2.h [deleted file]
applications/indexer_JPIP/tcd.c [deleted file]
applications/indexer_JPIP/tcd.h [deleted file]
applications/indexer_JPIP/tgt.c [deleted file]
applications/indexer_JPIP/tgt.h [deleted file]
applications/jpip/Makefile [new file with mode: 0644]
applications/jpip/README [new file with mode: 0644]
applications/jpip/doc/Doxyfile [new file with mode: 0644]
applications/jpip/doc/jpip_protocol.png [new file with mode: 0644]
applications/jpip/libopenjpip/Makefile [new file with mode: 0644]
applications/jpip/libopenjpip/box_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/box_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/boxheader_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/boxheader_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/byte_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/byte_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/codestream_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/codestream_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/comMakefile.mk [new file with mode: 0644]
applications/jpip/libopenjpip/faixbox_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/faixbox_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/ihdrbox_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/ihdrbox_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/imgreg_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/imgreg_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/index_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/index_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/manfbox_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/manfbox_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/marker_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/marker_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/metadata_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/metadata_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/mhixbox_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/mhixbox_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/msgqueue_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/msgqueue_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/placeholder_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/placeholder_manager.h [new file with mode: 0644]
applications/jpip/libopenjpip/target_manager.c [new file with mode: 0644]
applications/jpip/libopenjpip/target_manager.h [new file with mode: 0644]
applications/jpip/mainpage.h [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/Makefile [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/cache_manager.c [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/cache_manager.h [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/imgsock_manager.c [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/imgsock_manager.h [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/jp2k_decoder.c [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/jp2k_decoder.h [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/jptstream_manager.c [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/jptstream_manager.h [new file with mode: 0644]
applications/jpip/opj_client/opj_dec_server/opj_dec_server.c [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/build.xml [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/dist/manifest.txt [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/dist/opj_viewer-20110218.jar [new file with mode: 0755]
applications/jpip/opj_client/opj_viewer/dist/opj_viewer.jar [new symlink]
applications/jpip/opj_client/opj_viewer/src/ImageManager.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/ImageViewer.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/ImageWindow.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/ImgdecClient.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/JP2XMLparser.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/JPIPHttpClient.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/MML.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/OptionPanel.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/PnmImage.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/RegimViewer.java [new file with mode: 0644]
applications/jpip/opj_client/opj_viewer/src/ResizeListener.java [new file with mode: 0644]
applications/jpip/opj_server/Makefile [new file with mode: 0644]
applications/jpip/opj_server/channel_manager.c [new file with mode: 0644]
applications/jpip/opj_server/channel_manager.h [new file with mode: 0644]
applications/jpip/opj_server/opj_server.c [new file with mode: 0644]
applications/jpip/opj_server/query_parser.c [new file with mode: 0644]
applications/jpip/opj_server/query_parser.h [new file with mode: 0644]
applications/jpip/opj_server/session_manager.c [new file with mode: 0644]
applications/jpip/opj_server/session_manager.h [new file with mode: 0644]
applications/jpip/tools/Makefile [new file with mode: 0644]
applications/jpip/tools/addXMLinJP2.c [new file with mode: 0644]
applications/jpip/tools/indexer/Makefile [new file with mode: 0644]
applications/jpip/tools/indexer/bio.c [new file with mode: 0644]
applications/jpip/tools/indexer/bio.h [new file with mode: 0644]
applications/jpip/tools/indexer/cio.c [new file with mode: 0644]
applications/jpip/tools/indexer/cio.h [new file with mode: 0644]
applications/jpip/tools/indexer/fix.c [new file with mode: 0644]
applications/jpip/tools/indexer/fix.h [new file with mode: 0644]
applications/jpip/tools/indexer/index_create.c [new file with mode: 0644]
applications/jpip/tools/indexer/int.c [new file with mode: 0644]
applications/jpip/tools/indexer/int.h [new file with mode: 0644]
applications/jpip/tools/indexer/j2k.h [new file with mode: 0644]
applications/jpip/tools/indexer/jp2.c [new file with mode: 0644]
applications/jpip/tools/indexer/jp2.h [new file with mode: 0644]
applications/jpip/tools/indexer/jpip.c [new file with mode: 0644]
applications/jpip/tools/indexer/jpip.h [new file with mode: 0644]
applications/jpip/tools/indexer/jpt.c [new file with mode: 0644]
applications/jpip/tools/indexer/pi.c [new file with mode: 0644]
applications/jpip/tools/indexer/pi.h [new file with mode: 0644]
applications/jpip/tools/indexer/t2.c [new file with mode: 0644]
applications/jpip/tools/indexer/t2.h [new file with mode: 0644]
applications/jpip/tools/indexer/tcd.c [new file with mode: 0644]
applications/jpip/tools/indexer/tcd.h [new file with mode: 0644]
applications/jpip/tools/indexer/tgt.c [new file with mode: 0644]
applications/jpip/tools/indexer/tgt.h [new file with mode: 0644]
applications/jpip/tools/jpt_to_j2k.c [new file with mode: 0644]
applications/jpip/tools/jpt_to_jp2.c [new file with mode: 0644]
applications/jpip/tools/test_index.c [new file with mode: 0644]