]> Repos - portaudio/shortlog
portaudio
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...
2013-08-22 gineeraAlsa: Rename some variables in pa_linux_alsa where...
2013-08-13 gineeraAlsa: Fix handling of poll descriptors in PaAlsaStream_...
2013-08-06 rbencinafixed bug that was causing memory corruption in PA...
2013-07-24 rbencinafixed doxygen markup for a few line breaks in the tutorial
2013-06-08 gineeraOSS: revise default latency reporting: previous fixed...
2013-06-08 gineeraAlsa: revise latency use and calculations, since the...
2013-05-30 gineeraqa-latency: fix printout typos; re-enable checks of...
2013-05-05 rbencinaadded code to print error result from Pa_Initialize...
2013-05-02 rbencinafactored out InitPaDeviceInfoFromAsioDriver function...
2013-04-07 rbencinamove static variables into x86 section so they don...
2013-04-07 rbencinaconfigure.in fix from Leland '[Portaudio] Small patch...
2012-12-28 robiwanFix for WaveRT WDM drivers that do not support memory...
2012-12-04 rbencinaincrease upper limit for absurd sample rates from 20000...
2012-12-04 rbencinafix assertion failures with blocking io in ASIO host...
2012-11-11 rbencinaclarified and corrected comment
2012-11-10 rbencinacheck for NULL data->interface passed to KsPropertySetE...
2012-11-08 bejayoharenadded carbon to docs.
2012-10-31 rbencinafixes for unicode build
2012-10-31 rbencinafix for unicode build
2012-10-07 philburkAdd comment about including source code for ring buffer...
2012-10-07 bejayoharenminor fix for OS X 10.7: include AudioToolbox
2012-09-17 robiwanhttps://www.assembla.com/spaces/portaudio/tickets/217
2012-09-04 philburkAdd example of calling JPortAudio.
2012-09-04 philburkAdd the JPortAudio JavaDocs to the PortAudio reference.
2012-09-04 philburkJust return true if a Java blocking IO stream underflow...
2012-09-02 philburkModified to JPortAudio to support builds on Macintosh.
2012-09-02 philburkUse universal library on Mac. The _x86 or _x64 distinct...
2012-09-01 philburkFix fprintf format for long int.
2012-09-01 philburkApply patch to configure to fix build on Mac Lion.
2012-09-01 philburkTest SVN on assembla.
2012-09-01 philburkReport HostAPI errors in paex_write_sine.c to aid debug...
2012-09-01 philburkMake include paths in JPortAudio project portable.
2012-09-01 philburkInitial check-in for an experimental Java binding for...
2012-09-01 philburkFix some typos in docs.
2012-07-31 robiwanAdded support for multi api static build on mingw ...
2012-07-10 robiwanCleanup of code
2012-07-10 robiwanAdded typedef to remove error with _beginthreadex
2012-07-10 robiwanCleanup of code
2012-07-09 philburkUse pa_ringbuffer.h in pablio.h.
2012-07-09 robiwanSmall fix to paex_record_file.c
2012-07-09 robiwanAdded a simple example that records to/plays from a...
2012-07-02 robiwanRemoved _alloca in WdmGetPropertySimple which seems...
2012-06-30 robiwanRemoved warnings when building with MinGW
2012-06-29 robiwanChanges to make compilation/linking work on Mingw
2012-06-29 robiwanAdded option to CMakeLists.txt to enable PA debug output
2012-06-29 robiwanMinor refactoring to remove some warnings
2012-06-29 robiwanChanged so that Mingw build should reference WASAPI...
2012-06-29 robiwanAdded GUID, enumerators and structs to accomodate Vista...
2012-06-25 philburkFix ring buffer handling in pa_mac_core.c that caused...
2012-06-22 philburkAdded counters for status flags in patest_wire.c. It...
2012-06-22 philburkFixed warnings that broke build.
2012-06-19 robiwanForgot error check after Pa_OpenStream. Naughty.
2012-06-19 robiwanAdded C++ variant of paex_sine
2012-06-05 gineeraqa-latency: use defaultSampleRate; fix crash on single...
2012-05-30 robiwanFixed bug in DS code
2012-05-27 philburkAdded build instruction for loopback test.
next