portaudio/src/hostapi
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2011-01-03 18:33:32 +00:00
..
alsa alsa: fixed Segmentation fault due to dangling pointer left by snd_lib_error_set_handler() call which set callback pointer to ALSA during PaAlsa_Initialize call. Segmentation fault happens only if application dynamically unloaded PortAudio while still using ALSA through other means, then next ALSA error which causes invocation of ALSA error handling callbacks would cause Segmentation fault. Bug reported in: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563192, and re-announced by Phil Burk on 15.10.2010. 2010-10-15 20:39:23 +00:00
asihpi moved trunk into place 2008-03-20 14:24:39 +00:00
asio added pragma to auto-link winmm.lib when compiling with msvc 2010-07-14 06:45:25 +00:00
coreaudio coreaudio: fixed incorrect value type used with OSAtomicOr32 API (xrunFlags were casted from long to unsigned int) which results in value truncation on systems where 'long' is 64 bits 2010-12-25 13:26:17 +00:00
dsound wasapi: 2010-08-03 21:02:52 +00:00
jack jack: fixed segmentation fault caused by PA Jack implementation if Pa_Initialize is called after Pa_Terminate due to bad pointer usage by realloc() call which was previously freed() in Pa_Terminate call. Many thanks to RJ Ryan for reporting, debugging and providing the solution for this bug. 2010-09-22 06:33:47 +00:00
oss oss: fixed compile for systems missing 'pthread_cancel' series of functions, this allows to compile PortAudio under Android platform with OSS as audio host back-end 2010-06-06 17:36:33 +00:00
wasapi wasapi: allow mono input/output streams be created when Blocking interface is used. Thanks to Chris (c319chris@aol.com) for providing the patch. 2011-01-03 18:33:32 +00:00
wdmks fix for half duplex and build issues from Toni Wilen. 2009-05-14 14:37:37 +00:00
wmme Fixed bug (when PAWIN_USE_WDMKS_DEVICE_INFO is defined) where wmme device channel count would be incorrect for default device resulting in distorted sound if user tries to open device with more channels than device can handle. Thanks to Dmitry Kostjuchenko for the patch. 2009-12-09 01:31:44 +00:00