aboutsummaryrefslogtreecommitdiff
path: root/common/bitstream.h
AgeCommit message (Expand)Author
2019-04-13COMMON: Rework the BitStream class to improve its performanceBastien Bouclet
2017-08-24COMMON: Optimize BitStream::getBitsWillem Jan Palenstijn
2017-08-24COMMON: Add BitStream classes for memory buffersWillem Jan Palenstijn
2017-08-24COMMON: Keep track of bitstream positionWillem Jan Palenstijn
2017-08-24COMMON: Cache BitStream sizeWillem Jan Palenstijn
2017-08-24COMMON: Remove BitStream base class to allow inlining callsWillem Jan Palenstijn
2016-09-10COMMON: Converted Common::BitStream to use DisposeAfterUsePaul Gilbert
2014-06-09COMMON: Added align() method for BitStreamEugene Sandulenko
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-10-21COMMON: Extend some method comments in Common::BitStreamSven Hesse
2011-10-21COMMON: Fix potential UB while shifting Common::BitStreamSven Hesse
2011-08-27COMMON: Rewrite BitStream as a templateSven Hesse
2011-07-19COMMON: Document the BitStream a bit moreSven Hesse
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 BitStream classMatthew Hoops