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
2007-05-27
Reverted r26922.
Johannes Schickel
2007-05-22
Simpilified Singleton implementation and usage.
Johannes Schickel
2007-05-20
some fixes for the music in Amiga OS Demo
Gregory Montoir
2007-05-19
added Amiga SoundFx module player code, used by Amiga versions of the followi...
Gregory Montoir
2007-05-01
Implemented a IFF (Interchange File Format) parser and added subclasses to pa...
Nicola Mettifogo
2007-04-27
Added a doxygen comment to makeProtrackerStream -- somebody who knows the cod...
Max Horn
2007-04-26
Removing more semicola
Max Horn
2007-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2007-04-19
Patch #1701118: Remove non-english characters from ym2612.cpp
Max Horn
2007-04-15
Some more supposedly unitialized variables (see bug #1700986)
Sven Hesse
2007-04-14
Got rid of the last traces of DigitalTrackInfo
Max Horn
2007-04-14
Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but rat...
Max Horn
2007-04-14
Extended Audio::openStreamFile function with startTime, duration and numLoops...
Max Horn
2007-04-09
When the appendable audiostream is done with a queued buffer, delete it as
Torbjörn Andersson
2007-04-09
I hope this fixes the file headers.
Torbjörn Andersson
2007-04-09
Implemented enough of AIFF to play the music from the Broken Sword 1 demo. At
Torbjörn Andersson
2007-04-06
Changes to CPU local ram allocation for DS port
Neil Millstone
2007-04-06
Changed the MP3 playback code again, this time hopefully fixing the problems ...
Max Horn
2007-04-06
Fixed looping of MP3 tracks (same problem as with the FLAC tracks)
Max Horn
2007-04-06
Fix looping for FLAC tracs (looping parts of a file already worked, but loopi...
Max Horn
2007-03-24
Added standard fileheader. (oops)
Johannes Schickel
2007-03-24
Commit of patch #1686414 ("Kyra: FM-Towns music").
Johannes Schickel
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-03-10
More fixes for MSVC8 warnings.
Eugene Sandulenko
2007-03-04
Removed obsolete comment
Max Horn
2007-03-02
Updated comment
Max Horn
2007-03-02
Changed the order of the parameters of makeLinearInputStream to resemble Mixe...
Max Horn
2007-03-02
Added a warning that the mixer FLAG_ enum should not be messed with, lest iMu...
Max Horn
2007-03-02
Added reverseStereo parameter to Mixer::playInputStream; changed Mixer::playR...
Max Horn
2007-03-01
Rephrased a comment a bit
Max Horn
2007-02-28
Changed the AppendableAudioStream code to use a queue of buffers, instead of ...
Max Horn
2007-02-28
cleanup
Max Horn
2007-02-24
Changed AudioStream::openStreamFile to use the modern variant of the audio st...
Max Horn
2007-02-24
Remove unneeded #includes
Max Horn
2007-02-24
Trying to unify the order in which we try the various audio formats: Prefer F...
Max Horn
2007-02-24
Added numLoops parameter to DigitalTrackInfo::play
Max Horn
2007-02-24
Add looping support to the FLAC decoder
Max Horn
2007-02-24
Replaced variable buffer in the FLAC code by a fixed on
Max Horn
2007-02-24
more FLAC code cleanup
Max Horn
2007-02-24
Removed FlacInputStream::deleteBuffer
Max Horn
2007-02-24
some fixes and additions for FOTAQ amiga versions
Gregory Montoir
2007-02-22
fixed comments.
Johannes Schickel
2007-02-22
FLAC code cleanup
Max Horn
2007-02-22
added yet another #pragma mark to the vorbis code (just for the sake of *my* ...
Max Horn
2007-02-22
cleanup
Max Horn
2007-02-22
Reduce chance for overflows in VorbisTrackInfo::play
Max Horn
2007-02-22
Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g...
Max Horn
2007-02-22
If an AudioStream returned a negative number in his readBuffer() method, then...
Max Horn
2007-02-22
Added looping support and an enhanced factory function to the Vorbis code
Max Horn
[next]