Skip to content

0.6.4

Compare
Choose a tag to compare
@aous72 aous72 released this 03 May 03:37
· 546 commits to master since this release

This release is bug fixes and a small hardening of code.

The contribution of this release are:

  1. Closing issue #30. Thanks to Arron for highlighting this. Now there is additional 8 bytes in front of the codeblock buffer at the decoder. This extra buffer is a protection against the VLC decoder reading from before the start of the cleanup pass, which can happen because we are reading 4 bytes at a time from the VLC segment.
  2. Bug fix in ojph_block_encoder.
  3. Hardened the code by not decoding incomplete codeblocks.