aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
AgeCommit message (Expand)Author
2002-07-20Fixed Monkey Island 2 freeze when sound is pausedNicolas Bacca
2002-07-17added cubic spline interpolation (only to mix_unsigned_mono_8 because that's ...Max Horn
2002-07-07indent runMax Horn
2002-06-26Hacks to make SMUSH mixer a bit more tollerable.James Brown
2002-06-06As long as I am fixing regression bug introduced by my streamingLionel Ulmer
2002-06-06This should fix the regression introduced by my streaming changes (bugLionel Ulmer
2002-06-03Added the mutex support to ease the streaming (ie to prevent all raceLionel Ulmer
2002-06-02Fix the streaming used in the movies in TheDig (warning, did not testLionel Ulmer
2002-05-22Fix for mixer 16 bits samples. Samples are clear now.Paweł Kołodziejski
2002-05-20Add volume control like it is done for MP3 to the 16 bit 'mixers' (ieLionel Ulmer
2002-05-19The Dig: stereo samples and mixerPaweł Kołodziejski
2002-05-19The Dig: 16 bit samples and mixerPaweł Kołodziejski
2002-05-18Added infrastructure to support more than 8 bit signed / unsigned RAWLionel Ulmer
2002-05-12Add new mixer 'append' function to allow pseudo-streaming for SMUSHJames Brown
2002-05-04my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from?Max Horn
2002-05-03Remove floating point in the MP3 volume control (baaaaaaaad on PDAsLionel Ulmer
2002-05-01Pause and start of volume supportNicolas Bacca
2002-05-01Fix sound crash in some games. Thanks Michael Karcher.James Brown
2002-04-28MI1 CD audio should work better now. Still a bit flaky but should beLionel Ulmer
2002-04-27MP3 CD tracks should now be working properly.Lionel Ulmer
2002-04-27Remove getpid() debug calls from mixer.cpp - not all platforms support thisJames Brown
2002-04-26Fixed race conditions in the sound code (where a sound could beLionel Ulmer
2002-04-26Remove useless debug code.Lionel Ulmer
2002-04-26Fixed one memory overwrite problem in MP3-CD support. First pass atLionel Ulmer
2002-04-22Fix MP3 compilation.James Brown
2002-04-22Add voice channel tracking to stop script race in BumpusVille VR.James Brown
2002-04-21Add boilerplate license to some files, to satisfy Debian types :)James Brown
2002-04-19Remove left over debug line. BBrox is anally retentive.James Brown
2002-04-19Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius.James Brown
2002-04-17Return of the MP3 CD patch ... use CBR 22 kHzNicolas Bacca
2002-04-16Small fix to get sounds to actually finish :-)Lionel Ulmer
2002-04-16Proper commit now for MP3 sound support....Lionel Ulmer
2002-04-16Add hack for loom staff verbs.James Brown
2002-04-16endian fixes,Ludvig Strigeus
2002-04-14wrote new mixer class,Ludvig Strigeus