- Dec 19, 2013
-
-
Scott Vokes authored
-
Scott Vokes authored
Since heatshrink.c is just the command-line interface, but heatshrink.h is constants common to the encoder and decoder, rename it to heatshrink_common.h to avoid confusion.
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
- Aug 30, 2013
-
-
Scott Vokes authored
-
Scott Vokes authored
-
- May 15, 2013
-
-
Scott Vokes authored
The "Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution." clause of the BSD license seems to be problematic manufacturers that do not otherwise provide written documentation for hardware.
-
Scott Vokes authored
There seems to be diminishing returns after 32 bytes, and it takes significantly less space. (It's only a default, anyway.)
-
- May 13, 2013
-
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
This eliminates the possibility of infinite loops caused by counters overflowing and preventing the output buffer full or input exhausted conditions from being reached.
-
Scott Vokes authored
Previously, suspending between the two bytes of a >8-bit index or count could lead to accumulation of an incorrect value. This commit breaks each of the index and count states into X_{msb,lsb}, where _msb reads the >8th bits and stores them in the accumulator, and _lsb reads the lower 8 bits (or all of them, if the total value is < 8). This adds another point where the state machine can suspend and resume without any loss of information, if necessary.
-
- May 12, 2013
-
-
Scott Vokes authored
-
Scott Vokes authored
Since they're only stored as `uint16_t`s, disallow overly large sizes.
-
- May 11, 2013
-
-
Scott Vokes authored
-
- Mar 25, 2013
-
-
Scott Vokes authored
-
- Mar 14, 2013
-
-
Scott Vokes authored
-
Scott Vokes authored
Added summary of key features and some formatting
-
Job Vranish authored
I thought it might be handy to have a list of key features on the github page so that if someone runs into it looking for a compression library they can know right away if it's what they're looking for.
-
- Mar 13, 2013
-
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-
Scott Vokes authored
-