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
2003-07-04
make SoundMixer::playRaw only check sound IDs if you actually pass one
Robert Göffringmann
2003-07-04
Prevent apparantly possible race condition. I don't get this stuff, and I don...
James Brown
2003-07-04
Insert preliminary Zak256 sound looping support. It's not perfect, as some Za...
James Brown
2003-07-03
cleanup for -Wundef
Max Horn
2003-07-02
cleanup (code easier to read; slightly less rounding errors for the volume; a...
Max Horn
2003-06-27
fixed warning
Paweł Kołodziejski
2003-06-24
cleanup
Max Horn
2003-06-22
fixed warnings
Paweł Kołodziejski
2003-06-22
d'oh
Max Horn
2003-06-22
fixed Vorbis CD track code
Max Horn
2003-06-22
don't memset the output buffer to 0 if _eof_flag is set; rather, we should 'a...
Max Horn
2003-06-22
properly init member vars instead of using memset
Max Horn
2003-06-22
Change names of the stream API in the mixer; added endStream method (stop() h...
Max Horn
2003-06-22
fix compile when vorbis is enabled, loomcd is now broken with vorbis after re...
Jonathan Gray
2003-06-22
renamed SoundMixer::hasActiveChannel->hasActiveSFXChannel, and fixed the regr...
Max Horn
2003-06-22
remove the realDestroy methods and instead use destructors; renamed insertAt ...
Max Horn
2003-06-21
lots of mixer cleanup / refactoring / reengineering
Max Horn
2003-06-21
modified & cleaned up the playStream/append code a bit; but this API really c...
Max Horn
2003-06-21
cleanup
Max Horn
2003-06-15
more cleanup
Max Horn
2003-06-09
use clear_sound_proc to properly deinit the mixer (this fixes a crash-on-exit)
Max Horn
2003-05-29
more OSystem docs & cleanup
Max Horn
2003-05-23
fixed nasty deadlock I recently introduced
Max Horn
2003-05-22
make sure that the mutex protects everything that affects the buffer
Max Horn
2003-05-21
pedantic warning fix
Max Horn
2003-04-30
PalmOS changes
Max Horn
2003-03-30
changed messages from warning to debug
Paweł Kołodziejski
2003-03-18
cleanup; add stopID method to stop a currently playing sound via its ID
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-12-08
Patch #641607: Louder MP3 sound effects
Max Horn
2002-11-21
Adapt MAD sampling rate to the real sampling rate for WinCE
Nicolas Bacca
2002-11-19
Patch #639931: ALL: Fix for possible mixer distortion
Max Horn
2002-11-15
637471: Hack to work-around 'bad sound in stream' problem.
James Brown
2002-11-10
oops
Oliver Kiehl
2002-11-10
added looping support to playRaw
Oliver Kiehl
2002-10-28
Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.
James Brown
2002-10-27
don't put samples into stream SoundMixer if sound card is disabled
Paweł Kołodziejski
2002-10-27
Add monster.sog support, patch #629362
Travis Howell
2002-10-27
patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler....
Jonathan Gray
2002-10-23
changing warnings to debug level 2
Paweł Kołodziejski
2002-10-23
fix -Wshadow warnings
Max Horn
2002-10-16
compilation fix
Max Horn
2002-10-15
changes to imuse
Paweł Kołodziejski
2002-10-15
fix
Paweł Kołodziejski
2002-10-15
Sanity checking to fix crash caused by latest sound commits
James Brown
2002-10-15
changes to soundmixer - added timeout param to stream
Paweł Kołodziejski
2002-10-02
added panning control in imuse and reverse stereo support
Paweł Kołodziejski
2002-10-02
Fix 'isSoundRunning' for Creative samples (eg, Full Throttle)
James Brown
2002-10-01
changes for stoping sounds
Paweł Kołodziejski
[next]