aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video
AgeCommit message (Expand)Author
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-02-17Implement stopMovie() for Riven. Fixes some dome related videos.Matthew Hoops
2010-02-16Correct a rogue typo.Matthew Hoops
2010-02-14Remove an obsolete TODO.Matthew Hoops
2010-02-13Implement background video support for Riven; some VideoManager/QTPlayer clea...Matthew Hoops
2010-02-10Fix a potential problem for some compilers with having multiple stream reads.Matthew Hoops
2010-02-10Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...Matthew Hoops
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)Max Horn
2010-01-04Merge the Mohawk Video class into QTPlayer and general cleanup.Matthew Hoops
2010-01-04Mohawk : Improved code formatting conventions compliance.David Turner
2010-01-02Indentation fix. (Which still leaves a lot that probably ought to be fixed inTorbjörn Andersson
2009-12-31Reading the whole buffer at once should be more efficient than reading it oneTorbjörn Andersson
2009-12-31Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc...Matthew Hoops
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-30Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t...Matthew Hoops
2009-12-30Whitespace fixesMatthew Hoops
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko