aboutsummaryrefslogtreecommitdiff
path: root/common/huffman.cpp
AgeCommit message (Collapse)Author
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
All users of BitStream were in fact using a specific, hardcoded variant, so we can hardcode that variant, removing the need for virtual calls, and enabling inlining.
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-07-18COMMON: Update code from eosMatthew Hoops
2011-07-02COMMON: Add a Huffman bitstream decoderMatthew Hoops
Based on eos' code