summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix up some double spacesMaarten Bosmans2011-03-182-2/+2
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-12/+6
* Various fixes for build warningsMaarten Bosmans2011-03-022-9/+3
* Include <time.h> where necessaryMaarten Bosmans2011-03-011-1/+1
* Revert "Add new subsystem for applying envelopes (such as volume ramps) to au...Arun Raghavan2011-02-281-243/+0
* tests/rtstutter: Use pa_rtclockMaarten Bosmans2011-02-171-22/+11
* Use pa_* instead of generic functions to improve portabilityMaarten Bosmans2011-02-172-12/+9
* Fix dependencies and include necessary headersMaarten Bosmans2011-02-171-0/+1
* Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-171-3/+7
* Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-171-6/+2
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
* alsa-time-test: make test usable for capture tooWim Taymans2010-09-071-16/+43
* tests: fix once testLennart Poettering2010-05-081-1/+1
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-075-9/+9
* virtual: document how to implement fixed block size filtersLennart Poettering2010-02-251-4/+0
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-251-12/+32
* build-sys: fix check for pthread_setaffinity_np()Lennart Poettering2010-02-211-1/+1
* tests: add pa_once_xxx() testLennart Poettering2010-01-131-0/+103
* poll() is totally broken on Mac OS XDaniel Mack2009-12-162-3/+3
* stripnul: initialize 'found' bool properly (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
* Merge commit 'wtay/optimize'Lennart Poettering2009-08-234-12/+0
|\
| * Get rid of liboilWim Taymans2009-08-204-12/+0
* | core: Add thread-safe group info functions with dynamic buffersTed Percival2009-08-221-0/+161
|/
* voltest: extend test to verify correctness of _multiply() and _divide()Lennart Poettering2009-08-191-1/+35
* volume: guarantee dB/linear conversion is reversibleLennart Poettering2009-08-141-0/+36
* mix-test: fix test for s24-32 samplesLennart Poettering2009-08-081-33/+41
* core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering2009-08-011-2/+23
* interpol-test: allow configuration of latencyLennart Poettering2009-07-241-27/+54
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-231-0/+4
|\
| * Make the rtstutter tests mostly pointless without CLOCK_REALTIME.Diego Elio 'Flameeyes' Pettenò2009-07-171-0/+4
* | daemon: before exec'ing ourselves, make sure nobody plays games with /proc/se...Lennart Poettering2009-07-201-2/+4
|/
* Implement mix-test for s24le and s24be sample formats.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+29
* Use static constants to keep the generated sample blocks.Diego Elio 'Flameeyes' Pettenò2009-06-291-46/+20
* Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it.Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+4
* rtclock: fix build after mergeLennart Poettering2009-06-221-0/+1
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-222-7/+6
|\
| * rtclock: fix issues found by LennartMarc-André Lureau2009-06-201-0/+1
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-202-7/+5
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-6/+0
|/
* rtstutter: increase log level by defaultLennart Poettering2009-06-071-0/+2
* modargs: introduce pa_modargs_get_proplist()Lennart Poettering2009-05-271-0/+14
* tests: show dB in volume-ui.pyLennart Poettering2009-05-221-3/+26
* resampler-test: add tests for 24bit sample formatsLennart Poettering2009-05-011-3/+62
* resampler-test: use global PA_FLOAT32_SWAP implementationLennart Poettering2009-05-011-8/+2
* memtrap: make installation of SIGBUS handler explicit to ease integration int...Lennart Poettering2009-04-211-0/+1
* memtrap: add new logic to trap and handle SIGBUSLennart Poettering2009-04-211-0/+69
* add a few missing initializationsv0.9.15Lennart Poettering2009-04-141-1/+1
* explcitly ignore return values of some functions marked with gcc's warn_unuse...Lennart Poettering2009-04-141-1/+1