17
I Use This!
Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix signed/unsigned mismatch warning More... over 3 years ago
use DWORD for thread id More... over 3 years ago
fix non latin1 character in pa_debugprint.c More... over 3 years ago
Fix compiler warnings: 'type cast': conversion from 'int' to 'HWAVEIN' of greater size. See ticket #370 More... over 3 years ago
Merge pull request #364 from MichalPetryka/patch-1 More... over 3 years ago
return paInternalError from PaWasapi_UpdateDeviceList() when it is disabled More... over 3 years ago
Update portaudio.def More... over 3 years ago
Add PaWasapiWinrt_PopulateDeviceList More... over 3 years ago
remove support for OS X 10.4, rename functions pa_ -> PaMacCore_ More... over 3 years ago
Update def files for #340 More... over 3 years ago
fix issue #321 broken MSVC build. Always define PaWasapi_UpdateDeviceList() even when it is a no-op because it is mentioned in the .def file. More... over 3 years ago
Improve code style More... over 3 years ago
Don't crash for alsa_snd_pcm_poll_descriptors fail in another case More... over 3 years ago
Merge pull request #361 from luzpaz/typos More... over 3 years ago
Revert typo More... over 3 years ago
Merge pull request #362 from PortAudio/winrt More... over 3 years ago
wasapi: Fixed underruns in the Exclusive mode on UWP platform (or when timeBeginPeriod does not allow to set 1 ms granularity) by assuming that system timer granularity on UWP equals to 10 msec, make sure time to sleep provided by GetNextSleepTime is aligned to the granularity of the system timer. More... over 3 years ago
Fix user-facing and non-user-facing typos More... over 3 years ago
Fix GUID defines in pa_win_wdmks.c when compiling with clang-cl (#327) More... over 3 years ago
Fixed breaking strict-aliasing rules (if compiled with GCC with -fstrict-aliasing) in PaWin_InitializeWaveFormatExtensible(). (#342) More... over 3 years ago
Remove superfluid void cast More... over 3 years ago
formatting and #ifdef comment More... over 3 years ago
fix compile error More... over 3 years ago
new hal More... over 3 years ago
fix logging warnings More... over 3 years ago
pa_mac_core_utilities: add void to empty function argument list (#355) More... over 3 years ago
Add missing void argument, and include include pa_jack.h in pa_jack.c (#347) More... over 3 years ago
Fix crashes on disconnected pins in wmdks topologies. (#300) More... over 3 years ago
Don't crash if alsa_snd_pcm_poll_descriptors fails More... over 3 years ago
Merge pull request #338 from hoolrory/ticket_218_2 More... over 3 years ago