| Age | Commit message (Expand) | Author |
| 2013-06-13 | Clarifying the OpenAL loop | John Peterson |
| 2013-04-17 | New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm... | Lioncash |
| 2013-04-15 | Update the license file text (change SVN to Git) in all projects except Core ... | lioncash |
| 2013-01-13 | Added a latency setting to the audio settings. | skidau |
| 2013-01-11 | Skipped timestretching if the emulator is running below 10% speed to prevent ... | skidau |
| 2013-01-11 | Added a Dolby Pro Logic II (DPL2) decoder in the OpenAL backend. DPL2 audio ... | skidau |
| 2013-01-10 | Fixed the include directories in Audio Common for the Windows build. | skidau |
| 2013-01-09 | Fix include paths and compiling in Linux. Externals soundtouch is 1.7.1, whil... | Ryan Houdek |
| 2013-01-09 | Added audio time stretching by using the SoundTouch library. | skidau |
| 2013-01-07 | Implemented correct audio timing. | skidau |
| 2011-03-05 | Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind... | Jordan Woyak |
| 2011-02-08 | Another OSX cmake fix (make openal compile) | nakeee |
| 2011-01-31 | Eliminate some trampoline functions. | Jordan Woyak |
| 2011-01-27 | Replaced Common::Thread with a partial implementation of std::thread. (rvalue... | Jordan Woyak |
| 2010-07-22 | Port to *BSD. It runs but isn't terribly useful without Cg. | Soren Jorvang |
| 2010-06-26 | Config.h should never be included directly, but rather through Common.h | Soren Jorvang |
| 2010-06-01 | fix AudioCommon including linux headers on windows | Shawn Hoffman |
| 2010-06-01 | Now that Core Audio works, reduce the number of build permutations a bit | Soren Jorvang |
| 2010-01-31 | Fix minor issue with inclusion of OpenAL headers | Glenn Rice |
| 2010-01-14 | This could alleviate the suffering of dual core synchronization a bit. | ayuanx |
| 2009-12-25 | Sound System Rework: Phase 2 (cont'ed) | ayuanx |
| 2009-12-23 | Sound System Rework: Phase 2 | ayuanx |
| 2009-12-20 | Added volume control for OpenAL, also improved its performance a bit, but don... | ayuanx |
| 2009-12-20 | Now OpenAL works, at least. | ayuanx |
| 2009-12-18 | Thread safe. | ayuanx |
| 2009-12-13 | Code cleanup, removed extern declaration in sound streams | ayuanx |
| 2009-12-12 | Improved XTra.KrazzY's Mute-On-Pause a bit, so it won't cost any CPU time whe... | ayuanx |
| 2009-12-10 | Fixed annoying sound when pausing/shutting down (please test for ALL backends... | XTra.KrazzY |
| 2009-11-07 | LUAInterface should have all its functionality now (excluding input/controlle... | XTra.KrazzY |
| 2009-07-28 | Now ALL copyright dates are fixed to the legally correct year: The year in wh... | XTra.KrazzY |
| 2009-07-06 | add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ... | LPFaint99 |
| 2009-04-07 | osx build fix | tmator |
| 2009-04-04 | OpenAL: YES! The first version of working OpenAL Backend! | hyperiris |
| 2009-03-30 | Fixing compile without openal | nakeee |
| 2009-03-30 | Small fixup | nakeee |
| 2009-03-30 | Make openal works on linux | nakeee |
| 2009-03-30 | Linux compile fix | nakeee |
| 2009-03-30 | fix for last commit | Shawn Hoffman |
| 2009-03-30 | OpenAL: continue work on it | hyperiris |
| 2009-03-28 | Some code cleanup | omegadox |
| 2009-03-27 | yeah, start OpenAL sound output | hyperiris |