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
/
image
/
codecs
/
indeo
/
indeo.h
Age
Commit message (
Collapse
)
Author
2017-08-24
IMAGE: Implement handling of key color in Indeo transparency
Colin Snover
This should also improve performance by eliminating unnecessary writes to the output bitmap for opaque pixels and by simplifying the rendering loop.
2017-08-24
IMAGE: Remove unnecessary extra heap allocation of Indeo surface
Colin Snover
2017-08-24
IMAGE: Add support for Indeo4 transparency plane
Colin Snover
This is used by TITANIC for most of the furniture in the SGT stateroom and Titania's parts.
2016-11-21
IMAGE: Add hack to Indeo 4 decoder to guess transparent areas
Paul Gilbert
2016-11-18
IMAGE: Fix some confusion of bytes vs bits in Indeo decoders
Paul Gilbert
2016-11-18
IMAGE: Respect specified bytesPerPixel in Indeo decoders
Paul Gilbert
2016-10-09
JANITORIAL: Remove more trailing spaces
Eugene Sandulenko
2016-09-11
IMAGE: Try and work around N64 compilation error
Paul Gilbert
2016-09-11
IMAGE: Compilation fixes for Indeo codecs
Paul Gilbert
2016-09-10
IMAGE: Fix leading spaces into tabs in Indeo decoders
Paul Gilbert
2016-09-10
IMAGE: Miscellaneous cleanup for Indeo decompressors
Paul Gilbert
2016-09-10
IMAGE: Cleanup of miscellaneous methods and arrays in Indeo decoders
Paul Gilbert
2016-09-10
IMAGE: Cleanup of method parameters and locals in Indeo decoders
Paul Gilbert
2016-09-10
IMAGE: Renaming structure fields for Indeo decoders
Paul Gilbert
2016-09-10
IMAGE: Implemented Indeo5 decoder
Paul Gilbert
2016-09-10
IMAGE: Compilation fixes for Indeo4 decoder
Paul Gilbert
2016-09-10
IMAGE: Indeo4 decoder is now working
Paul Gilbert
2016-09-10
IMAGE: Fix decoding tile data in Indeo4 decoder
Paul Gilbert
2016-09-10
IMAGE: Fixes for setup of Indeo4 decoder
Paul Gilbert
2016-09-10
IMAGE: Indeo4 header now being successfully loaded
Paul Gilbert
2016-09-10
IMAGE: Further implementation of Indeo image decoding
Paul Gilbert
2016-09-10
IMAGE: Created Indeo decoder base class for shared Indeo4/5 functionality
Paul Gilbert
2016-09-10
IMAGE: Added Indeo4Decoder decodePictureHeader, and lots of dependencies
Paul Gilbert