aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush
AgeCommit message (Expand)Author
2008-02-23Make codec47 cope with failed mallocs.Robin Watts
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-15Initialise _lastTableWidth. (Fixes Valgrind warning.)Torbjörn Andersson
2007-12-31Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any num...Oystein Eftevaag
2007-12-28Patch #1858158: BUILD: Plugin building cleanupEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-07-15Added FIXME comments regarding use of AudioStream::openStreamFileMax Horn
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
2007-06-24added arm assembly from patch #1742112 for codec47. (and really build arm cod...Paweł Kołodziejski
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-03-12Special filehandling for Symbian OS not needed in smushplayer anymore.Lars Persson
2007-02-28cleanupMax Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-25Added comment about the missing decode1 proc.Torbjörn Andersson
2007-02-25Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also c...Max Horn
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
2007-02-17cleanupGregory Montoir
2007-02-15Clear _pauseTime in seekSan(). Hopefully, this will fix the problem withTorbjörn Andersson
2007-02-03removed unneeded/unnecessary variables and made SmushFont table private (to e...Gregory Montoir
2007-02-03Applied the revised NUT font renderer patch #1635584, which combines cyx'sTorbjörn Andersson
2007-01-31reset _IACTpos when _IACTchannel is stopped (fixes memory overwrites in handl...Gregory Montoir
2007-01-30got rid of codec37/codec47 init/deinit methods, cleanupGregory Montoir
2007-01-30minor simplificationGregory Montoir
2007-01-30added deinitialisation of codecs at the end of smush playback. This allows to...Gregory Montoir
2007-01-27cleanup (made NutRenderer::loadFont protected, added call during initialisati...Gregory Montoir
2007-01-27Applied my own patch #1640913 ("Loading NUT fonts on demand"), after discussingTorbjörn Andersson
2007-01-21Applied my own patch #1635584 (after discussing with Fingolfin) to reduce theTorbjörn Andersson
2007-01-18Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that ITorbjörn Andersson
2006-11-13Patch from bug #1584888 (SMUSH: Too dependent on accurate timers). Watch out ...Max Horn
2006-11-01Workaround for bug #1586894Max Horn
2006-10-28SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclassMax Horn
2006-10-28SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek()Max Horn
2006-10-28SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR...Max Horn
2006-10-28SCUMM: Got rid of smush/chunk_type.hMax Horn
2006-10-28SCUMM: Further SMUSH audio channel cleanup; this time unified some code, and ...Max Horn
2006-10-28SCUMM: Changed SaudChannel to return 8bit mono data (the mixer will do any ne...Max Horn
2006-10-27SCUMM: Unified some more SMUSH audio channel codeMax Horn
2006-10-27SCUMM: Unified some SMUSH audio channel codeMax Horn
2006-10-25cleanupMax Horn
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-15Replaced Chunk::ChunkString by tag2strMax Horn
2006-10-15Turning various static tables into static constMax Horn
2006-10-14Reenable INSANE warning. No check is required.Eugene Sandulenko
2006-10-13Oops. rv last commit.Eugene Sandulenko
2006-10-13Reenable incorrectly compressed files warningEugene Sandulenko
2006-10-10now SmushPlayer is class created once same as SmushMixer while scumm engine c...Paweł Kołodziejski
2006-10-08removed not needed anymore time measures in smush codePaweł Kołodziejski