aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2012-09-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-09-12AUDIO: Implement simple dynamic QuickTime MIDI channel remappingMatthew Hoops
2012-09-10AUDIO: Implement QuickTime MIDI channel remappingMatthew Hoops
2012-09-09AUDIO: Fix QuickTime MIDI with extra info in the headerMatthew Hoops
2012-09-09COMMON: Make QuickTimeParser::readSampleDesc take the desc sizeMatthew Hoops
2012-09-08AUDIO: Fix QuickTime MIDI pitch bendMatthew Hoops
2012-09-07Merge remote branch 'upstream/master' into qtmidiMatthew Hoops
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2012-09-07AUDIO: Remove unused members of MidiParser_XMIDI.Alyssa Milburn
2012-09-07AUDIO: Add some documentation to MidiParser_QTMatthew Hoops
2012-09-07AUDIO: Make MidiParser_QT::loadMusic() detect the file typeMatthew Hoops
2012-09-07AUDIO: Fix QuickTime MIDI tempoMatthew Hoops
2012-09-07AUDIO: Fix QuickTime MIDI end of trackMatthew Hoops
2012-09-07AUDIO: Begin basic playback of QuickTime MIDI filesMatthew Hoops
2012-09-07AUDIO: Keep track of the QuickTime MIDI time scaleMatthew Hoops
2012-09-06AUDIO: Fill in _tracks from MidiParser_QTMatthew Hoops
2012-09-06AUDIO: Read in all QuickTime MIDI track dataMatthew Hoops
2012-09-06AUDIO: Allow for parsing QuickTime 'Tune' filesMatthew Hoops
2012-09-05AUDIO: Clean up note request list readingMatthew Hoops
2012-09-05AUDIO: Add parsing of the QuickTime MIDI sample descriptionMatthew Hoops
2012-09-05AUDIO: Silence MSVC warning about un-initialized newIncrement variableLittleboy
2012-08-31ALL: Mark off some things as used by PegasusMatthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-12AUDIO: Move LimitingAudioStream to audio/Matthew Hoops
2012-08-09AUDIO: Fix "if" formatting in QDM2 code.Johannes Schickel
2012-08-04AUDIO: Correct ADPCM Fixes to ensure internal buffers are drained.D G Turner
2012-08-04AUDIO: Fix Oki ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-08-04AUDIO: Fix DVI ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-06-24AUDIO: Update Mixer class doxygen comment on balance to be consistent.D G Turner
2012-06-15AUDIO: Make sure maxtrax and tfmx are compiled in with dynamic modulesMatthew Hoops
2012-06-16AUDIO: gob uses protracker tooSven Hesse
2012-06-15AUDIO: Implement a missing Protracker featureSven Hesse
2012-06-11AUDIO: Make VOC decoder a bit more failsafe by still playing parts of invalid...Johannes Schickel
2012-05-21AUDIO: Fix seeking to the end of a QuickTime audio trackMatthew Hoops
2012-04-28AUDIO: Fix seeking in QuickTime files with multiple edit listsMatthew Hoops
2012-04-13AUDIO: Remove now unused Sin/Cos table and FFT code from QDM2 Codec.D G Turner
2012-04-13AUDIO: Migrate QDM2 Codec to using Common::RDFT class.D G Turner
2012-04-13AUDIO: Fixes to restore QDM2 Codec function.D G Turner
2012-04-13AUDIO: Update to QDM2 codec fixing pointer to stream buffer usage.D G Turner
2012-04-13AUDIO: Removed qdm2_decode_sub_packet_header() function from QDM2.D G Turner
2012-04-13AUDIO: Fix skipping in QDM2 BitStream usage.D G Turner
2012-04-13AUDIO: Clean up QDM2 getVlc2() function.D G Turner
2012-04-13AUDIO: Initial Refactoring of QDM2 to use Common::BitStream.D G Turner
2012-04-10AUDIO: Force QuickTime stereo samples to mono if neededMatthew Hoops
2012-03-30AUDIO: Fix QDM2 extra data parsingMatthew Hoops
2012-03-19AUDIO: Add support for multiple QuickTime audio tracksMatthew Hoops
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-21COMMON: remove unnecessary commasathrxx