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 (
Collapse
)
Author
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
Adding examples to getBits() and addBit().
2011-10-21
COMMON: Fix potential UB while shifting Common::BitStream
Sven Hesse
Shifting a 32-bit value by more than 31 is undefined.
2011-08-27
COMMON: Rewrite BitStream as a template
Sven Hesse
This rewrites BitStream as a template, allowing for more different memory layouts of the actual bit data.
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
Based on eos' BitStream