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
Age
Commit message (
Expand
)
Author
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2011-05-02
AUDIO: Rename clock() -> updateClock() in SID emulator
Max Horn
2011-04-28
ARM: Fix compilation really hard
dhewg
2011-04-28
ANDROID: Fix compilation harder
dhewg
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2011-04-24
AUDIO: Cleanup MS IMA handling
Matthew Hoops
2011-04-23
ASM: Defines do not get mangled
dhewg
2011-04-22
AUDIO: Fix Tremolo support
dhewg
2011-04-21
FM-TOWNS AUDIO: fix memory leak
athrxx
2011-04-18
Merge pull request "New mixer mute handling."
Johannes Schickel
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-14
AUDIO: Name the ADPCM status struct.
Alyssa Milburn
2011-04-14
AUDIO: Fix a typo
Matthew Hoops
2011-04-14
ALL: centre -> center
Max Horn
2011-04-13
AUDIO: Add per sound type mute flag setting to Mixer(Impl).
Johannes Schickel
2011-04-13
AUDIO: Split the Intel DVI ADPCM into its own class
Matthew Hoops
2011-04-13
AUDIO: Expose some internal ADPCM data tables
Max Horn
2011-04-13
AUDIO: Stop adpcm.h from including common/stream.h
Max Horn
2011-04-13
TINSEL: Move custom ADPCM decoders to tinsel engine
Max Horn
2011-04-13
AUDIO: Expose ADPCM decoder internals via a new header
Max Horn
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-03-28
AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it
Max Horn
2011-03-27
ANDROID: Use the midi gain option for EAS
dhewg
2011-03-26
ANDROID: Maybe working support for EAS DLS soundfonts
dhewg
2011-03-26
ANDROID: Add code to dump the EAS stream to a file
dhewg
2011-03-26
ANDROID: Fix MIDI packet size
dhewg
2011-03-25
AUDIO: Document issues with semantics of Audio::MidiPlayer::isPlaying()
Max Horn
2011-03-25
ANDROID: Experimental MIDI Driver
dhewg
2011-03-25
AUDIO: Move more common code to Audio::MidiPlayer
Max Horn
2011-03-25
AUDIO: Whitespace fix
Max Horn
2011-03-25
AUDIO: Rename 'channel' to 'ch'
Max Horn
2011-03-24
AUDIO: Expand MidiPlayer docs / goals a bit, mention deadlock bug
Max Horn
2011-03-24
AUDIO: Added Audio::MidiPlayer class
Max Horn
2011-03-23
AUDIO: Introduce a new MidiDriver_BASE base class.
Max Horn
2011-03-23
AUDIO: Update some comments, remove some obsolete ones
Max Horn
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-03-22
AUDIO: Cleanup
dhewg
2011-03-19
ALL: s/PI/M_PI/
dhewg
2011-03-19
AUDIO: Changed several places that use PI to use M_PI instead
md5
2011-03-11
AUDIO: Fix some whitespaces
dhewg
2011-03-11
AUDIO: Work around ARM code volume limits
dhewg
2011-03-01
AUDIO: Removed comment about MDT_PREFER_MT32 and the MT-32 emulator
md5
2011-03-01
MIDI: Updated documentation on MDT_PREFER_MT32 and MDT_PREFER_GM
md5
2011-02-27
AUDIO: Make mixCallback return the sample count
dhewg
2011-02-14
MT32: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-13
AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn