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-01-31
Switch makeADPCMStream to DisposeAfterUse::Flag
Max Horn
2010-01-30
Add some TODO item.
Johannes Schickel
2010-01-30
Add some asserts to the RawAudioStream code.
Johannes Schickel
2010-01-30
Rename RawDiskStream to RawAudioStream.
Johannes Schickel
2010-01-30
Remove RawMemoryStream.
Johannes Schickel
2010-01-30
Get rid of Audio::makeRawMemoryStream_OLD.
Johannes Schickel
2010-01-30
Add a factory which plays audio from a buffer via RawDiskStream.
Johannes Schickel
2010-01-30
- Mark makeRawDiskStream factory as deprecated.
Johannes Schickel
2010-01-30
Change RawDiskStream to use a Common::List to store its blocks internally.
Johannes Schickel
2010-01-28
Add some paranaoia assert (and a related TODO) to the MSIMA2 implementation.
Johannes Schickel
2010-01-28
Fix seek implementation of our Vorbis stream.
Johannes Schickel
2010-01-28
Hide VagStream implementation, only expose it via a factory method
Max Horn
2010-01-28
Fix MP3 playback speed.
Johannes Schickel
2010-01-27
Fix seeking in FLAC implementation (FLAC's API uses the number of sample pair...
Johannes Schickel
2010-01-27
Moved the Shorten decoder inside the SAGA engine, as it's the only one using ...
Filippos Karapetis
2010-01-27
Fix invalid sample position on Timestamp to sample conversion for Stereo stre...
Johannes Schickel
2010-01-26
Remove outdated comments
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
- Remove "(experimental)" mark from DOSBox OPL emulator description in GUI
Johannes Schickel
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-25
Formatting.
Johannes Schickel
2010-01-25
Change some comments to use "AdLib" instead of "adlib".
Johannes Schickel
2010-01-25
Replace some more Adlib uses by AdLib.
Johannes Schickel
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-23
Some more header modifications ("Graphic Adventure Engine" and the legal prop...
Arnaud Boutonné
2010-01-23
Get rid of FLAG_LOOP
Max Horn
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
Max Horn
2010-01-23
Cleanup raw looping code
Max Horn
2010-01-23
Let the 8SVX code directly instantiate a SubLoopingAudioStream
Max Horn
2010-01-23
Fix (?) looping in IFF FORM-8SVX data
Max Horn
2010-01-23
cleanup
Max Horn
2010-01-22
Clarify that all blocks of raw audio data are assumed to come from malloc()
Max Horn
2010-01-22
cleanup, typos
Max Horn
2010-01-22
Fixed typos (thanks to salty-horse)
Filippos Karapetis
2010-01-22
Mark Audio::FLAG_LOOP as deprecated.
Johannes Schickel
2010-01-20
cleanup
Max Horn
2010-01-19
The Shorten audio decoder doesn't seem to use looping, so use the non-depreca...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::playRaw for good
Max Horn
2010-01-19
Fixed some cppcheck warnings.
Torbjörn Andersson
2010-01-19
Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...
Max Horn
2010-01-19
Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul...
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-17
Fix SubSeekableAudioStream for stereo streams.
Johannes Schickel
2010-01-17
Update debug message.
Johannes Schickel
2010-01-17
Fix SubSeekableAudioStream regression from r47226 (i.e. length was calculated...
Johannes Schickel
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
Max Horn
2010-01-15
Fix QueuingAudioStreamImpl::endOfStream implementation. This fixes cut off sp...
Johannes Schickel
[prev]
[next]