initial release of jp3d library and codec
authorAntonin Descampe <antonin@gmail.com>
Mon, 30 Oct 2006 15:32:50 +0000 (15:32 +0000)
committerAntonin Descampe <antonin@gmail.com>
Mon, 30 Oct 2006 15:32:50 +0000 (15:32 +0000)
commit480021bc336e22f1b927a3a0267ae38031b902f8
tree5c9c545da9c7f27e7a8e30736d77a2e67f8c4f88
parentaf448b94a1f8a766844a35e97c6a38017d1a229c
initial release of jp3d library and codec
74 files changed:
jp3d/DllJp3dVM.dsp [new file with mode: 0755]
jp3d/DllJp3dVM.ncb [new file with mode: 0755]
jp3d/DllJp3dVM.sln [new file with mode: 0755]
jp3d/DllJp3dVM.suo [new file with mode: 0755]
jp3d/DllJp3dVM.vcproj [new file with mode: 0755]
jp3d/LICENSE.txt [new file with mode: 0755]
jp3d/LibJp3dVM.ncb [new file with mode: 0755]
jp3d/LibJp3dVM.sln [new file with mode: 0755]
jp3d/LibJp3dVM.suo [new file with mode: 0755]
jp3d/LibJp3dVM.vcproj [new file with mode: 0755]
jp3d/Makefile [new file with mode: 0755]
jp3d/README.txt [new file with mode: 0755]
jp3d/bin/LibJp3dVM.lib [new file with mode: 0755]
jp3d/bin/OpenJP3D.dll [new file with mode: 0755]
jp3d/bin/jp3d_vm_dec.exe [new file with mode: 0755]
jp3d/bin/jp3d_vm_enc.exe [new file with mode: 0755]
jp3d/bin/openjpeg.h [new file with mode: 0755]
jp3d/codec/convert.c [new file with mode: 0755]
jp3d/codec/convert.h [new file with mode: 0755]
jp3d/codec/getopt.c [new file with mode: 0755]
jp3d/codec/getopt.h [new file with mode: 0755]
jp3d/codec/jp3d_to_volume.c [new file with mode: 0755]
jp3d/codec/jp3d_vm_dec.ncb [new file with mode: 0755]
jp3d/codec/jp3d_vm_dec.sln [new file with mode: 0755]
jp3d/codec/jp3d_vm_dec.suo [new file with mode: 0755]
jp3d/codec/jp3d_vm_dec.vcproj [new file with mode: 0755]
jp3d/codec/jp3d_vm_enc.ncb [new file with mode: 0755]
jp3d/codec/jp3d_vm_enc.sln [new file with mode: 0755]
jp3d/codec/jp3d_vm_enc.suo [new file with mode: 0755]
jp3d/codec/jp3d_vm_enc.vcproj [new file with mode: 0755]
jp3d/codec/volume_to_jp3d.c [new file with mode: 0755]
jp3d/libjp3dvm/bio.c [new file with mode: 0755]
jp3d/libjp3dvm/bio.h [new file with mode: 0755]
jp3d/libjp3dvm/cio.c [new file with mode: 0755]
jp3d/libjp3dvm/cio.h [new file with mode: 0755]
jp3d/libjp3dvm/dirent.h [new file with mode: 0755]
jp3d/libjp3dvm/dwt.c [new file with mode: 0755]
jp3d/libjp3dvm/dwt.h [new file with mode: 0755]
jp3d/libjp3dvm/event.c [new file with mode: 0755]
jp3d/libjp3dvm/event.h [new file with mode: 0755]
jp3d/libjp3dvm/fix.h [new file with mode: 0755]
jp3d/libjp3dvm/int.h [new file with mode: 0755]
jp3d/libjp3dvm/jp3d.c [new file with mode: 0755]
jp3d/libjp3dvm/jp3d.h [new file with mode: 0755]
jp3d/libjp3dvm/jp3d_lib.c [new file with mode: 0755]
jp3d/libjp3dvm/jp3d_lib.h [new file with mode: 0755]
jp3d/libjp3dvm/mct.c [new file with mode: 0755]
jp3d/libjp3dvm/mct.h [new file with mode: 0755]
jp3d/libjp3dvm/mqc.c [new file with mode: 0755]
jp3d/libjp3dvm/mqc.h [new file with mode: 0755]
jp3d/libjp3dvm/openjpeg.c [new file with mode: 0755]
jp3d/libjp3dvm/openjpeg.h [new file with mode: 0755]
jp3d/libjp3dvm/opj_includes.h [new file with mode: 0755]
jp3d/libjp3dvm/pi.c [new file with mode: 0755]
jp3d/libjp3dvm/pi.h [new file with mode: 0755]
jp3d/libjp3dvm/raw.c [new file with mode: 0755]
jp3d/libjp3dvm/raw.h [new file with mode: 0755]
jp3d/libjp3dvm/t1.c [new file with mode: 0755]
jp3d/libjp3dvm/t1.h [new file with mode: 0755]
jp3d/libjp3dvm/t1_3d.c [new file with mode: 0755]
jp3d/libjp3dvm/t1_3d.h [new file with mode: 0755]
jp3d/libjp3dvm/t2.c [new file with mode: 0755]
jp3d/libjp3dvm/t2.h [new file with mode: 0755]
jp3d/libjp3dvm/tcd.c [new file with mode: 0755]
jp3d/libjp3dvm/tcd.h [new file with mode: 0755]
jp3d/libjp3dvm/tgt.c [new file with mode: 0755]
jp3d/libjp3dvm/tgt.h [new file with mode: 0755]
jp3d/libjp3dvm/volume.c [new file with mode: 0755]
jp3d/libjp3dvm/volume.h [new file with mode: 0755]
jp3d/tcltk/LPI_JP3D_VM.tcl [new file with mode: 0755]
jp3d/tcltk/Thumbs.db [new file with mode: 0755]
jp3d/tcltk/decoder.tcl [new file with mode: 0755]
jp3d/tcltk/encoder.tcl [new file with mode: 0755]
jp3d/tcltk/logoLPI.gif [new file with mode: 0755]