Merge pull request #218 from thestk/fix-wasapi-resampler-crash
[rtaudio.git] / RtAudio.cpp
2019-09-28 garyscavoneMerge pull request #218 from thestk/fix-wasapi-resample... master
2019-09-27 Marcus TomlinsonSlight optimization fix-wasapi-resampler-crash 218/head
2019-09-27 Marcus TomlinsonAdd maxOutSampleCount to WasapiResampler::Convert()
2019-08-28 garyscavoneMerge pull request #210 from f1xpl/master
2019-08-28 Gary ScavoneFix to CoreAudio update for deprecated behaviour.
2019-08-28 Gary ScavoneUpdate to CoreAudio start and stop stream functions...
2019-08-17 Michal SzwajFix high CPU usage by PulseAudio backend when stream... 210/head
2019-06-27 garyscavoneMerge pull request #207 from mcwissink/capture-flags...
2019-06-19 Mark WissinkChange type of captureFlags to DWORD 207/head
2019-05-16 garyscavoneMerge pull request #204 from thestk/fix-wasapi-channel...
2019-05-16 garyscavoneMerge pull request #203 from thestk/fix-pulseauio-non...
2019-05-06 Marcus TomlinsonFix WASAPI channel offset 204/head
2019-05-06 Marcus TomlinsonFix PulseAudio non-interleaved user streams 203/head
2019-04-17 Gary ScavoneDocumentation and version updates before release 5.1.0
2019-04-17 Gary ScavoneAdded github URL to headers.
2019-04-16 Stephen SinclairMerge branch 'pr193'
2019-04-16 Gary ScavoneBug fix for stream ticking in OS-X if using two differe...
2019-02-25 Marcus TomlinsonWASAPI : Ring buffer in/out index fix
2019-02-25 Marcus TomlinsonWASAPI : Call tickStreamTime() only once per callback
2019-02-13 garyscavoneMerge pull request #185 from jleben/fix-alsa-get-device...
2019-02-12 Jakob LebenAlsa API: Fix use of invalid card handle 185/head
2019-01-28 Marcus TomlinsonMerge pull request #183 from MarcusTomlinson/master
2019-01-27 Marcus TomlinsonWASAPI : Fixed issue where latency was introduced on... 183/head
2019-01-27 Marcus TomlinsonWASAPI : Removed unnecessary latency in I/O ring buffers
2019-01-27 Marcus TomlinsonWASAPI: calloc stream buffers to ensure unused channels...
2019-01-24 Stephen SinclairFix warning about casting result of GetProcAddress.
2018-12-29 Stephen SinclairUpdate lastTickTimestamp in startStream.
2018-12-14 Marcus Tomlinson#170 : Insert missing render memcpy when !doConvertBuff... 175/head
2018-12-13 Stephen SinclairMerge remote-tracking branch 'upstream/pr/174'
2018-12-13 Marcus Tomlinson#170 : Enable WASAPI doConvertBuffer when userInterleav... 174/head
2018-12-13 Stephen SinclairMerge remote-tracking branch 'upstream/pr/173'
2018-12-13 Marcus Tomlinson#172 : Fix hang in closing logic of wasapiThread() 173/head
2018-11-12 garyscavoneMerge pull request #165 from MarcusTomlinson/master
2018-11-02 Marcus TomlinsonFix potential memory leak 165/head
2018-11-02 Marcus TomlinsonAllow loopback without having to define output parameters
2018-10-30 Marcus TomlinsonAdd loopback support to WASAPI
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/141'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/154'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/136'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/139'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/159'
2018-10-12 Marcus TomlinsonMerge branch 'master' of https://github.com/thestk... 119/head
2018-09-28 Marcus TomlinsonMore fixes to MinGW build
2018-09-28 Marcus TomlinsonMore fixes
2018-09-28 Marcus TomlinsonFix mingw32 WASAPI build
2018-08-27 garyscavoneMerge pull request #156 from spmp/feature/spmp-changes
2018-08-26 Ryan SchmidtAdd missing apostrophe and parentheses
2018-08-26 Ryan SchmidtChange "eg." to "e.g."
2018-08-26 Ryan SchmidtChange "eg:" to "e.g."
2018-08-22 Marcus TomlinsonMove stream_.state update to the end of wasapiThread()
2018-08-22 Marcus TomlinsonFix conversion between different format types in resampler
2018-08-22 Marcus TomlinsonOnly autolink on VS
2018-08-22 Marcus TomlinsonCase sensitive header perhaps?
2018-08-22 Marcus TomlinsonFix indentation
2018-08-22 Marcus TomlinsonFix setting stream_.doConvertBuffer[mode]
2018-08-22 Marcus TomlinsonReplace convertBufferWasapi() calls with renderResample...
2018-08-22 Marcus TomlinsonInit resamplers
2018-08-22 Marcus TomlinsonReplace convertBufferWasapi with new WasapiResampler
2018-08-22 Marcus TomlinsonRevert strict sample rate selection in WASAPI API
2018-08-11 JP Cimalandoallow to obtain api names regardless of being compiled... 136/head
2018-08-11 Stephen SinclairMerge branch 'separate-os-api-testing'
2018-08-09 Stephen SinclairRemove the compiledApis vector.
2018-08-09 JP CimalandoJack: allow unconnected streams to have more ports... 150/head
2018-08-09 JP Cimalandomake some data extern C and const
2018-08-09 JP Cimalandoreplace with something nicer: init_compiledApis
2018-08-08 Stephen SinclairFix typo in previous commit.
2018-08-08 Stephen SinclairFix api name functions for C, replace map with array.
2018-08-08 JP Cimalandoreference return for API names
2018-08-08 Stephen SinclairUse a map for API names
2018-08-08 Stephen SinclairMerge remote-tracking branch 'upstream/pr/136'
2018-08-07 JP CimalandoUse short lower-case names as API identifiers
2018-07-14 Stephen SinclairInclude process.h for _beginthreadex for DS.
2018-05-24 Connor MacDonaldFix another missing call to snd_ctl_close 141/head
2018-05-24 Connor MacDonaldFix ALSA CTL handle not being closed in the default...
2018-05-13 JP Cimalandomake WASAPI instantiation errors non-fatal for older... 139/head
2018-05-07 JP CimalandoAPI names, and conversion from/to API identifier
2018-04-30 terminator356Realtime fixes 134/head
2018-03-20 Marcelo FernandezGive more priority to PulseAudio api (#129)
2017-11-20 Stephen SinclairFix jackXrun handle pointer
2017-10-18 Stephen SinclairFix compilation of ASIO and WASAPI backends in MingW...
2017-10-18 Stephen SinclairRemove use of C++11 std::to_string in WASAPI code.
2017-10-18 Marcus TomlinsonAllow only the device's native sample rate in WASAPI API
2017-10-06 Stephen SinclairMerge pr96.
2017-10-06 Stephen SinclairUse "using namespace std" for roundf in previous patch.
2017-10-06 Stephen SinclairUse "using namespace std" for roundf instead of std... 101/head
2017-09-05 rehansRound floats by using roundf in order to round correctly. 96/head
2017-08-30 Stephen SinclairFix `jackSilentError(const char*)’ defined but not... v5.0.0
2017-08-30 Gary ScavoneConverted line endings in RtAudio.cpp to unix format. 5.0.0
2017-08-30 Gary ScavoneVersion and documentation updates in advance of new...
2017-08-24 garyscavoneMerge pull request #68 from jpcima/master
2017-08-23 Stephen SinclairMerge pull request #79 from radarsat1/dsound-mmsystem
2017-08-23 Gary ScavoneFix to initialize lastTickTimestamp when setting stream...
2017-08-22 Stephen SinclairAdd cmath include.
2017-08-22 Stephen SinclairFix order of calling CoUninitialize()
2017-08-22 Stephen SinclairMerge pull request #67 from antis81/refactor/cpp0x...
2017-08-22 Stephen SinclairFix line endings back to CR for last 2 commits.
2017-08-22 Stephen SinclairFix a signed-unsigned comparison.
2017-08-22 Stephen Sinclaiross: possible that AFMT_FLOAT is not available
2017-04-24 garyscavoneMerge pull request #81 from jossgray/fix-warnings
2017-04-24 garyscavoneMerge pull request #88 from MarcusTomlinson/wasapi_sr_fix
next