rtaudio.git
2016-02-22 Gary ScavoneFinal documentation update before release 4.1.2. 4.1.2
2016-02-22 garyscavoneMerge pull request #50 from radarsat1/automake
2016-02-22 Gary ScavoneA few more pre-release (4.1.2) updates.
2016-02-18 Stephen SinclairFix handling of CXXFLAGS in configure.ac. 50/head
2016-02-18 Stephen SinclairMove version check up to beginning of configure.ac.
2016-02-17 Gary ScavoneVersion number update in configure.ac in advance of...
2016-02-17 garyscavoneMerge pull request #49 from radarsat1/automake
2016-02-17 garyscavoneMerge pull request #48 from radarsat1/duplex-64-compat
2016-02-17 garyscavoneMerge pull request #47 from radarsat1/fix-version
2016-02-12 Stephen SinclairRevert "duplex test: 64 bit compatibility" 48/head
2016-02-12 Stephen SinclairUpdate version number to 4.1.1 in configure.ac 47/head
2016-02-12 Stephen SinclairAdd a test to configure.ac to ensure RtAudio.h defines...
2016-02-12 Stephen SinclairPort the build system to automake. 49/head
2016-02-12 Stephen SinclairRename librtaudio.pc to rtaudio.pc.
2016-02-12 Stephen SinclairGenerate version number in Doxyfile with configure.
2016-02-12 Stephen SinclairRename install to install.txt, to avoid conflicts with...
2016-02-12 Stephen SinclairAdd .gitignore
2016-02-11 Gary ScavoneRemoved execute mode from RtAudio.cpp (why was it set?)
2016-02-11 Gary ScavoneDocumentation updates in advance of new release
2016-02-10 Gary ScavoneWASAPI stream time update, as suggested by Patrice...
2016-02-03 garyscavoneMerge pull request #43 from guidefloripa/master
2016-02-03 garyscavoneMerge pull request #42 from berkus/master
2015-12-21 Guilherme SteinmannRelease lock if GetCurrentPosition from DS failed 43/head
2015-09-22 Berkus DeckerDon't take address of boolean flag, use flag itself... 42/head
2015-09-22 Berkus DeckerAdd ALSA include directories to fix compile on some...
2015-09-22 Berkus DeckerDisable policy change for cmake 3.0
2015-09-22 Berkus DeckerRegister is no more in modern C++.
2015-05-08 Gary ScavoneUpdate optional stream name for playback in PulseAudio...
2015-04-07 garyscavoneMerge pull request #35 from xord/fix_compile_errors_wit...
2015-04-07 snoridelete not needed line. (duplicated) 35/head
2015-04-06 garyscavoneMerge pull request #34 from diamond-msc/patch-1
2015-04-06 Gary ScavoneMerge branch 'igor-mikushkin-fix_alsa_underrun_warning'
2015-04-06 Gary ScavoneCommit of ALSA underrun warning message fix
2015-04-06 Gary ScavoneMerge branch 'guidefloripa-master'
2015-04-06 Gary ScavoneMerge branch 'master' of https://github.com/guideflorip...
2015-04-05 Gary ScavoneUpdate to DS code for getDeviceCount() when cleaning...
2015-04-05 David Császárduplex test: 64 bit compatibility 34/head
2015-03-25 Guilherme SteinmannFix closeStream on Mac OS X 32/head
2015-02-24 Gary ScavoneSmall fix in documentation regarding pkg-config argumen...
2015-02-23 Gary ScavoneSmall ASIO update to support buffersize value of 0...
2014-11-03 Gary ScavoneFixed some missing unlocks before calling error() in...
2014-11-03 garyscavoneMerge pull request #25 from yedey/master
2014-11-03 garyscavoneMerge pull request #29 from tmatth/static_analysis_fixes
2014-11-03 garyscavoneMerge pull request #28 from geo-harris/master
2014-11-03 garyscavoneMerge pull request #27 from TyounanMOTI/fix_wasapi_buff...
2014-11-03 garyscavoneMerge pull request #26 from TyounanMOTI/fix_std_max_vs2013
2014-11-02 Tristan Matthewsrtaudio: avoid NULL dereference 29/head
2014-11-02 Tristan Matthewsalsa: avoid uninitialized read
2014-10-16 Harris GeorgiouFix for NULL options in PULSE audio backend in probeDev... 28/head
2014-10-06 Hirotoshi YOSHITAKAFix calloc-free mismatch 27/head
2014-10-06 Hirotoshi YOSHITAKAAdd algorithm header include 26/head
2014-10-06 yedeyFixed major ASIO duplex initialization bug. Added ... 25/head
2014-10-06 yedeyASIO fix for crash for early callbacks (initiated from...
2014-10-02 yedeyWASAPI device name encoding fix, fixed skipped samples...
2014-05-30 garyscavoneMerge pull request #14 from dancing-bone-machine/debian...
2014-05-17 Rafael VegaChecking for pulseaudio on Debian 14/head
2014-05-07 Gary ScavoneRemoved add_defines line for ALSA from CMakeLists.txt...
2014-04-26 Gary ScavoneAdded new setStreamTime function; Documentation updates... 4.1.1
2014-04-26 Gary ScavoneUpdates to test programs when specifying default device...
2014-04-26 Gary ScavoneMerge branch 'master' of https://github.com/thestk...
2014-04-26 garyscavoneMerge pull request #11 from MarcusTomlinson/master
2014-04-26 Gary ScavoneWasap bug(?) fix in destructor; Update to record.cpp...
2014-04-26 Marcus TomlinsonLet convertBuffer() take care of all channel count... 11/head
2014-04-26 Marcus TomlinsonSet callbackPushed flag if there is no render stream...
2014-04-25 Gary ScavoneBug fix in Core, Jack, ASIO, and DS for internal draini...
2014-04-23 Gary ScavoneAdded an explicit cast of (LPCTSRT) on line 4626, which...
2014-04-18 garyscavoneMerge pull request #8 from MarcusTomlinson/master
2014-04-18 Marcus TomlinsonRemoved now irrelevant comment 8/head
2014-04-18 Marcus TomlinsonSupport all sample rates for WASAPI
2014-04-18 Marcus TomlinsonFixed shutdown crash on certain sample rates
2014-04-18 Marcus TomlinsonAdded an author header to the WASAPI section
2014-04-16 Gary ScavoneUpdate for compiling WASAPI on both MinGW and VS.
2014-04-16 Gary ScavoneAdded include file (FunctionDiscoveryKeys_devpkey.h...
2014-04-16 Gary ScavoneUpdates to WASAPI API to support MinGW compile.
2014-04-11 Gary ScavoneUpdate to CMake file for WASAPI; documentation update... 4.1.0
2014-04-11 garyscavoneMerge pull request #3 from berkus/master
2014-04-10 Gary ScavoneAnother small documentation change before the next...
2014-04-09 Gary ScavoneBug fix for DS enumeration when devices are unplugged...
2014-04-02 Gary ScavoneUpdated WASAPI code from v0.1 to v0.2.
2014-04-02 Gary ScavoneVarious WASAPI-related changes.
2014-04-01 Gary ScavoneAdded Wasapi code (though untested); Updates for better...
2014-03-31 Gary ScavoneFix for ALSA runnable flag update mistake; moved stream...
2014-03-12 Gary ScavoneMinor update to release.txt
2014-03-11 Gary ScavoneBug fix for OS-X xrun reporting, plus small efficiency...
2014-02-04 BerkusBuild test programs. 3/head
2014-02-04 BerkusSet some flags depending on compiler and environment.
2014-02-04 BerkusAdd full API selection mechanism.
2014-02-04 BerkusRemove primitive API selection code.
2014-02-04 BerkusAdd options for manual selection of APIs.
2014-02-04 BerkusAdd prologue code.
2014-02-03 BerkusAdd CMake buildfile.
2014-01-18 Gary ScavoneChanges to fix display issue for non-ASCII device names...
2014-01-07 Gary ScavoneUpdates to OS-X sample rate querying, other small chang...
2013-12-28 Gary ScavoneA few small memory leak fixes from MK
2013-12-28 Gary ScavoneHades and Koegler patches for ALSA and general efficiency.
2013-12-27 Gary ScavonePulseAudio update for input buffer size support.
2013-12-27 Gary ScavoneModified VERSION name to avoid conflict with gcc 4.8.
2013-12-27 Gary ScavoneA few more minor updates for the RtAudioError class...
2013-12-27 Gary ScavoneAn update to RtAudio.h for the new RtAudioError class.
2013-12-27 Gary ScavoneRenamed RtError class to RtAudioError and embedded...
next