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

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.