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
Age
Commit message (
Expand
)
Author
2010-06-09
Rewind the underlying audio stream on LoopingAudioStream creation.
Johannes Schickel
2010-06-08
Modification to remove false positive "Possible divide by zero" warnings give...
David Turner
2010-06-06
Add Android backend from patch #2603856
Max Horn
2010-06-06
Correction for SCI valgrind uninit memory error in MIDI sound which occurs du...
David Turner
2010-05-30
PSP: added preliminary support for using ME hardware to play MP3 files. If th...
Yotam Barnoy
2010-05-29
Fix typo(?) which prevents streaming code from compiling.
Neil Millstone
2010-05-26
Have makeADPCMStream use the entire stream if the size is 0 (as it says in th...
Matthew Hoops
2010-05-25
Patch #3006178: "rjp1: calculate sample length correctly"
Max Horn
2010-05-23
Move the QDM2 code to the graphics module, removing the cyclic dependency.
Matthew Hoops
2010-05-23
Hide the QDM2 implementation and only expose it via a factory method, hopeful...
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops
2010-05-17
Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)
Matthew Hoops
2010-05-07
Fix comment to removed function
Ori Avtalion
2010-05-05
Replace various strncpy usages by strlcpy.
Johannes Schickel
2010-05-03
Cleanup.
Johannes Schickel
2010-05-03
Check for read/seek errors of the underlying SeekableReadStream in RawStream.
Johannes Schickel
2010-05-03
Fix for bug #2961787 "HE SAM1: Music in kitchen slightly off (regression)".
Johannes Schickel
2010-05-03
Paranoia change: Prevent possible assertion caused by MP3Stream.
Johannes Schickel
2010-04-29
Rename input -> stream
Max Horn
2010-04-20
Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa...
Andre Heider
2010-04-17
Fixing some warnings (with gcc 3.3.6)
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-04-09
Add missing cases to switch statements, remove whitespace
Ori Avtalion
2010-04-03
Do not use a template parameter for stereo setting for RawStream but instead ...
Johannes Schickel
2010-04-03
Cleanup.
Johannes Schickel
2010-04-02
Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting 474...
Travis Howell
2010-03-22
Fix for bug #2969211 "NIPPON: Crash in Intro".
Johannes Schickel
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-13
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
Johannes Schickel
2010-03-12
Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.
Max Horn
2010-03-12
This hopefully fixes building on win64.
Johannes Schickel
2010-03-12
Fix typos
Max Horn
2010-03-11
MIXER: Change MixerImpl::playInputStream to error out when mixer is not ready
Max Horn
2010-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2010-03-10
Remove last traces of OSystem::getOutputSampleRate()
Max Horn
2010-03-09
Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the
Torbjörn Andersson
2010-03-08
Fix bug #2872076 (MIXER: Division by 0 in rate conversion if w/o soundcd)
Max Horn
2010-03-08
Tweak makeVOCDiskStream
Max Horn
2010-03-08
Show an error message in case multiple OPL outputs are created instead of usi...
Johannes Schickel
2010-03-08
Add a slight comment when the DBOPL sources where synched with DOSBox.
Johannes Schickel
2010-03-08
Use memset instead of a custom loop for zeroing the sample buffer.
Johannes Schickel
2010-03-08
Cleanup.
Johannes Schickel
2010-03-08
Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers.
Johannes Schickel
2010-02-26
SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo...
Neil Millstone
2010-02-23
Add assert(!_finished) to QueuingAudioStreamImpl::queueAudioStream
Max Horn
2010-02-23
Tweak QueuingAudioStream comments
Max Horn
2010-02-17
Fix gcc warning.
Johannes Schickel
2010-02-14
Add support for samples > 32kb to Paula chip emulation code.
Max Horn
2010-02-10
Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".
Johannes Schickel
2010-02-09
Formatting.
Johannes Schickel
[next]