SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libopenjph0_17-0.17.0-1.2.i586.rpm :

* Mon Sep 23 2024 Michael Vetter - Update to 0.17.0:
* Adding support for NLT marker segment of type 3. The code is not very complete, but it is in a useful state for publishing. To make use of the NLT marker segment for type 3, partial support for the .pfm file format has been added. For .pfm files, lossy compression is not supported -- it is possible to add support at some future point. Reversible coding of .pfm files is supported, where the NLT marker is automatically inserted. However, the current implementation supports only 28-bit for encoding 27-bit for decoding. Therefore floating point values stored in a .pfm file, which are 32-bit, need to be truncated. Using the \'-bit_depth\' option, ojph_compress can perform this truncation. \'ojph_compress\' should work correctly with codestreams generated with ojph_compress, converting truncated values back to normal floating point values.
* Adding support for NLT marker segment of type 3 #154
* Mon Sep 09 2024 Michael Vetter - Update to 0.16.0:
* Add AVX2 support for block encoding and decoding.
* Fix what I think is a bug in AVX512 block encoding.
* Add avx2 optimization for encoder and decoder #153.
* Mon Jul 22 2024 Michael Vetter - 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.
* Thu Jul 04 2024 Michael Vetter - Update to 0.14.2:
* This should fix installation folders for both relative and absolute folders
* Wed Jul 03 2024 Michael Vetter - Update to 0.14.1:
* Fix includedir/libdir in pkg-config file when CMAKE_INSTALL_INCLUDEDIR/CMAKE_INSTALL_LIBDIR are absolute paths #145
* Thu Jun 20 2024 Michael Vetter - 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. #144
* Wed May 22 2024 Michael Vetter - Update to 0.13.3:
* Fixes a mistake
* Wed May 22 2024 Michael Vetter - Update to 0.13.2:
* Better preprocessor directives for ARM, supports 32 and 64 bits. This also sets the default memory to 128MB for WASM-based javascript programs in the subprojects/js directory.
* Wed May 15 2024 Michael Vetter - 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.
* Fri May 03 2024 Michael Vetter - Update to 0.13.0:
* Add options to disable instruction sets #111 and #121.
* Better arm support #139.
* Tue Apr 30 2024 Michael Vetter - 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 #137
* Mon Apr 15 2024 Michael Vetter - 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
* Tue Feb 13 2024 Michael Vetter - Update to 0.10.5:
* This release addresses issues #127 and #128
* Thu Feb 08 2024 Michael Vetter - 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 #126
* Tue Jan 09 2024 Michael Vetter - Update to 0.10.3:
* Another change to CMakeLists.txt to better handle PKG-Config
* Mon Jan 08 2024 Michael Vetter - Update to 0.10.2:
* Small modification to PKG-Config Setting
* Mon Jan 08 2024 Michael Vetter - Update to 0.10.1:
* Add library path to pkg-config file #116
* Sat Jan 06 2024 Michael Vetter - 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. #115
* Thu Dec 21 2023 Michael Vetter - Initial package of openjph 0.9.0 for openSUSE
 
ICM