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-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-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
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 | 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-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-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
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-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
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 |
2009-08-02 | When ESCing videos, seek to the last frame that was meant to be played. Fixes... | Sven Hesse |
2009-07-28 | Changing stuff around a bit so alignment requirements won't increase | Sven Hesse |
2009-07-27 | Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame() | Sven Hesse |
2009-07-26 | Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because i... | Sven Hesse |
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse |
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse |
2009-07-25 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse |
2009-07-24 | CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ... | Sven Hesse |
2009-07-24 | Moving all implementations into the cpp | Sven Hesse |
2009-07-24 | Renaming getAnchor() to getFrameCoords() | Sven Hesse |
2009-07-24 | Fixing bytes per pixel detection | Sven Hesse |
2009-07-24 | Adding stubs for newer VMDs found in Addy 5 | Sven Hesse |
2009-07-24 | Properly reading the video codec fourcc, in case we need other codecs in the ... | Sven Hesse |
2009-07-24 | Calculating the number of data bytes per initial sound slice, because relying... | Sven Hesse |
2009-07-24 | Adding subtitle support to Woodruff | Sven Hesse |
2009-07-24 | Adding support for ADPCM sound data (yet another IMA ADPCM variant). What we'... | Sven Hesse |
2009-07-24 | Adding transparency for VMD video block type 2, fixing bug #2037158 ("n-Game ... | Sven Hesse |
2009-07-14 | Removing ioFailed() usage and fixing a leak in case of error | Sven Hesse |
2009-07-09 | Warn instead of crash when a video frame part was found although the header s... | Sven Hesse |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |