Age | Commit message (Expand) | Author |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-15 | Changing Imd::renderFrame() and Vmd::renderFrame() to properly clip the drawi... | Sven Hesse |
2010-03-15 | The frame coordinate cropping for IMDs is wrong, and should be unnecessary an... | Sven Hesse |
2010-03-11 | Removing a debug warning() and adding some comments | Sven Hesse |
2010-03-11 | Adding support for the very primitive and simply early IMD format used in Fas... | Sven Hesse |
2010-03-08 | Remove unnecessary #includes | Max Horn |
2010-02-06 | Revert r47944: useless debug messages, sorry for the wrong commit | Arnaud Boutonné |
2010-02-06 | Add an assert to avoid a crash when printing the character 0x00. | Arnaud Boutonné |
2010-02-05 | Silence a valgrind warning. The sound buffer should be created with malloc an... | Matthew Hoops |
2010-02-05 | Have SCI look through the patches directory (except in KQ6 where the patches ... | Matthew Hoops |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig... | Max Horn |
2010-01-09 | Yup, not checking for stereo sound was an accident here | Sven Hesse |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-29 | Fix warning | Eugene Sandulenko |
2009-12-29 | Added a thin wrapper around the VMD player class, so that it can be used with... | Filippos Karapetis |
2009-12-29 | Adding a getFrameWaitTime() method to get the frame waiting time instead of d... | Sven Hesse |
2009-12-29 | Adding CoktelVideo::hasExtraData(void), for checking if /any/ extra data file... | Sven Hesse |
2009-12-06 | Adding support for mono signed 16bit little-endian uncompressed PCM audio (th... | Sven Hesse |
2009-11-30 | Only print sound information if there actually is sound (preventing a divisio... | Sven Hesse |
2009-11-30 | Properly clear the chunk headers again on closing | Sven Hesse |
2009-11-28 | Adding a parameter to the AviDecoder constructor to allow changing the SoundT... | Sven Hesse |
2009-11-28 | Fixing a valgrind warning by memsetting _palette | Sven Hesse |
2009-11-27 | Fixing an invalid read in the destructor | Sven Hesse |
2009-11-27 | 00AM is another compressed frame type, fixing this (thanks to digitall for fi... | Sven Hesse |
2009-11-27 | Extended the AviDecoder a bit | Sven Hesse |
2009-11-25 | Typo | Filippos Karapetis |
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:... | Max Horn |
2009-11-11 | Add missing ")" in #if check. | Johannes Schickel |
2009-11-10 | Move definition of stdint types to the only file that needs them (mpeg_player.h) | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-16 | Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker... | Matthew Hoops |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |
2009-10-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-14 | gob: fix a regression in Bargon Attack intro caused by a fix of Ween problems... | Arnaud Boutonné |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-08 | Fix what looks like a typo bug in the AVI player | Max Horn |
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
2009-08-30 | Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE. | Matthew Hoops |
2009-08-30 | Named some unnamed enums. Hopefully, this will fix compilation under WinCE. | Filippos Karapetis |
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such... | Matthew Hoops |
2009-08-29 | Patch #2836424: "Optional compilation of CoktelVideo and Indeo3" | Eugene Sandulenko |
2009-08-22 | Fixing some problems when calling the player with muted output | Sven Hesse |