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
Age
Commit message (
Collapse
)
Author
2014-12-07
IMAGE: Disable unused MJPEG array
Filippos Karapetis
Thanks to fingolfin for pointing that out
2014-10-28
IMAGE: Remove trailing whitespace
Filippos Karapetis
2014-08-17
IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen mode
Matthew Hoops
2014-07-09
IMAGE: Fix TGA copy and paste error.
Joel Teichroeb
2014-05-27
VIDEO: Handle Truemotion dimensions specially
Matthew Hoops
Truemotion uses its own demuxer and seems to follow its own AVI rules. Work around it by coercing the video's dimensions to use the codec's internal dimensions.
2014-05-26
IMAGE: Ensure the truemotion surface is cleared to black before decoding
Matthew Hoops
2014-05-26
IMAGE: Limit truemotion to decoding within its boundaries, not AVI's
Matthew Hoops
2014-05-26
IMAGE: Fix compiling in truemotion
Matthew Hoops
2014-03-01
IMAGE: Handle bitmaps with an image size field of 0
Matthew Hoops
2014-02-28
IMAGE: Update comments
Matthew Hoops
2014-02-28
IMAGE: Share the same pool of codecs between PICT and QuickTime
Matthew Hoops
2014-02-28
IMAGE: Share the same pool of codecs between bitmap and AVI
Matthew Hoops
2014-02-28
IMAGE: Split raw bitmap decoding into a Codec
Matthew Hoops
2014-02-28
IMAGE: Make Codec take a stream reference; change function name to decodeFrame
Matthew Hoops
2014-02-28
IMAGE: Clarify difference between ImageDecoder and Codec a bit
Matthew Hoops
2014-02-28
IMAGE: Merge the JPEG codec into the ImageDecoder
Matthew Hoops
2014-02-28
IMAGE: Move video codecs to image/
Matthew Hoops
2014-02-28
IMAGE: Move all ImageDecoders to image/
Matthew Hoops