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
/
decoders
Age
Commit message (
Expand
)
Author
2010-07-05
Revert Android libtremor header to standard path, since we now ship
Angus Lees
2010-06-15
Modify makeAIFFStream to match the other sound decoder factories
Max Horn
2010-06-15
Fix spelling, cleanup
Max Horn
2010-06-06
Add Android backend from patch #2603856
Max Horn
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-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-07
Fix comment to removed function
Ori Avtalion
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-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-12
Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.
Max Horn
2010-03-08
Tweak makeVOCDiskStream
Max Horn
2010-02-10
Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".
Johannes Schickel
2010-02-08
Fix RawStream::seek implementation.
Johannes Schickel
2010-02-03
Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...
Sven Hesse
2010-02-03
Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...
Johannes Schickel
2010-02-03
Make makeMP3Stream return 0 on failure too.
Johannes Schickel
2010-02-03
Yet more Flac -> FLAC changes for consistency.
Johannes Schickel
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-02-03
Rename RawAudioStream to RawStream for consistency.
Johannes Schickel
2010-02-03
Rename:
Johannes Schickel
2010-02-03
- Return 0 in makeVorbisStream and makeFlacStream, in case creating the strea...
Johannes Schickel
2010-01-31
Further OOify the ADPCM code
Max Horn
2010-01-31
Rearrange code of ADPCMStream subclasses
Max Horn
2010-01-31
Split ADPCMStream into several classes
Max Horn
2010-01-31
Rename ADPCMInputStream to ADPCMStream; make some members const
Max Horn
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
[next]