]> Repos - portaudio/shortlog
portaudio
2016-09-10 Ross Bencinawmme: remove unused parameter. fixes warning.
2016-09-10 Ross Bencinawmme: fix int/char conversion warning
2016-09-10 Ross Bencinawmme: document default device selection algorithm
2016-09-10 Ross BencinaFix signed/unsigned mismatch (wmme device ids are unsig...
2016-09-10 Ross Bencinainitialize uninitialized variables to suppress compiler...
2016-09-10 Ross BencinaMerge branch 'hotplug' into rb-hotplug-wmme
2016-09-10 Ross Bencinahotplug: fix signed/unsigned parameter warning in pa_wi...
2016-09-10 Ross BencinaCleanup: Check return code from waveOutMessage when...
2016-09-09 Ross Bencinafix missing new line at end of pa_front.c
2016-09-03 Ross BencinaMerge branch 'master' into hotplug
2016-09-02 Ross Bencinahotplug dsound: initial cut of properly working connect...
2016-09-02 Ross Bencinahotplug dsound: remove resolved fixme comment
2016-09-02 Ross Bencinahotplug: extended doc comments for ScanDeviceInfos...
2016-09-02 Ross Bencinahotplug directsound: factor out freeing of device info...
2016-09-02 Ross Bencinahotplug: further refinement of API doc comments
2016-09-02 Ross Bencinafix .def file: rename Pa_RefreshDeviceList --> Pa_Updat...
2016-09-02 Ross BencinaMoved hotplug function prototypes from random locations...
2016-09-02 Ross Bencinahotplug: added connectionId parameter to PaDeviceInfo...
2016-09-02 Ross Bencinahotplug: first cut doc comments for PaDevicesChangedCal...
2016-09-02 Ross Bencinahotplug: rename Pa_UpdateAvailableDeviceList() to Pa_Re...
2016-09-02 Ross Bencinawdmks hotplug: Make CommitDeviceInfos fail-safe by...
2016-09-02 Ross Bencinawdm/ks hotplug: fixed two bugs in CommitDeviceInfos...
2016-09-01 Ross BencinaMerge branch 'rb-fix-pa-front-c99isms' into 'master'
2016-08-28 Ross BencinaMerge branch 'winrt' into 'master'
2016-08-27 Ross BencinaMerge of old SVN hotplug branch into current git HEAD...
2016-08-26 dmitrykoswasapi: replaced InterlockedCompareExchange with Interl...
2016-08-26 Ross Bencinacomment out C99 designated initializer syntax for versi... rb-fix-pa-front-c99isms
2016-08-26 Ross Bencinaremove trailing whitespace from end of lines
2016-08-26 dmitrykoswasapi: reverted the usage of Interlocked APIs for...
2016-08-24 dmitrykoswasapi: use InterlockedXXX APIs to secure inter-thread...
2016-08-14 dmitrykoswasapi: more cleanup - normalized WIN32_WINRT to PA_WIN...
2016-08-14 dmitrykoswasapi: use Windows common Sleep() API instead of PA_Sl...
2016-08-08 dmitrykoswasapi: code cleanup, removed compiler warnings
2016-08-03 dmitrykoswasapi: ported to WinRT (UWP)
2016-08-03 Phil BurkMerge branch 'loopback' into 'master'
2016-07-27 Phil BurkLoopback: fix warnings that prevent compilation
2016-05-29 Phil BurkMerge branch 'ticket_229' into 'master'
2016-05-22 Phil BurkRestore paqa_devs
2016-05-22 Phil BurkRevert paqa_devs
2016-05-22 Phil BurkMac: test adjustable number of channels.
2016-05-19 Phil BurkFix assert when reading or writing with non-power of...
2016-05-19 Phil BurkMerge branch 'fixeol' into 'master'
2016-05-19 Phil BurkNormalize all the line endings
2016-05-19 Phil BurkAdd .gitattributes to fix EOL
2016-05-18 Phil BurkMerge branch 'noassert' into 'master'
2016-05-17 Phil Burkpa_mac_core.c: Removed some comments. Cleaned up logic.
2016-05-03 Phil BurkMerge branch 'testgit2' into 'master'
2016-05-02 Phil BurkAnother change and commit to the same branch
2016-05-02 Phil Burktest git changesets
2016-05-02 Phil Burkpa_mac_core: stop stream instead of asserting
2016-05-01 Phil BurkMerge branch 'ignorebin' into 'master'
2016-05-01 Phil Burkgitignore: add more files from configure and make
2016-05-01 Phil BurkMerge branch 'ignore' into 'master'
2016-05-01 Phil BurkAdd .gitignore for C++
2016-04-10 philburkpatest_out_underflow: cleanup
2016-02-15 philburkUpdate docs for building on Linux
2016-01-04 philburkFiles needed for compiling on El Capitan.
2016-01-04 philburkAdd support for 10.11 SDK so PortAudio can compile...
2015-10-21 dmitrykoswasapi: correction to the previous commit
2015-10-20 dmitrykoswasapi: workaround to avoid PaWasapi_Initialize() failu...
2015-10-19 dmitrykoswasapi: support for setting the WASAPI's AudioClientPro...
2015-09-06 rbencinaupdate doxygen main page to reference developer guideli...
2015-09-06 rbencinacheckfiledocs.py: blacklist mingw-include from doc...
2015-09-06 rbencinacheckfiledocs.py: only check source code under src...
2015-09-06 rbencinaIssue #234 fixed typo in configure and configure.in...
2015-09-06 rbencinaremoved bindings/java from doxygen generated documentation
2015-04-19 gineeraPa_process: Fix output channel adaption by not skipping...
2015-04-10 philburkAdd Pa_GetVersionInfo()
2015-03-12 philburkTest adding a second file with SVN keywords.
2015-03-12 philburkUsed propset to enable SVN keywords on test file.
2015-03-12 philburkExperiment with the SVN version keywords.
2015-03-03 philburkAdd version numbering with major.minor.subminor format.
2015-01-21 rbencinapa/wmme: avoid potential (but highly unlikely) overflow...
2015-01-21 rbencinaremoved declaration of unused variable
2015-01-21 rbencinafixed compiler warning: conversion from 'double' to...
2015-01-21 rbencinadisabled deprecated API warning for GetVersionEx in...
2015-01-21 rbencinaRemoved MSVC dependence on ksguid.lib from src/os/win...
2015-01-20 rbencinacpp binding: make operator == and != const. thanks...
2014-11-05 rbencinaPA/CoreAudio: fixed copy-pasto: last host error was...
2014-08-28 robiwanAdded more debugging info in wdmks/pa_win_wdmks.c
2014-08-15 robiwanCommitting Lelands patch for WDM-KS, should take care...
2014-06-28 bejayoharenolivier's device name patch for os x
2014-04-11 rbencinapa_win_ds.c converted tabs to spaces (only a small...
2014-04-11 rbencinaDirectSound: correctly output device names as UTF-8...
2014-04-11 rbencinapa_win_wmme.c: converted tabs to spaces (just a few...
2014-04-11 rbencinaWMME: correctly convert device names to UTF-8, see...
2014-04-09 robiwanCMake: Added PA_WDMKS_NO_KSGUID_LIB to WDMKS and soluti...
2014-02-05 bejayoharenClarified safety of operations in callback (doc)
2014-01-30 rbencinaupdated Windows+ASIO build tutorial: Building Portaudio... pa_stable_v19_20140130_r1919
2014-01-30 rbencinatweaked Windows build tutorial: Building PortAudio...
2014-01-17 philburkAdd stub to pa_trace.c to eliminate warning.
2014-01-16 philburk[tests] Add EOL to patest_mono.c
2014-01-16 philburk[macosx] Add support for SDK 10.8 and 10.9.
2013-11-18 gineeraPa_process: Fix input channel adaption by not skipping...
2013-11-15 gineeraJack: Add a port-type filter expression to calls to...
2013-10-17 gineeraAlsa: Revise the use of the environment variable 'PA_AL...
2013-09-07 gineerapaqa_devs: limit max number of channels tested (to...
2013-08-29 rbencinapa_mac_core.c line 664 fixed incorrect memset size...
2013-08-27 gineeraAlsa: Add function to prevent duplicate parts in the...
2013-08-22 gineeraAlsa: Fix memory leak as nonMmapBuffers were not freed...
next