0.6.4
This release is bug fixes and a small hardening of code.
The contribution of this release are:
- 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.
- Bug fix in ojph_block_encoder.
- Hardened the code by not decoding incomplete codeblocks.