aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/codec47.cpp
AgeCommit message (Collapse)Author
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-23ASM: Defines do not get mangleddhewg
2010-10-18SCUMM: Fix out of bound access (discovered by Code Analysis in MS VS2010; ↵Max Horn
thanks to aquadran for helping verify the fix) svn-id: r53575
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-02-23Make codec47 cope with failed mallocs.Robin Watts
Not the nicest result in the world, but better than crashing and burning... svn-id: r30934
2008-01-15Initialise _lastTableWidth. (Fixes Valgrind warning.)Torbjörn Andersson
svn-id: r30497
2007-12-31Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any ↵Oystein Eftevaag
numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) svn-id: r30093
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
2007-06-24added arm assembly from patch #1742112 for codec47. (and really build arm ↵Paweł Kołodziejski
code this time) svn-id: r27685
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-02-25Added comment about the missing decode1 proc.Torbjörn Andersson
svn-id: r25849
2007-02-17cleanupGregory Montoir
svn-id: r25646
2007-01-30got rid of codec37/codec47 init/deinit methods, cleanupGregory Montoir
svn-id: r25295
2007-01-30minor simplificationGregory Montoir
svn-id: r25289
2007-01-30added deinitialisation of codecs at the end of smush playback. This allows ↵Gregory Montoir
to save a bit of memory (about 1Mb for CMI) during gameplay. svn-id: r25287
2006-10-15Turning various static tables into static constMax Horn
svn-id: r24323
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵Max Horn
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582