Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | COMMON: Remove BitStream base class to allow inlining calls | Willem 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-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-07-18 | COMMON: Update code from eos | Matthew Hoops | |
2011-07-02 | COMMON: Add a Huffman bitstream decoder | Matthew Hoops | |
Based on eos' code |