17
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Doxygen document tweaks: * Link to our Wiki for latest MinGW build information. * Fix for latest doxygen: non-displaying links on main page (add space before <br>). * Remove broken link to java binding docs (not compiled). * Update link to mailing list. More... over 7 years ago
pa_front: bump version to 19.5.1 for release More... over 7 years ago
pa_mac_core: use MAX(inputFrames,outputFrames) More... over 7 years ago
Merge branch 'remove-microsoft-include-files' into 'master' More... over 7 years ago
pa_mac_core_blocking: Fix timeout. More... over 7 years ago
remove Microsoft copyright include files from src/hostapi/wasapi/mingw-include More... over 7 years ago
Merge branch 'ticket_251_alsacancel' into 'master' More... over 7 years ago
address all problems picked up by cmakelint except for line-length related comments. don't use min() in paex_record_file as it is a macro specific to windows. More... over 7 years ago
get examples compiling with CMake on Windows again More... over 7 years ago
pa_linux_alsa: fix hang in callback caused by abort More... over 7 years ago
undo whitespace change to pa_win_wasapi.c and fix a CMake grumbling about an unmatched ENDIF() closing expression More... over 7 years ago
supply pkg-config version via setting in CMakeLists.txt - allow installation when using MinGW More... over 7 years ago
only build x86 plain converters in Visual Studio due because of assembly syntax. add library dependencies for asio to get MinGW builds linking. disable WASAPI when using MinGW as I cannot get it to work. More... over 7 years ago
Merge branch 'winrt' into 'master' More... over 7 years ago
Merge branch 'ticket_248_gitrevision' into 'master' More... over 7 years ago
Remove version printing from paex_sine.c More... over 7 years ago
PA_GIT_REVISION: new scripts to replace SVN revision More... over 7 years ago
wasapi: made ActivateAudioInterface_WINRT more universal in terms of getting other audio interfaces, for example IAudioEndpointVolume More... almost 8 years ago
Merge branch 'rb-fix-pa-front-c99isms' into 'master' More... almost 8 years ago
wasapi: return E_NOINTERFACE in PaActivateAudioInterfaceCompletionHandler::QueryInterface, use C-style API for calling interface functions (in order to be unified with the rest of WASAPI code) More... almost 8 years ago
Merge branch 'winrt' into 'master' More... almost 8 years ago
pa_mac_core_blocking: fix hang when running stream stopped More... almost 8 years ago
change the compiler flags into a compiler definitions list as we never modify the flags - add some documentation More... almost 8 years ago
move changes to cmake lists made in my personal github space into the assembla branch. I will work in here from this point. More... almost 8 years ago
wasapi: replaced InterlockedCompareExchange with InterlockedOr and added clarifying comment why Interlocked API is used More... almost 8 years ago
comment out C99 designated initializer syntax for versionInfo_ initializer. not C89 compatible More... almost 8 years ago
remove trailing whitespace from end of lines More... almost 8 years ago
wasapi: reverted the usage of Interlocked APIs for PaWasapiStream::running More... almost 8 years ago
wasapi: use InterlockedXXX APIs to secure inter-thread r/w access to variables to avoid possible deadlocks or logic corruption More... almost 8 years ago
wasapi: more cleanup - normalized WIN32_WINRT to PA_WINRT, removed excessive declarations from SignalObjectAndWait, ActivateAudioInterfaceCompletionHandler set of functions More... almost 8 years ago