Age | Commit message (Expand) | Author |
2010-06-17 | Fixed a few cppcheck errors. | Torbjörn Andersson |
2010-06-16 | Fixed QDM2 to working state. | David Turner |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-05-31 | Fix our interpretation of the audio compression types to what FFmpeg currentl... | Matthew Hoops |
2010-05-31 | Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S... | Matthew Hoops |
2010-05-27 | Cleanup AVI a bit, add support for stereo audio | Matthew Hoops |
2010-05-26 | Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup. | Matthew Hoops |
2010-05-26 | Proper fix for the MSVC warning concerning packing: reordered the members of ... | Filippos Karapetis |
2010-05-26 | Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac... | Filippos Karapetis |
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi... | Matthew Hoops |
2010-05-25 | Fix a regression with rewinding in QuickTime videos (looping works in Riven a... | Matthew Hoops |
2010-05-23 | Add support for loading the QuickTime 'moov' atom from the file's resource fo... | Matthew Hoops |
2010-05-23 | Move the QDM2 code to the graphics module, removing the cyclic dependency. | Matthew Hoops |
2010-05-23 | Hide the QDM2 implementation and only expose it via a factory method, hopeful... | Matthew Hoops |
2010-05-23 | FFMpeg switched to Git, so update link to original smacker decoder. | Eugene Sandulenko |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a... | Matthew Hoops |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | Fix currentFrame semantics in Flic player | Ori Avtalion |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
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 |