| Age | Commit message (Expand) | Author |
| 2016-02-10 | WASAPI stream time update, as suggested by Patrice Taravel | Gary Scavone |
| 2016-02-03 | Merge pull request #43 from guidefloripa/master | garyscavone |
| 2015-12-21 | Release lock if GetCurrentPosition from DS failed | Guilherme Steinmann |
| 2015-09-22 | Don't take address of boolean flag, use flag itself instead. | Berkus Decker |
| 2015-09-22 | Register is no more in modern C++. | Berkus Decker |
| 2015-05-08 | Update optional stream name for playback in PulseAudio API. | Gary Scavone |
| 2015-04-08 | delete not needed line. (duplicated) | snori |
| 2015-04-06 | Commit of ALSA underrun warning message fix | Gary Scavone |
| 2015-04-06 | Merge branch 'master' of https://github.com/guidefloripa/rtaudio into guidefl... | Gary Scavone |
| 2015-04-05 | Update to DS code for getDeviceCount() when cleaning out devices that may hav... | Gary Scavone |
| 2015-03-25 | Fix closeStream on Mac OS X | Guilherme Steinmann |
| 2015-02-23 | Small ASIO update to support buffersize value of 0 (setting to preferred size). | Gary Scavone |
| 2014-11-03 | Fixed some missing unlocks before calling error() in DS API. | Gary Scavone |
| 2014-11-03 | Merge pull request #25 from yedey/master | garyscavone |
| 2014-11-03 | Merge pull request #29 from tmatth/static_analysis_fixes | garyscavone |
| 2014-11-03 | Merge pull request #28 from geo-harris/master | garyscavone |
| 2014-11-03 | Merge pull request #27 from TyounanMOTI/fix_wasapi_buffer_free_calloc | garyscavone |
| 2014-11-02 | rtaudio: avoid NULL dereference | Tristan Matthews |
| 2014-11-02 | alsa: avoid uninitialized read | Tristan Matthews |
| 2014-10-16 | Fix for NULL options in PULSE audio backend in probeDeviceOpen | Harris Georgiou |
| 2014-10-06 | Fix calloc-free mismatch | Hirotoshi YOSHITAKA |
| 2014-10-06 | Add algorithm header include | Hirotoshi YOSHITAKA |
| 2014-10-06 | Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to th... | yedey |
| 2014-10-06 | ASIO fix for crash for early callbacks (initiated from ASIOCreateBuffers), AS... | yedey |
| 2014-10-02 | WASAPI device name encoding fix, fixed skipped samples in WASAPI buffer conve... | yedey |
| 2014-04-26 | Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1 | Gary Scavone |
| 2014-04-26 | Merge branch 'master' of https://github.com/thestk/rtaudio | Gary Scavone |
| 2014-04-26 | Wasap bug(?) fix in destructor; Update to record.cpp for default device selec... | Gary Scavone |
| 2014-04-26 | Let convertBuffer() take care of all channel count conversion, while convertB... | Marcus Tomlinson |
| 2014-04-26 | Set callbackPushed flag if there is no render stream (input only mode) | Marcus Tomlinson |
| 2014-04-24 | Bug fix in Core, Jack, ASIO, and DS for internal draining in INPUT mode only;... | Gary Scavone |
| 2014-04-23 | Added an explicit cast of (LPCTSRT) on line 4626, which seemed necessary when... | Gary Scavone |
| 2014-04-18 | Removed now irrelevant comment | Marcus Tomlinson |
| 2014-04-18 | Support all sample rates for WASAPI | Marcus Tomlinson |
| 2014-04-18 | Fixed shutdown crash on certain sample rates | Marcus Tomlinson |
| 2014-04-18 | Added an author header to the WASAPI section | Marcus Tomlinson |
| 2014-04-15 | Updates to WASAPI API to support MinGW compile. | Gary Scavone |
| 2014-04-09 | Bug fix for DS enumeration when devices are unplugged; bug fix if an error oc... | Gary Scavone |
| 2014-04-02 | Updated WASAPI code from v0.1 to v0.2. | Gary Scavone |
| 2014-04-02 | Various WASAPI-related changes. | Gary Scavone |
| 2014-04-01 | Added Wasapi code (though untested); Updates for better data format support i... | Gary Scavone |
| 2014-03-31 | Fix for ALSA runnable flag update mistake; moved streamname declaration in PU... | Gary Scavone |
| 2014-03-11 | Bug fix for OS-X xrun reporting, plus small efficiency change to getVersion()... | Gary Scavone |
| 2014-01-18 | Changes to fix display issue for non-ASCII device names and some compile warn... | Gary Scavone |
| 2014-01-06 | Updates to OS-X sample rate querying, other small changes suggested by Martin... | Gary Scavone |
| 2013-12-28 | A few small memory leak fixes from MK | Gary Scavone |
| 2013-12-27 | Hades and Koegler patches for ALSA and general efficiency. | Gary Scavone |
| 2013-12-27 | PulseAudio update for input buffer size support. | Gary Scavone |
| 2013-12-27 | Renamed RtError class to RtAudioError and embedded it in RtAudio.h. | Gary Scavone |
| 2013-10-11 | A few more updates, including new ASIO files (GS). | Gary Scavone |