Age | Commit message (Expand) | Author |
2016-08-05 | AUDIO: Add titanic to list of engines using wave files | Paul Gilbert |
2016-07-31 | AUDIO: Fix build | Willem Jan Palenstijn |
2016-07-31 | AUDIO: Fix indentation | Eugene Sandulenko |
2016-07-06 | AUDIO: Fix audio corruption in MS ADPCM decoder | Torbjörn Andersson |
2016-06-21 | AUDIO: Fix incorrect forward declaration | Colin Snover |
2016-06-19 | AUDIO: Make WAV streams seekable | Colin Snover |
2016-05-31 | AUDIO: Fix memory corruption. | Eugene Sandulenko |
2016-05-15 | AUDIO: Plug potential memory leak | Eugene Sandulenko |
2016-05-08 | AUDIO FM-TOWNS: Fix copy/paste error | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-03-28 | JANITORIAL: Mark audio/decoders/vorbis as: used in Wintermute | Tobia Tesan |
2016-03-18 | AUDIO: Use MUNT's sample rate for MT-32 emulation. | Johannes Schickel |
2016-03-18 | AUDIO: Make MT-32 emulator play MIDI events immediately. | Johannes Schickel |
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste |
2016-01-09 | AUDIO: fix two bugs in FM-TOWNS pcm code | athrxx |
2016-01-07 | AUDIO: Fix clang warning in mame.cpp. | Johannes Schickel |
2016-01-07 | JANITORIAL: Fix clang printf warnings | Ori Avtalion |
2016-01-07 | AUDIO: Use standard line warps in iOS7 hack comment in fluidsynth.cpp. | Johannes Schickel |
2016-01-07 | AUDIO: Remove unused includes in fluidsynth.cpp. | Johannes Schickel |
2016-01-07 | IOS: Renames a macro | Vincent Bénony |
2016-01-06 | IOS: Fluidsynth path hack only for iOS 7 | Vincent Bénony |
2016-01-06 | IOS: Uses Common::String instead of plain C string | Vincent Bénony |
2016-01-06 | IOS: Merge branch 'master' into ios-fix | Vincent Bénony |
2016-01-06 | IOS: Brings support for FluidSynth | Vincent Bénony |
2015-12-28 | MT32: Also use the ROM name to return the most appropriate ROM info | Filippos Karapetis |
2015-12-28 | Revert "MT32: Add SHA1 file digest checking in getROMInfo()" | Filippos Karapetis |
2015-12-28 | MT32: Check for CM32-L ROMs before checking for MT-32 ones | Filippos Karapetis |
2015-12-28 | MT32: Add SHA1 file digest checking in getROMInfo() | Filippos Karapetis |
2015-11-09 | AUDIO: (FM-TOWNS) - replace fixed hanging notes buffer with a dynamic chain | athrxx |
2015-11-09 | AUDIO: fix bug #6885 (INDY3: FMTOWNS: Music is distorted (regression)) | athrxx |
2015-11-09 | AUDIO: (FM-TOWNS) - fix looping pcm sounds | athrxx |
2015-11-09 | AUDIO: (FM-TOWNS) - cleanup euphony code | athrxx |
2015-11-09 | Merge pull request #625 from digitall/rate-hack | Eugene Sandulenko |
2015-10-01 | AUDIO: Fix comment typo | Torbjörn Andersson |
2015-09-15 | AUDIO: Fix compiler warning | Christian Krause |
2015-09-15 | AUDIO: Fix uninitialized read in MP3 initialization | Matthew Hoops |
2015-08-30 | AUDIO: Mark the old Codec class as deprecated | Matthew Hoops |
2015-08-30 | AUDIO: Add a NullAudioStream for streams that are dead-on-arrival | Matthew Hoops |
2015-08-30 | AUDIO: Add a packetized version of ADPCM streams | Matthew Hoops |
2015-08-30 | AUDIO: Add a packetized version of the PCM stream | Matthew Hoops |
2015-08-30 | AUDIO: Add a class to easily make stateless PacketizedAudioStreams | Matthew Hoops |
2015-08-30 | AUDIO: Implement a packetized version of MP3 | Matthew Hoops |
2015-08-30 | AUDIO: Add an AudioStream subclass for packetized audio | Matthew Hoops |
2015-08-30 | AUDIO: Split the seeking MP3 class from the base decoding stream | Matthew Hoops |
2015-08-30 | AUDIO: Make Rewindable- and SeekableAudioStream inherit virtually | Matthew Hoops |
2015-07-07 | AUDIO: Move ALSA OPL 'driver' out of softsynth | Matthew Hoops |
2015-07-07 | AUDIO: Move the common AdLib MidiDriver out of softsynth | Matthew Hoops |
2015-07-07 | AUDIO: Reset OPL registers in ALSA driver | Walter van Niftrik |
2015-07-07 | AUDIO: Fix ALSA AdLib OPL2 waveform mask | Walter van Niftrik |
2015-07-07 | AUDIO: Reset ALSA AdLib on exit | Walter van Niftrik |