| Age | Commit message (Expand) | Author |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre |
| 2013-06-23 | Merge in JP's change to fix audio stuttering with OpenAL. | Ryan Houdek |
| 2013-06-13 | Build fix | John Peterson |
| 2013-06-13 | Clarifying the OpenAL loop | John Peterson |
| 2013-04-19 | Fix a bunch of random typos in comments and logging. | lioncash |
| 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-03-19 | Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. | lioncash |
| 2013-02-19 | Fixed a buffer overflow in the OpenAL buffer. | skidau |
| 2013-01-29 | Fix the majority of the compiler warnings unearthed by the addition of | Glenn Rice |
| 2013-01-23 | Revert "mem_fun -> mem_fn." | Lioncash |
| 2013-01-23 | mem_fun -> mem_fn. | Lioncash |
| 2013-01-16 | OSX build fix | skidau |
| 2013-01-16 | Added backwards compatibility with old OpenAL drivers. | skidau |
| 2013-01-15 | Changed SoundTouch to use float samples, allowing SSE to be used. | skidau |
| 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 | Removed the synchronisation between the CPU thread and the audio thread. | skidau |
| 2013-01-11 | Added a Dolby Pro Logic II (DPL2) decoder in the OpenAL backend. DPL2 audio ... | skidau |
| 2013-01-09 | Fix include paths and compiling in Linux. Externals soundtouch is 1.7.1, whil... | Ryan Houdek |
| 2013-01-10 | OSX build fix | skidau |
| 2013-01-09 | Added audio time stretching by using the SoundTouch library. | skidau |
| 2013-01-07 | Implemented correct audio timing. | skidau |
| 2012-12-10 | Clean up gcc/g++ compiler warnings that have accumulated. | Glenn Rice |
| 2012-01-01 | name all audio threads (that I know how to) for debugging, as suggested in re... | nitsuja |
| 2011-03-05 | Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind... | Jordan Woyak |
| 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 |
| 2011-01-13 | Removed my previous PanicAlert translation hack. Fixed with a better method ... | Glenn Rice |
| 2010-12-07 | Use the proper type for printing the OpenAL default device name. | Soren Jorvang |
| 2010-02-07 | Fix an issue with OpenAL not properly using the correct Volume on boot | sl1nk3.s |
| 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-15 | Woops, I had changed this line on accident | Sonicadvance1 |
| 2009-07-15 | Commit to allow Interpreter to work on devices that don't support SSE2, just ... | Sonicadvance1 |
| 2009-07-07 | Woops | Sonicadvance1 |
| 2009-07-07 | Trying to get Dolphin to compile in Xcode, had to rename the Debugger namespa... | Sonicadvance1 |
| 2009-07-06 | add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ... | LPFaint99 |
| 2009-07-03 | Misc warning fixes. | magumagu9 |
| 2009-06-12 | a NEED DEBUG version of openal sound system, nakee, try to FIX it! :) | hyperiris |
| 2009-04-28 | Fix compile in OSX by reverting my change, dunno why OpenAL is different on m... | Sonicadvance1 |
| 2009-04-24 | Only have this in OSX since that is only where it compiles apparently? | Sonicadvance1 |
| 2009-04-24 | Fix OSX compiling. Still need to rollback nakee's revision 2566 if you want i... | Sonicadvance1 |