readme.txt 483 B

123456789
  1. I decided to integrate libopenjpeg to the viewer sources, because the version
  2. in use is very specific to the viewer and got many fixes (crash bugs, decoding
  3. issues, security fixes) applied by me. It is also optimized with SSE/AVX code
  4. and I also optimized manually the non-vectorized code for speedier decoding/
  5. encoding. Finally, it got NEON vectorization support added via sse2neon.
  6. Henri Beauchamp.
  7. Note: for the libopenjpeg license, please see the doc/licenses-linux.txt file.