index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
mixer.cpp
Age
Commit message (
Expand
)
Author
2002-06-26
Hacks to make SMUSH mixer a bit more tollerable.
James Brown
2002-06-06
As long as I am fixing regression bug introduced by my streaming
Lionel Ulmer
2002-06-06
This should fix the regression introduced by my streaming changes (bug
Lionel Ulmer
2002-06-03
Added the mutex support to ease the streaming (ie to prevent all race
Lionel Ulmer
2002-06-02
Fix the streaming used in the movies in TheDig (warning, did not test
Lionel Ulmer
2002-05-22
Fix for mixer 16 bits samples. Samples are clear now.
Paweł Kołodziejski
2002-05-20
Add volume control like it is done for MP3 to the 16 bit 'mixers' (ie
Lionel Ulmer
2002-05-19
The Dig: stereo samples and mixer
Paweł Kołodziejski
2002-05-19
The Dig: 16 bit samples and mixer
Paweł Kołodziejski
2002-05-18
Added infrastructure to support more than 8 bit signed / unsigned RAW
Lionel Ulmer
2002-05-12
Add new mixer 'append' function to allow pseudo-streaming for SMUSH
James Brown
2002-05-04
my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from?
Max Horn
2002-05-03
Remove floating point in the MP3 volume control (baaaaaaaad on PDAs
Lionel Ulmer
2002-05-01
Pause and start of volume support
Nicolas Bacca
2002-05-01
Fix sound crash in some games. Thanks Michael Karcher.
James Brown
2002-04-28
MI1 CD audio should work better now. Still a bit flaky but should be
Lionel Ulmer
2002-04-27
MP3 CD tracks should now be working properly.
Lionel Ulmer
2002-04-27
Remove getpid() debug calls from mixer.cpp - not all platforms support this
James Brown
2002-04-26
Fixed race conditions in the sound code (where a sound could be
Lionel Ulmer
2002-04-26
Remove useless debug code.
Lionel Ulmer
2002-04-26
Fixed one memory overwrite problem in MP3-CD support. First pass at
Lionel Ulmer
2002-04-22
Fix MP3 compilation.
James Brown
2002-04-22
Add voice channel tracking to stop script race in BumpusVille VR.
James Brown
2002-04-21
Add boilerplate license to some files, to satisfy Debian types :)
James Brown
2002-04-19
Remove left over debug line. BBrox is anally retentive.
James Brown
2002-04-19
Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius.
James Brown
2002-04-17
Return of the MP3 CD patch ... use CBR 22 kHz
Nicolas Bacca
2002-04-16
Small fix to get sounds to actually finish :-)
Lionel Ulmer
2002-04-16
Proper commit now for MP3 sound support....
Lionel Ulmer
2002-04-16
Add hack for loom staff verbs.
James Brown
2002-04-16
endian fixes,
Ludvig Strigeus
2002-04-14
wrote new mixer class,
Ludvig Strigeus