Revisions of openjph
Michael Vetter (jubalh)
committed
(revision 26)
- 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
Michael Vetter (jubalh)
committed
(revision 25)
Michael Vetter (jubalh)
committed
(revision 24)
- 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.
Michael Vetter (jubalh)
committed
(revision 23)
- 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 Vetter (jubalh)
committed
(revision 22)
Michael Vetter (jubalh)
committed
(revision 21)
- Update to 0.14.2: * This should fix installation folders for both relative and absolute folders
Michael Vetter (jubalh)
committed
(revision 20)
- Update to 0.14.1: * Fix includedir/libdir in pkg-config file when CMAKE_INSTALL_INCLUDEDIR/CMAKE_INSTALL_LIBDIR are absolute paths #145
Michael Vetter (jubalh)
committed
(revision 19)
Michael Vetter (jubalh)
committed
(revision 18)
- 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
Michael Vetter (jubalh)
committed
(revision 17)
- Update to 0.13.3: * Fixes a mistake - 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.
Michael Vetter (jubalh)
committed
(revision 16)
- 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 Vetter (jubalh)
committed
(revision 15)
Michael Vetter (jubalh)
committed
(revision 14)
- Update to 0.13.0: * Add options to disable instruction sets #111 and #121. * Better arm support #139.
Michael Vetter (jubalh)
committed
(revision 13)
Michael Vetter (jubalh)
committed
(revision 12)
- 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
Michael Vetter (jubalh)
committed
(revision 11)
Michael Vetter (jubalh)
committed
(revision 10)
- 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 Vetter (jubalh)
committed
(revision 9)
- Update to 0.10.5: * This release addresses issues #127 and #128
Michael Vetter (jubalh)
committed
(revision 8)
- 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
Michael Vetter (jubalh)
committed
(revision 7)
- Update to 0.10.3: * Another change to CMakeLists.txt to better handle PKG-Config
Displaying revisions 1 - 20 of 26