Remove unused entry from Makefile.am
Remove most calls to smk_assert macro. Code formatting changes.
Merge all source files into a single .c file. Eliminate most dynamic memory allocations.
Fix two decoding bugs in r39
Change 16-bit hufftree to use array instead of dynamic tree structure
Split 8- and 16-bit hufftrees. Replace 8-bit dynamic tree with array.
Update smk_bitstream to remove wrapper functions, other small changes
Replace custom assertions with standard assert.h calls
Re-license under LGPL 2.1. Add sound fix from Bianca van Schaik.
Add palette fix from José Cadete: aliasing errors cause palette corruption when copying a block of entries
Prepare for 1.1 package and release.
Further safety checks and cleanup.
Improved handling of palette decode. Update co...
Reorganize and cleanup source
Cleanup and a couple performance bits
Fix spurious null-free error
Convert to autotools build. Source cleanup.
Patch from Bianca van Schaik, corrects wrong co...
Several fixes contributed by Gennady Trafimenko...
Fix to smacker.c palette handling, corrects som...