Gwyneth Llewelyn 09278d2452 initial commit 3 months ago
..
CMakeLists.txt 09278d2452 initial commit 3 months ago
bio.c 09278d2452 initial commit 3 months ago
bio.h 09278d2452 initial commit 3 months ago
cio.c 09278d2452 initial commit 3 months ago
cio.h 09278d2452 initial commit 3 months ago
dwt.c 09278d2452 initial commit 3 months ago
dwt.h 09278d2452 initial commit 3 months ago
event.c 09278d2452 initial commit 3 months ago
event.h 09278d2452 initial commit 3 months ago
fix.h 09278d2452 initial commit 3 months ago
image.c 09278d2452 initial commit 3 months ago
image.h 09278d2452 initial commit 3 months ago
int.h 09278d2452 initial commit 3 months ago
j2k.c 09278d2452 initial commit 3 months ago
j2k.h 09278d2452 initial commit 3 months ago
j2k_lib.c 09278d2452 initial commit 3 months ago
j2k_lib.h 09278d2452 initial commit 3 months ago
jp2.c 09278d2452 initial commit 3 months ago
jp2.h 09278d2452 initial commit 3 months ago
jpt.c 09278d2452 initial commit 3 months ago
jpt.h 09278d2452 initial commit 3 months ago
mct.c 09278d2452 initial commit 3 months ago
mct.h 09278d2452 initial commit 3 months ago
mqc.c 09278d2452 initial commit 3 months ago
mqc.h 09278d2452 initial commit 3 months ago
openjpeg.c 09278d2452 initial commit 3 months ago
openjpeg.h 09278d2452 initial commit 3 months ago
opj_includes.h 09278d2452 initial commit 3 months ago
opj_malloc.h 09278d2452 initial commit 3 months ago
pi.c 09278d2452 initial commit 3 months ago
pi.h 09278d2452 initial commit 3 months ago
raw.c 09278d2452 initial commit 3 months ago
raw.h 09278d2452 initial commit 3 months ago
readme.txt 09278d2452 initial commit 3 months ago
t1.c 09278d2452 initial commit 3 months ago
t1.h 09278d2452 initial commit 3 months ago
t1_generate_luts.c 09278d2452 initial commit 3 months ago
t1_luts.h 09278d2452 initial commit 3 months ago
t2.c 09278d2452 initial commit 3 months ago
t2.h 09278d2452 initial commit 3 months ago
tcd.c 09278d2452 initial commit 3 months ago
tcd.h 09278d2452 initial commit 3 months ago
tgt.c 09278d2452 initial commit 3 months ago
tgt.h 09278d2452 initial commit 3 months ago

readme.txt

I decided to integrate libopenjpeg to the viewer sources, because the version
in use is very specific to the viewer and got many fixes (crash bugs, decoding
issues, security fixes) applied by me. It is also optimized with SSE/AVX code
and I also optimized manually the non-vectorized code for speedier decoding/
encoding. Finally, it got NEON vectorization support added via sse2neon.

Henri Beauchamp.

Note: for the libopenjpeg license, please see the doc/licenses-linux.txt file.