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
/
audio
/
mixer.cpp
Age
Commit message (
Expand
)
Author
2014-03-30
ALL: Resolve multiple clang warnings
Max Horn
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-07-06
ALL: Don't use EventRecorder at all when not compiled in
Matthew Hoops
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2013-05-02
AUDIO: Fix uninitalized variable. CID 1003160
Eugene Sandulenko
2013-04-18
AUDIO: Remove unused MixerImpl::_syst member var
Max Horn
2011-08-07
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...
Christoph Mallon
2011-06-11
AUDIO: Add complementary functions for getting channel volume and balance
Eugene Sandulenko
2011-05-16
AUDIO: Clarify required parameters for mixCallback.
Alyssa Milburn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-16
AUDIO: Cleanup sound type settings handling in MixerImpl.
Johannes Schickel
2011-04-16
AUDIO: Renamed mute related functions in Mixer.
Johannes Schickel
2011-04-13
AUDIO: Add per sound type mute flag setting to Mixer(Impl).
Johannes Schickel
2011-02-27
AUDIO: Make mixCallback return the sample count
dhewg
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn