| Age | Commit message (Expand) | Author |
| 2013-06-22 | DSBCAPS_GLOBALFOCUS allows sound to still play when the application is in the... | Jordan Cristiano |
| 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-01-23 | Revert "mem_fun -> mem_fn." | Lioncash |
| 2013-01-23 | mem_fun -> mem_fn. | Lioncash |
| 2012-01-01 | name all audio threads (that I know how to) for debugging, as suggested in re... | nitsuja |
| 2011-12-18 | give the audio thread a name (this doesn't really matter, but it was bugging me) | 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-28 | DSP plugin merge - the two DSP plugins are now gone and all the code has been... | hrydgard |
| 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-06-08 | Fixes a crash in the DirectSound back-end. | skidau |
| 2010-03-08 | Added a null check when stopping the DSPHLE plugin with the DSound back-end. ... | skidau |
| 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-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-10 | Use _beginthreadex | Nolan Check |
| 2009-06-03 | Tiny crash fix for the wiimote plugin as well as a safer check for the volume... | sl1nk3.s |
| 2009-05-18 | Added sound volume slider to HLE sound plugin, currently DSound only, unless ... | sl1nk3.s |
| 2009-03-28 | Fixed Null sound | nakeee |
| 2009-03-27 | Well, it should fix audio, at least on my machine. | hyperiris |
| 2009-03-26 | small windows compile fix | nakeee |
| 2009-03-26 | Attempt to move mixer to audio common, it's a bit more complicated than I exp... | nakeee |
| 2009-03-23 | Added project for AudioCommon. | omegadox |
| 2009-03-23 | Starting audio common | nakeee |