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.