Age | Commit message (Expand) | Author |
2017-05-10 | SCI: Remove unused Robot code from SCI16 audio code | Colin Snover |
2017-03-30 | SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patches | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2016-06-20 | SCI32: Rewrite digital audio engine | Colin Snover |
2016-06-19 | SCI: Split audio sync to its own class | Colin Snover |
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew Hoops |
2016-03-13 | SCI: Ensure openCD() is called | Matthew Hoops |
2016-01-03 | SCI: sciAudio support for .wav + .aiff files | Martin Kiewitz |
2016-01-03 | SCI: sciSound: check compression type | Martin Kiewitz |
2016-01-02 | SCI: fix sciAudio not doing loops correctly | Martin Kiewitz |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-06-06 | AUDIO: Make makeAIFFStream return a RewindableAudioStream | Matthew Hoops |
2015-06-04 | SCI: Only use makeAIFFStream instead of loading the sound twice | Matthew Hoops |
2014-03-28 | SCI: Add missing USE_MAD check for commit 6a519f7f | Filippos Karapetis |
2014-03-28 | SCI: Initial implementation of the fanmade sciAudio library | Filippos Karapetis |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-20 | SCI: Report sound stream loading errors | Willem Jan Palenstijn |
2012-08-20 | SCI: Set the correct audio type for SCI1.1 sound effects, fixing bug #3554709 | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-06 | SCI: Several changes related to robot files | Filippos Karapetis |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
2011-02-02 | SCI: Fix Mac sync resource support | Matthew Hoops |
2010-12-23 | SCI: Some initial work on the sound of robot videos (doesn't work yet, seems ... | Filippos Karapetis |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-26 | SOUND: Move the Mac snd decoder from SCI to /sound | Matthew Hoops |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-07-01 | SCI: Removed duplicate warning for missing audio samples | Filippos Karapetis |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
2010-06-22 | Add support for the QFG3 demo audio map and audio resources. Based on a patch... | Matthew Hoops |
2010-06-17 | Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ... | Filippos Karapetis |
2010-06-15 | SCI: Saner and simpler conversion from msecs to ticks | Max Horn |
2010-06-15 | Modify makeAIFFStream to match the other sound decoder factories | Max Horn |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-12 | Added debug output to kDoAudio and some music commands. Also added a warning ... | Filippos Karapetis |
2010-06-10 | kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ... | Matthew Hoops |
2010-06-10 | Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a... | Matthew Hoops |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-31 | SCI: Silenced warning when no audio decoder is compiled in | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-03 | SCI: copying over compressed audio (mp3/ogg/flac) buffers, because resourcema... | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for WAVEs as well | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as well | Martin Kiewitz |
2010-05-01 | SCI: fix bugs in audio decompression (mp3, ogg, flac) | Martin Kiewitz |
2010-04-29 | SCI: audio compression support | Martin Kiewitz |