[trunk] FolderReorgProposal task: add JP3D
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 28 Sep 2012 08:32:34 +0000 (08:32 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 28 Sep 2012 08:32:34 +0000 (08:32 +0000)
commit3e62f8d9b73f712f82e6d3d186f03a3e581bc465
treef58a87f0e972811123da8a2f8ebe4ae1aef9ad64
parent028720c9ec1a330728a2eb6fcd5faadef99cdeb9
[trunk] FolderReorgProposal task: add JP3D

Update issue 177
55 files changed:
CMakeLists.txt
src/bin/jp3d/CMakeLists.txt [new file with mode: 0644]
src/bin/jp3d/Makefile.am [new file with mode: 0644]
src/bin/jp3d/convert.c [new file with mode: 0755]
src/bin/jp3d/convert.h [new file with mode: 0755]
src/bin/jp3d/getopt.c [new file with mode: 0755]
src/bin/jp3d/getopt.h [new file with mode: 0755]
src/bin/jp3d/jp3d_to_volume.c [new file with mode: 0755]
src/bin/jp3d/tcltk/LPI_JP3D_VM.tcl [new file with mode: 0755]
src/bin/jp3d/tcltk/README [new file with mode: 0644]
src/bin/jp3d/tcltk/Thumbs.db [new file with mode: 0755]
src/bin/jp3d/tcltk/decoder.tcl [new file with mode: 0755]
src/bin/jp3d/tcltk/encoder.tcl [new file with mode: 0755]
src/bin/jp3d/tcltk/logoLPI.gif [new file with mode: 0755]
src/bin/jp3d/volume_to_jp3d.c [new file with mode: 0755]
src/bin/jp3d/windirent.h [new file with mode: 0644]
src/lib/openjp3d/CMakeLists.txt [new file with mode: 0644]
src/lib/openjp3d/Makefile.am [new file with mode: 0644]
src/lib/openjp3d/bio.c [new file with mode: 0755]
src/lib/openjp3d/bio.h [new file with mode: 0755]
src/lib/openjp3d/cio.c [new file with mode: 0755]
src/lib/openjp3d/cio.h [new file with mode: 0755]
src/lib/openjp3d/dwt.c [new file with mode: 0755]
src/lib/openjp3d/dwt.h [new file with mode: 0755]
src/lib/openjp3d/event.c [new file with mode: 0755]
src/lib/openjp3d/event.h [new file with mode: 0755]
src/lib/openjp3d/fix.h [new file with mode: 0755]
src/lib/openjp3d/int.h [new file with mode: 0755]
src/lib/openjp3d/jp3d.c [new file with mode: 0755]
src/lib/openjp3d/jp3d.h [new file with mode: 0755]
src/lib/openjp3d/jp3d_lib.c [new file with mode: 0755]
src/lib/openjp3d/jp3d_lib.h [new file with mode: 0755]
src/lib/openjp3d/mct.c [new file with mode: 0755]
src/lib/openjp3d/mct.h [new file with mode: 0755]
src/lib/openjp3d/mqc.c [new file with mode: 0755]
src/lib/openjp3d/mqc.h [new file with mode: 0755]
src/lib/openjp3d/openjp3d.c [new file with mode: 0755]
src/lib/openjp3d/openjp3d.h [new file with mode: 0755]
src/lib/openjp3d/opj_includes.h [new file with mode: 0755]
src/lib/openjp3d/pi.c [new file with mode: 0755]
src/lib/openjp3d/pi.h [new file with mode: 0755]
src/lib/openjp3d/raw.c [new file with mode: 0755]
src/lib/openjp3d/raw.h [new file with mode: 0755]
src/lib/openjp3d/t1.c [new file with mode: 0755]
src/lib/openjp3d/t1.h [new file with mode: 0755]
src/lib/openjp3d/t1_3d.c [new file with mode: 0755]
src/lib/openjp3d/t1_3d.h [new file with mode: 0755]
src/lib/openjp3d/t2.c [new file with mode: 0755]
src/lib/openjp3d/t2.h [new file with mode: 0755]
src/lib/openjp3d/tcd.c [new file with mode: 0755]
src/lib/openjp3d/tcd.h [new file with mode: 0755]
src/lib/openjp3d/tgt.c [new file with mode: 0755]
src/lib/openjp3d/tgt.h [new file with mode: 0755]
src/lib/openjp3d/volume.c [new file with mode: 0755]
src/lib/openjp3d/volume.h [new file with mode: 0755]