aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2015-06-06SHERLOCK: rework 3DO audio, add AIFC file supportMartin Kiewitz
2015-06-04AUDIO: Rewrite the AIFF decoder to support AIFCMatthew Hoops
2015-06-04AUDIO: Do not read the entire AIFF buffer into memoryMatthew Hoops
2015-06-04AUDIO: Mark AIFF as being used by BBVSMatthew Hoops
2015-06-04AUDIO: Only expose makeAIFFStream to clientsMatthew Hoops
2015-06-05AUDIO: Add more engines that use wave.h that I missed before.Torbjörn Andersson
2015-06-05AUDIO: Update list of engines that use wave.hTorbjörn Andersson
2015-06-04SHERLOCK: improve 3DO movie player, add SDX2 codecMartin Kiewitz
2015-05-30FMOPL: Fix confusing "opl_driver" behaviorTorbjörn Andersson
2015-05-22AUDIO: Add patch from madmoose to fix arpeggio effect in ProTracker modules.Kirben
2015-04-05AUDIO: Skip ID3 tag at start of mp3 filesThierry Crozat
2015-01-26AUDIO: Fix skipping samples when the skip length is greater than the first chunkMatthew Hoops
2014-12-21MT32: Update to munt 1.5.0Filippos Karapetis
2014-12-20AUDIO: Wrap around in the Timestamp constructorBastien Bouclet
2014-08-29AUDIO: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-08-14AUDIO: Really fix seeking with audio editsMatthew Hoops
2014-08-09Merge pull request #487 from clone2727/audio_fixesEugene Sandulenko
2014-08-01AUDIO: Better handle endOfStream() vs endOfData() in SubSeekableAudioStreamMatthew Hoops
2014-08-01AUDIO: Better handle endOfStream() vs endOfData() in SubLoopingAudioStreamMatthew Hoops
2014-08-01AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the variab...Joni Vähämäki
2014-07-27AUDIO: Better handle endOfStream() vs endOfData() in LoopingAudioStreamMatthew Hoops
2014-07-27AUDIO: Fix endOfStream() for LimitingAudioStreamMatthew Hoops
2014-07-27AUDIO: Better handle endOfStream() vs endOfData() in QueuingAudioStreamImplMatthew Hoops
2014-07-27AUDIO: Fix QueuingAudioStreamImpl lockingMatthew Hoops
2014-07-27AUDIO: Finish off AAC/QDM2 queues when done decoding a packetMatthew Hoops
2014-07-26AUDIO: Increment total play time when decoding MP3 data.Joni Vähämäki
2014-07-13MT32: Sync with the latest changes in muntFilippos Karapetis
2014-07-11MT32: Comment out default showLCDMessage/printDebug implementations.Johannes Schickel
2014-07-11Revert "MT32: Avoid runtime abort due to non-POD object pass in MT32 Emulator."Johannes Schickel
2014-07-10MT32: Avoid runtime abort due to non-POD object pass in MT32 Emulator.D G Turner
2014-07-08MT32: Update to munt 1.4.0Filippos Karapetis
2014-07-08MT32: Copyright year bumpFilippos Karapetis
2014-06-01AUDIO: Support 96kHz audio rates in ARM assembler rate conversion.D G Turner
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-03-18COMMON: Move some QuickTime Track variables into SampleDesc where they belongMatthew Hoops
2014-03-06AUDIO: Manually specify function alignment in ARM assembly.Johannes Schickel
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-27Revert "AUDIO: Simplify MidiTracker::processEvent return value"Alyssa Milburn
2014-01-27Revert "AUDIO: fix invalid mem access in midiparser.cpp"Alyssa Milburn
2014-01-26AUDIO: fix invalid mem access in midiparser.cppathrxx
2014-01-17Merge pull request #417 from digitall/STACK_fixesJohannes Schickel
2014-01-16AUDIO: Cleanup MT-32 code a bit.Johannes Schickel
2014-01-16AUDIO: Register EAS sound driver as plain sound type.Johannes Schickel
2014-01-16AUDIO: Register FluidSynth driver as plain sound type.Johannes Schickel
2014-01-16AUDIO: Register MT-32 emulator as plain sound type.Johannes Schickel
2014-01-15ALL: Remove optimization unstable code on checking for null after new.D G Turner
2013-11-03AUDIO: Do not add extrapath to SearchMan in MT-32 emu code.Johannes Schickel
2013-09-24MT-32: Update to munt 1.3.0Filippos Karapetis
2013-09-21AUDIO: Simplify SCI inFastForward flag by moving it to MidiParserWillem Jan Palenstijn
2013-09-21AUDIO: Simplify MidiTracker::processEvent return valueWillem Jan Palenstijn