index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
bitstream.h
Age
Commit message (
Expand
)
Author
2019-04-13
COMMON: Rework the BitStream class to improve its performance
Bastien Bouclet
2017-08-24
COMMON: Optimize BitStream::getBits
Willem Jan Palenstijn
2017-08-24
COMMON: Add BitStream classes for memory buffers
Willem Jan Palenstijn
2017-08-24
COMMON: Keep track of bitstream position
Willem Jan Palenstijn
2017-08-24
COMMON: Cache BitStream size
Willem Jan Palenstijn
2017-08-24
COMMON: Remove BitStream base class to allow inlining calls
Willem Jan Palenstijn
2016-09-10
COMMON: Converted Common::BitStream to use DisposeAfterUse
Paul Gilbert
2014-06-09
COMMON: Added align() method for BitStream
Eugene Sandulenko
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2011-10-21
COMMON: Extend some method comments in Common::BitStream
Sven Hesse
2011-10-21
COMMON: Fix potential UB while shifting Common::BitStream
Sven Hesse
2011-08-27
COMMON: Rewrite BitStream as a template
Sven Hesse
2011-07-19
COMMON: Document the BitStream a bit more
Sven Hesse
2011-07-18
COMMON: Update class documentation to say they're now used by SCUMM
Matthew Hoops
2011-07-18
COMMON: Remove USE_BINK checks from header files
Matthew Hoops
2011-07-13
BUILD: Allow for disabling Bink support
Matthew Hoops
2011-07-02
COMMON: Add a BitStream class
Matthew Hoops