aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-08Show an error message in case multiple OPL outputs are created instead of usi...Johannes Schickel
2010-03-08Add a slight comment when the DBOPL sources where synched with DOSBox.Johannes Schickel
2010-03-08Use memset instead of a custom loop for zeroing the sample buffer.Johannes Schickel
2010-03-08Cleanup.Johannes Schickel
2010-03-08Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers.Johannes Schickel
2010-02-26SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo...Neil Millstone
2010-02-23Add assert(!_finished) to QueuingAudioStreamImpl::queueAudioStreamMax Horn
2010-02-23Tweak QueuingAudioStream commentsMax Horn
2010-02-17Fix gcc warning.Johannes Schickel
2010-02-14Add support for samples > 32kb to Paula chip emulation code.Max Horn
2010-02-10Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".Johannes Schickel
2010-02-09Formatting.Johannes Schickel
2010-02-09Be a bit more forgiveful in case the SeekableAudioStream passed to SubLooping...Johannes Schickel
2010-02-09Stop SubLoopingAudioStream playback, in case reading from the parent stream f...Johannes Schickel
2010-02-09Make Audio::convertTimeToStreamPos return a frame-precision based result inst...Johannes Schickel
2010-02-09Fix SubLoopingAudioStream's readBuffer implementation.Johannes Schickel
2010-02-08Fix RawStream::seek implementation.Johannes Schickel
2010-02-06Fix bug in LoopingAudioStream::readBuffer, this makes the unit tests complete...Johannes Schickel
2010-02-03Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...Sven Hesse
2010-02-03Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...Johannes Schickel
2010-02-03Make makeMP3Stream return 0 on failure too.Johannes Schickel
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-02-03Rename RawAudioStream to RawStream for consistency.Johannes Schickel
2010-02-03Cleanup.Johannes Schickel
2010-02-03Rename:Johannes Schickel
2010-02-03- Return 0 in makeVorbisStream and makeFlacStream, in case creating the strea...Johannes Schickel
2010-01-31Further OOify the ADPCM codeMax Horn
2010-01-31Rearrange code of ADPCMStream subclassesMax Horn
2010-01-31Split ADPCMStream into several classesMax Horn
2010-01-31Rename ADPCMInputStream to ADPCMStream; make some members constMax Horn
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Add some TODO item.Johannes Schickel
2010-01-30Add some asserts to the RawAudioStream code.Johannes Schickel
2010-01-30Rename RawDiskStream to RawAudioStream.Johannes Schickel
2010-01-30Remove RawMemoryStream.Johannes Schickel
2010-01-30Get rid of Audio::makeRawMemoryStream_OLD.Johannes Schickel
2010-01-30Add a factory which plays audio from a buffer via RawDiskStream.Johannes Schickel
2010-01-30- Mark makeRawDiskStream factory as deprecated.Johannes Schickel
2010-01-30Change RawDiskStream to use a Common::List to store its blocks internally.Johannes Schickel
2010-01-28Add some paranaoia assert (and a related TODO) to the MSIMA2 implementation.Johannes Schickel
2010-01-28Fix seek implementation of our Vorbis stream.Johannes Schickel
2010-01-28Hide VagStream implementation, only expose it via a factory methodMax Horn
2010-01-28Fix MP3 playback speed.Johannes Schickel
2010-01-27Fix seeking in FLAC implementation (FLAC's API uses the number of sample pair...Johannes Schickel
2010-01-27Moved the Shorten decoder inside the SAGA engine, as it's the only one using ...Filippos Karapetis
2010-01-27Fix invalid sample position on Timestamp to sample conversion for Stereo stre...Johannes Schickel
2010-01-26Remove outdated commentsMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn