]> Repos - portaudio/shortlog
portaudio
2011-08-18 rossbrevised WMME default latency on XP, Vista, Win7 to...
2011-08-18 rossbset defaultHostApiIndex_ to zero when uninitialized
2011-08-18 rossbtweaked comment
2011-08-18 rossbchanged default host API logic to use first successfull...
2011-08-11 rossbextended paqa loopback test output to print reported...
2011-08-11 rossbUpdated patest_suggested_vs_streaminfo_latency test...
2011-08-11 rossb Fixed pa_win_wmme.c latency calculations to result...
2011-08-04 rossbupdated patest_suggested_vs_streaminfo_latency to gener...
2011-08-04 rossbupdated patest_suggested_vs_streaminfo_latency to suppo...
2011-08-04 rossbadded patest_suggested_vs_streaminfo_latency test and...
2011-07-29 philburkCalculate timestamp offsets from device properties.
2011-07-28 rossbpa_win_wmme.c fixed bug in stream info inputLatency...
2011-07-28 philburkAdd check for min maxDeltaDacTime for timestamps.
2011-07-28 rossbpaqa_latency: tweak parameter printing
2011-07-28 rossbpaqa_latency: tweak parameter printing
2011-07-28 rossbpaqa_latency: print device name and api. c89ize
2011-07-28 philburkDraft version for debugging latency and timing.
2011-07-28 rossbmme latency test: minor cleanups. randomised tone pitch
2011-07-26 rossbmme test only list output devices
2011-07-24 rossbfixed switch statement in test that would report Win7...
2011-07-21 philburkFix broken build due to unused variables. Grrr.
2011-07-21 philburkFix improper calculation of big buffer sizes. See bug...
2011-07-21 philburkFixed broken Mac build by removing unused label.
2011-07-21 rossbupdated wmme manual latency test
2011-07-21 philburkImprove calculation of default latencies on Mac CoreAudio.
2011-07-20 rossbcleaned up doc comments for PaStreamCallbackTimeInfo...
2011-07-14 bjornrochethis should resolve issues on OS X with systems where...
2011-07-14 rossbinitial implementation of patest_wmme_find_best_latency...
2011-07-14 philburkRemove dev-cpp support.
2011-07-09 bjornrocheFix for doxygen for pa_mac_core.h. Ticket #70. Patch...
2011-06-30 rossbfixed regression in r1612 that broke coreaudio non...
2011-06-23 rossbfixed def file to reference PaAsio_GetAvailableBufferSi...
2011-06-17 rossbmade ring buffer params const-correct
2011-05-26 aknudsenPA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP...
2011-05-19 rob_bielikInitial CMake support (MSVC only at the moment)
2011-05-11 rossbextra comments
2011-05-11 rossbfixed use of timeBeginPeriod/timeEndPeriod in pa_win_ds.c
2011-05-11 rossbReplaced MM timer with a high priority thread for audio...
2011-05-10 rossbadded userFramesPerBuffer parameter to SelectHostBuffer...
2011-05-10 rob_bielikAdded pa_win_coinitialize.c to MSVC project and windows...
2011-05-09 rossbrefactored COM initialization for dsound, asio and...
2011-05-02 rossbrenamed PaUtil_GetBufferProcessorInputLatency to PaUti...
2011-05-02 rossbrenamed PaAsio_GetAvailableLatencyValues to PaAsio_GetA...
2011-05-01 rossbremoved #ifndef check for PA_USE_DS from pa_win_ds.c
2011-05-01 rossbfixed copy/past error in PA_USE_DS check code in pa_win...
2011-03-25 philburkAdd README for configure. pa_stable_v19_20110326_r1647
2011-03-25 philburkRemove include for pa_unix_oss.h to fix "make install...
2011-03-16 philburkRan autoreconf to update config.guess and other configu...
2011-03-13 philburkAdded patest_mono and patest_two_rates to Makefile.in
2011-03-13 philburkRan autoconf to update configure file to fix INCLUDES...
2011-03-08 dmitrykoswasapi:
2011-03-08 philburkImprove latency measurement in loopback so it handles...
2011-03-07 philburkConvert patest_two_rates.c to V19.
2011-03-06 philburkAdd include string.h to loopback test.
2011-03-04 rossbadded newline to print statement
2011-03-04 rossbprint arguments at startup
2011-03-04 rossbchanges to get qa building on Windows with msvc. had...
2011-03-04 rossbmoved skeleton to end of win32 initializers list so...
2011-03-04 rossbsupport building skeleton host api on windows
2011-03-04 rossbpaqa: removed non standard and unused #include <strings...
2011-03-04 rossbfixed build breakage of patest_wmme_ac3.c on windows
2011-03-04 rossbuse LoadLibraryA instead of LoadLibrary to support...
2011-03-03 philburkAdd test for paInt8 to loopback test.
2011-03-02 philburkFix random code insertion caused by buggy editor on...
2011-03-02 philburkAdd latency control in loopback to fix Linux latency...
2011-03-02 philburkRaise pop threshold for loopback test.
2011-03-02 philburkApplied patches for Debian Linux for ticket 166.
2011-03-02 philburkSet default latency in an attempt to reduce full duplex...
2011-03-02 philburkAdd test for sample format conversion.
2011-03-01 philburkCheck for clipping even when loopback devices specified.
2011-03-01 philburkAdd check for clipping and noise in loopback test.
2011-03-01 philburkRemove unused variable in loopback.
2011-03-01 philburkAdd loopback target to Makefile.
2011-03-01 philburktweak changeme.txt to test SVN on Ubuntu
2011-03-01 philburkANother attempt at fixing configure make.
2011-03-01 philburkTry to fix oddly broken Makefile.in
2011-03-01 philburkANother C99 fix for loopback.
2011-03-01 philburkFix C99 error with modern for loops.
2011-03-01 philburkAdded paloopback test to the automated build.
2011-03-01 philburkAss semicolon to fix "label at end of compound statemen...
2011-02-28 philburkAdded patest_write_sine_nonint to Makefile.
2011-02-28 philburkAdd a test for non-interleaved blocking writes.
2011-02-27 philburkSpeed up loopback test by testing each sample rate...
2011-02-27 philburkCleanup tests. Lots of small tweaks.
2011-02-21 dmitrykoswasapi: fixed the bug when on stream stop/start/stop...
2011-02-21 dmitrykosfixed build by reverting 1604 revision where 'pa_ringbu...
2011-02-17 rob_bielikTicket #132
2011-02-12 rossbdoc tweak
2011-02-12 dmitrykosfixed compilation when Makefile is used by adding missi...
2011-02-12 rossbmoved src/common/pa_skeleton.c to src/hostapi/skeleton...
2011-02-12 rossbadded braces to clarify precedence in latency calculati...
2011-02-12 rossbrenamed some latency variables to make it clear they...
2011-02-12 rossbfixed stream info inputLatency and outputLatency calcul...
2011-02-12 rossbfixed stream info inputLatency and outputLatency calcul...
2011-02-12 rossbfixed stream info inputLatency and outputLatency calcul...
2011-02-11 dmitrykosalsa:
2011-02-09 dmitrykosalsa:
2011-02-05 rossbcorrected typos as per jf_menards's patch in ticket #58
2011-02-04 rossbadded #include portaudio.h to pa_mac_core.h so it is...
2011-02-03 dmitrykoswasapi: - releasing Input/Output buffer if error occurr...
next