aboutsummaryrefslogtreecommitdiff
path: root/common/huffman.h
AgeCommit message (Expand)Author
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-07-18COMMON: Update code from eosMatthew Hoops
2011-07-18COMMON: Update class documentation to say they're now used by SCUMMMatthew Hoops
2011-07-18COMMON: Remove USE_BINK checks from header filesMatthew Hoops
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-02COMMON: Add a Huffman bitstream decoderMatthew Hoops