| Age | Commit message (Expand) | Author |
| 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-05-30 | Merge pull request #14 from dancing-bone-machine/debian-configure | garyscavone |
| 2014-05-17 | Checking for pulseaudio on Debian | Rafael Vega |
| 2014-05-07 | Removed add_defines line for ALSA from CMakeLists.txt file, as it does not se... | Gary Scavone |
| 2014-04-26 | Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1 | Gary Scavone |
| 2014-04-26 | Updates to test programs when specifying default device numbers. | Gary Scavone |
| 2014-04-26 | Merge branch 'master' of https://github.com/thestk/rtaudio | Gary Scavone |
| 2014-04-26 | Merge pull request #11 from MarcusTomlinson/master | garyscavone |
| 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 | Merge pull request #8 from MarcusTomlinson/master | garyscavone |
| 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 | Update for compiling WASAPI on both MinGW and VS. | Gary Scavone |
| 2014-04-15 | Added include file (FunctionDiscoveryKeys_devpkey.h) needed for MinGW compile... | Gary Scavone |
| 2014-04-15 | Updates to WASAPI API to support MinGW compile. | Gary Scavone |
| 2014-04-10 | Update to CMake file for WASAPI; documentation update for CMake; finalized da...4.1.0 | Gary Scavone |
| 2014-04-10 | Merge pull request #3 from berkus/master | garyscavone |
| 2014-04-09 | Another small documentation change before the next release. | 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-12 | Minor update to release.txt | Gary Scavone |
| 2014-03-11 | Bug fix for OS-X xrun reporting, plus small efficiency change to getVersion()... | Gary Scavone |
| 2014-02-04 | Build test programs. | Berkus |
| 2014-02-04 | Set some flags depending on compiler and environment. | Berkus |
| 2014-02-04 | Add full API selection mechanism. | Berkus |
| 2014-02-04 | Remove primitive API selection code. | Berkus |
| 2014-02-04 | Add options for manual selection of APIs. | Berkus |
| 2014-02-04 | Add prologue code. | Berkus |
| 2014-02-03 | Add CMake buildfile. | Berkus |
| 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 | Modified VERSION name to avoid conflict with gcc 4.8. | Gary Scavone |
| 2013-12-27 | A few more minor updates for the RtAudioError class change. | Gary Scavone |
| 2013-12-27 | An update to RtAudio.h for the new RtAudioError class. | Gary Scavone |
| 2013-12-27 | Renamed RtError class to RtAudioError and embedded it in RtAudio.h. | Gary Scavone |