aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2007-02-24Changed AudioStream::openStreamFile to use the modern variant of the audio st...Max Horn
2007-02-24Remove unneeded #includesMax Horn
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-24Added numLoops parameter to DigitalTrackInfo::playMax Horn
2007-02-24Add looping support to the FLAC decoderMax Horn
2007-02-24Replaced variable buffer in the FLAC code by a fixed onMax Horn
2007-02-24more FLAC code cleanupMax Horn
2007-02-24Removed FlacInputStream::deleteBufferMax Horn
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-22fixed comments.Johannes Schickel
2007-02-22FLAC code cleanupMax Horn
2007-02-22added yet another #pragma mark to the vorbis code (just for the sake of *my* ...Max Horn
2007-02-22cleanupMax Horn
2007-02-22Reduce chance for overflows in VorbisTrackInfo::playMax Horn
2007-02-22Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g...Max Horn
2007-02-22If an AudioStream returned a negative number in his readBuffer() method, then...Max Horn
2007-02-22Added looping support and an enhanced factory function to the Vorbis codeMax Horn
2007-02-22cleanupMax Horn
2007-02-22Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also no...Max Horn
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
2007-02-20Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ...Max Horn
2007-02-20Added looping to the MP3 streams (currently virtually untested, so watch out)Max Horn
2007-02-20Remove some leftover comments I made while writing the new MP3 code; make use...Max Horn
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-20Rewrote MP3InputStream mostly from scratch:Max Horn
2007-02-20Document AudioCDManager::playMax Horn
2007-02-20Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ...Max Horn
2007-02-19So far we only accepted track1.* as name for audio tracks -- now we also acce...Max Horn
2007-02-18cleanup and fixed _module memory leakGregory Montoir
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of M...Gregory Montoir
2007-02-18Correct warned class nameChris Apers
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2007-02-15Fix for bug #1660559: MANIAC/ZAK: Music does not stop when pausing (regression)Max Horn
2007-02-14Fix MSVC warningEugene Sandulenko
2007-02-12Fixed a special case (frequency/rate > repeating sample length)Sven Hesse
2007-02-11Enable stereo by default for all ProTracker mods.Travis Howell
2007-02-07The status variables are set explicitely in the constructor instead through o...Sven Hesse
2007-02-04- Moved the specific interrupt frequency of 80 Hz out of class Infogrames int...Sven Hesse
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2007-01-27formatting.Johannes Schickel
2007-01-27Implemented some missing effects (arpeggio, sample delay, fine slides, finetu...Sven Hesse
2007-01-27OoopsSven Hesse
2007-01-27Changed ProtrackerStream to inherit from Paula, unifying the mixingSven Hesse
2007-01-27Add changes from madmoose to fix initial song length.Travis Howell
2007-01-27Removing two FIXMEs, based on what madmoose told me on #scummvmMax Horn
2007-01-26Some cleanup / code formatting changes, and added some FIXME commentsMax Horn
2007-01-25Moved Paula and Infogrames to sound/mods/Sven Hesse
2006-12-01Changed size of sine table so it take less memory in cache RAM on DS portNeil Millstone
2006-11-08Changed the default instrument from "no instrument at all" to "the firstTorbjörn Andersson
2006-11-03added basic handler for VOC block 9Gregory Montoir