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
/
graphics
/
video
/
codecs
Age
Commit message (
Expand
)
Author
2010-11-19
ALL: Push down deps on stream.h from .h to .cpp files
Max Horn
2010-11-13
VIDEO: Switch Truemotion 1 to RGB565 for potential use with SCI CLUT tables
Matthew Hoops
2010-11-11
VIDEO: Add the TrueMotion 1 codec for Phantasmagoria 2
Matthew Hoops
2010-10-15
VIDEO : Corrections to QDM2 codec for bug #3087917 "Code Analysis Warnings"
David Turner
2010-09-30
GOB: Make GCC happier.
Torbjörn Andersson
2010-09-30
VIDEO: Interpolate U and V values
Sven Hesse
2010-09-30
VIDEO: Allow for scaled Indeo3 frames
Sven Hesse
2010-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-08-27
VIDEO: Change decodeImage() around a bit, plug a leak
Sven Hesse
2010-08-08
VIDEO: Cinepak cleanup
Matthew Hoops
2010-08-08
VIDEO: Make Indeo3 a proper video codec
Sven Hesse
2010-07-14
Fix valgrind warning.
Matthew Hoops
2010-06-16
Fixed QDM2 to working state.
David Turner
2010-06-15
Fix spelling, cleanup
Max Horn
2010-05-23
Move the QDM2 code to the graphics module, removing the cyclic dependency.
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2010-02-05
Have SCI look through the patches directory (except in KQ6 where the patches ...
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-10-16
Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S...
Matthew Hoops