9215707d24
- Update to 0.15.0: * This addresses a few small issues #146, #147, and #148. The most important changes are: * Added "-fexceptions" flag to subprojects/js/CMakeLists.txt, which I forgot to do. * Added a function "set_message_level()" to ojph_message.h, which controls the severity level at which info/warn/error messages are printed. By adjusting the message level, users can tailor the verbosity of the output to their specific needs.
Michael Vetter2024-07-22 08:31:02 +00:00
d3681b4563
- Update to 0.15.0: * This addresses a few small issues #146, #147, and #148. The most important changes are: * Added "-fexceptions" flag to subprojects/js/CMakeLists.txt, which I forgot to do. * Added a function "set_message_level()" to ojph_message.h, which controls the severity level at which info/warn/error messages are printed. By adjusting the message level, users can tailor the verbosity of the output to their specific needs.
Michael Vetter2024-07-22 08:31:02 +00:00
f73a0d6363
- Update to 0.14.2: * This should fix installation folders for both relative and absolute folders
Michael Vetter2024-07-04 09:08:36 +00:00
085b2ccdbd
- Update to 0.14.2: * This should fix installation folders for both relative and absolute folders
Michael Vetter2024-07-04 09:08:36 +00:00
d8dcc7c7aa
- Update to 0.14.1: * Fix includedir/libdir in pkg-config file when CMAKE_INSTALL_INCLUDEDIR/CMAKE_INSTALL_LIBDIR are absolute paths #145Michael Vetter2024-07-03 10:19:51 +00:00
fb16787fa3
- Update to 0.14.1: * Fix includedir/libdir in pkg-config file when CMAKE_INSTALL_INCLUDEDIR/CMAKE_INSTALL_LIBDIR are absolute paths #145Michael Vetter2024-07-03 10:19:51 +00:00
aa7a08600e
- Update to 0.14.0: * Fix a mistake in the last commit. #141 * doc: trivial typo fixes#143 * Add some documentation and a bug fix. #144Michael Vetter2024-06-20 07:14:54 +00:00
72468c8dd2
- Update to 0.14.0: * Fix a mistake in the last commit. #141 * doc: trivial typo fixes#143 * Add some documentation and a bug fix. #144Michael Vetter2024-06-20 07:14:54 +00:00
9d93448be4
- Update to 0.13.1: * This is a small change to the preprocess settings + It removes defining OJPH_DISABLE_SIMD by default for ARM. + It prevents defining OJPH_DISABLE_SIMD twice, which may happen when building for WASM.
Michael Vetter2024-05-15 05:32:12 +00:00
0e1df2b2bc
- Update to 0.13.1: * This is a small change to the preprocess settings + It removes defining OJPH_DISABLE_SIMD by default for ARM. + It prevents defining OJPH_DISABLE_SIMD twice, which may happen when building for WASM.
Michael Vetter2024-05-15 05:32:12 +00:00
f040902416
- Update to 0.13.0: * Add options to disable instruction sets #111 and #121. * Better arm support #139.
Michael Vetter2024-05-03 11:29:38 +00:00
fc93f39165
- Update to 0.13.0: * Add options to disable instruction sets #111 and #121. * Better arm support #139.
Michael Vetter2024-05-03 11:29:38 +00:00
d0fb41fdab
- Update to 0.12.0: * doc: trivial typo fixes#136 * Adding a simple RTP client that is compliant with draft-ietf-avtcore-rtp-j2k-scl-00 #137Michael Vetter2024-04-30 06:24:44 +00:00
a287365d73
- Update to 0.12.0: * doc: trivial typo fixes#136 * Adding a simple RTP client that is compliant with draft-ietf-avtcore-rtp-j2k-scl-00 #137Michael Vetter2024-04-30 06:24:44 +00:00
a968481961
- Update to 0.11.0: * This removes the hardcoded TIFF_PATH, must use CMAKE_PREFIX_PATH. * Adding DFS support and partial support for ATK to support low-latency HTJ2K images
Michael Vetter2024-04-15 08:21:35 +00:00
5cf9850229
- Update to 0.11.0: * This removes the hardcoded TIFF_PATH, must use CMAKE_PREFIX_PATH. * Adding DFS support and partial support for ATK to support low-latency HTJ2K images
Michael Vetter2024-04-15 08:21:35 +00:00
14705b7694
- Update to 0.10.4: * Add getter for TLM marker request #118 * Make comment_exchange string const #119 * Add accessors for tilepart division #120 * Include ojph_arch.h in ojph_codestream.h and ojph_params.h to compensate for OJPH_EXPORT definition #123 * Update ojph_codestream_local.cpp, fix typo #124 * This fixes tile_size calculation. #125 * Fixing irv97 transform #126Michael Vetter2024-02-08 07:03:34 +00:00
0099e06406
- Update to 0.10.4: * Add getter for TLM marker request #118 * Make comment_exchange string const #119 * Add accessors for tilepart division #120 * Include ojph_arch.h in ojph_codestream.h and ojph_params.h to compensate for OJPH_EXPORT definition #123 * Update ojph_codestream_local.cpp, fix typo #124 * This fixes tile_size calculation. #125 * Fixing irv97 transform #126Michael Vetter2024-02-08 07:03:34 +00:00
cba3e4324a
- Update to 0.10.3: * Another change to CMakeLists.txt to better handle PKG-Config
Michael Vetter2024-01-09 10:11:28 +00:00
472eca6581
- Update to 0.10.3: * Another change to CMakeLists.txt to better handle PKG-Config
Michael Vetter2024-01-09 10:11:28 +00:00
dd206bbdd7
- Update to 0.10.2: * Small modification to PKG-Config Setting
Michael Vetter2024-01-08 11:28:17 +00:00
2f3aca854f
- Update to 0.10.2: * Small modification to PKG-Config Setting
Michael Vetter2024-01-08 11:28:17 +00:00
402f1836dd
- Update to 0.10.1: * Add library path to pkg-config file #116Michael Vetter2024-01-08 08:19:31 +00:00
4455223cd2
- Update to 0.10.1: * Add library path to pkg-config file #116Michael Vetter2024-01-08 08:19:31 +00:00
c112ce3426
- Update to 0.10.0: * Refactor codestream_local into multiple source/header files #93 * Options to insert a TLM marker, and create tileparts #87 * Adds AVX512 support #103 * Walk around overflow when block width is bigger than 64 #104 * Add support for writing a user-specified COM marker #105 * CMake tweaks -- Adding a CMake option to disable building executables. #109 * Feature - dpx file input support for ojph_compress #110 * Improving the way CMakeLists.txt files are arranged, and also addressing issues with building for MinGW and MSYS. #115Michael Vetter2024-01-06 09:24:07 +00:00
7395b281e7
- Update to 0.10.0: * Refactor codestream_local into multiple source/header files #93 * Options to insert a TLM marker, and create tileparts #87 * Adds AVX512 support #103 * Walk around overflow when block width is bigger than 64 #104 * Add support for writing a user-specified COM marker #105 * CMake tweaks -- Adding a CMake option to disable building executables. #109 * Feature - dpx file input support for ojph_compress #110 * Improving the way CMakeLists.txt files are arranged, and also addressing issues with building for MinGW and MSYS. #115Michael Vetter2024-01-06 09:24:07 +00:00