Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | COMMON: Rework the BitStream class to improve its performance | Bastien Bouclet | |
* Fixed peekBits not to seek the underlying stream. Seeking can be slow when the stream is a file. * Changed multi-bit operations to work on multiple bits at once rather than iterating over single-bit operations. This is an almost direct port of a patch for xoreos provided by DrMcCoy. | |||
2017-08-24 | COMMON: Add BitStream classes for memory buffers | Willem Jan Palenstijn | |
2012-12-16 | TEST: Add missing include | Bastien Bouclet | |
2012-12-16 | TEST: Add some tests for Common::BitStreamImpl | Bastien Bouclet | |