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
/
engines
/
scumm
/
smush
/
codec47.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-23
ASM: Defines do not get mangled
dhewg
2010-10-18
SCUMM: Fix out of bound access (discovered by Code Analysis in MS VS2010; tha...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-02-23
Make codec47 cope with failed mallocs.
Robin Watts
2008-01-15
Initialise _lastTableWidth. (Fixes Valgrind warning.)
Torbjörn Andersson
2007-12-31
Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any num...
Oystein Eftevaag
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-01
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
Chris Apers
2007-06-24
added arm assembly from patch #1742112 for codec47. (and really build arm cod...
Paweł Kołodziejski
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-25
Added comment about the missing decode1 proc.
Torbjörn Andersson
2007-02-17
cleanup
Gregory Montoir
2007-01-30
got rid of codec37/codec47 init/deinit methods, cleanup
Gregory Montoir
2007-01-30
minor simplification
Gregory Montoir
2007-01-30
added deinitialisation of codecs at the end of smush playback. This allows to...
Gregory Montoir
2006-10-15
Turning various static tables into static const
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn