summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* make it easy to disable interpolation in the interpolation test toolLennart Poettering2009-04-051-2/+22
|
* Modify smoothing code to make cubic interpolation optional and allow 'quick ↵Lennart Poettering2009-04-051-2/+6
| | | | | | | | | | | | | | | fixups' on resuming The primary reason for this change is to allow time graphs that do not go through the origin and hence smoothing starting from the origin is not desired. This change will allow passing time data into the smoother while paused and then abruptly use that data without smoothing using the 'quick fixup' flag when resuming. Primary use case is allowing recording time graphs where the data recorded originates from a time before the stream was created. The resulting graft will be shifted and should not be smoothened to go through the origin.
* plot the difference between system and sound card timeLennart Poettering2009-04-011-1/+2
|
* properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-9/+9
|
* gtk-test: updated to use PA_CONTEXT_NOAUTOSPAWN|PA_CONTEXT_NOFAILMarc-André Lureau2009-03-301-10/+31
|
* make interpol test more interesting by corking/uncorking multiple timesLennart Poettering2009-03-051-1/+16
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-0328-28/+28
|
* prepare test for tracking down ens1371 issueLennart Poettering2009-02-221-15/+12
|
* rework logging to make it more modularLennart Poettering2009-02-215-5/+5
|
* tell gcc to ignore invalid gtk header filesLennart Poettering2009-02-211-0/+2
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-02-204-4/+11
|\
| * tests/ipacl-test: check inet_pton()Marc-André Lureau2009-02-191-1/+2
| |
| * tests/thread-mainloop-test: check if threaded_mainloop_start() succeedMarc-André Lureau2009-02-191-1/+1
| |
| * tests/interpol-test: check if mainloop_start() succeedMarc-André Lureau2009-02-191-1/+2
| |
| * tests/sync-playback: check if pa_context_connect succeedMarc-André Lureau2009-02-191-1/+6
| |
* | add test tool for debugging broken timing in sound driversLennart Poettering2009-02-201-0/+200
|/
* make interpol-test useful for recording as wellLennart Poettering2009-02-191-4/+31
|
* Optionally disable IPv6Iain Hibbert2009-02-131-0/+4
| | | | Closes #79
* properly read icon/application name/display from gtk/glib/gdkLennart Poettering2009-02-131-0/+62
|
* beef up proplist test a bitLennart Poettering2009-02-041-2/+17
|
* allow passing of channel map on command line and hide unused slidersLennart Poettering2009-02-021-21/+47
|
* look for libpulse in multiple different placesLennart Poettering2009-02-021-1/+7
|
* Add a little Gtk test tool to show how balance/fade/value and the channel ↵Lennart Poettering2009-01-301-0/+227
| | | | volumes play together
* swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-271-4/+4
|
* add a simple abstraction for SIMD operationsLennart Poettering2009-01-231-0/+83
|
* use pthread_setaffinity_np() only when it is availableLennart Poettering2009-01-221-6/+10
|
* make rtstutter use pa_ncpus()Lennart Poettering2009-01-221-1/+2
|
* add api for manipulating volume balancesLennart Poettering2009-01-191-0/+29
|
* libpulse: add proplist_from_stringMarc-André Lureau2009-01-131-2/+9
|
* rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it isLennart Poettering2008-10-031-2/+2
| | | | useful only for software volumes
* add new API call pa_cvolume_snprint_dB()Lennart Poettering2008-10-031-0/+12
|
* when we mix into a 16bit accumulator make sure we clamp before we scale with ↵Lennart Poettering2008-10-021-2/+4
| | | | a volume to avoid range faults when multiplying
* Make the shared memory segment size configurableLennart Poettering2008-10-017-9/+9
| | | | | This is useful only on systems where memory overcommit is not available or disabled.
* add a generic priority queue implementationLennart Poettering2008-09-261-0/+44
|
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-081-1/+1
|
* fix misuse of return valueLennart Poettering2008-09-031-5/+1
|
* add missing config.h inclusionLennart Poettering2008-08-291-0/+4
|
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-1910-44/+47
|
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-099-10/+10
|
* rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-091-0/+109
|
* rename pa_hook_free() to pa_hook_done() since the hook struct is allocated ↵Lennart Poettering2008-08-031-1/+1
| | | | on the stack not via malloc
* rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap ↵Lennart Poettering2008-06-271-3/+3
| | | | nomenclatura
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to ↵Lennart Poettering2008-06-271-2/+3
| | | | allow prebuf=0
* add new API pa_channel_map_init_extend() to synthesize a channel map if ↵Lennart Poettering2008-06-181-1/+4
| | | | noone is known
* get rid of svn $ keywordsLennart Poettering2008-06-1831-62/+0
|
* merge Colin Guthrie's module-always-sink module, and add priorization to the ↵Lennart Poettering2008-06-111-5/+5
| | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add a small test program for pa_close_all()Lennart Poettering2008-05-181-0/+20
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2467 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix a minor compiler warningLennart Poettering2008-05-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2449 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge glitch-free branch back into trunkLennart Poettering2008-05-1517-66/+277
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2191 from prepare-0.9.10Lennart Poettering2008-03-311-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2206 fefdeb5f-60dc-0310-8127-8f9354f1896f