summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it isLennart Poettering2008-10-031-2/+2
* 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
* Make the shared memory segment size configurableLennart Poettering2008-10-017-9/+9
* 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 on...Lennart Poettering2008-08-031-1/+1
* rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome...Lennart Poettering2008-06-271-3/+3
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-2/+3
* add new API pa_channel_map_init_extend() to synthesize a channel map if noone...Lennart Poettering2008-06-181-1/+4
* 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
* add a small test program for pa_close_all()Lennart Poettering2008-05-181-0/+20
* fix a minor compiler warningLennart Poettering2008-05-171-1/+1
* merge glitch-free branch back into trunkLennart Poettering2008-05-1517-66/+277
* merge r2191 from prepare-0.9.10Lennart Poettering2008-03-311-1/+1
* Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. FixesSjoerd Simons2008-01-041-0/+2
* add new property list implementationLennart Poettering2007-12-231-0/+61
* Add new subsystem for applying envelopes (such as volume ramps) to audio signalsLennart Poettering2007-11-241-0/+248
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-112-2/+93
* optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering2007-11-091-0/+261
* add support for 32bit integer samplesLennart Poettering2007-11-091-0/+27
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-2814-39/+768
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-271-14/+14
* drop unused variableLennart Poettering2007-05-221-1/+1
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-0419-142/+142
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-064-32/+13
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-264-13/+32
* Use platform independent sleep.Pierre Ossman2006-09-111-1/+2
* add pa_once testing codeLennart Poettering2006-09-091-0/+9
* add a test program for the free listLennart Poettering2006-09-091-0/+104
* remove yet another occurence of pthread_yield() by pa_thread_yield()Lennart Poettering2006-09-041-15/+3
* fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...Lennart Poettering2006-09-041-0/+2
* Also wrap yield functionality so that it can be platform independent.Pierre Ossman2006-08-311-3/+1
* add a threading primitive APILennart Poettering2006-08-291-0/+135
* make pa_mempool_stat thread-safe/lock-freeLennart Poettering2006-08-291-10/+10
* Add missing header.Pierre Ossman2006-08-241-0/+4
* add new test memblock-test for testing SHM import/exportLennart Poettering2006-08-181-0/+164
* update tests for new memory managerLennart Poettering2006-08-182-8/+19
* rework hook list stuff once again: change the callback prototype to recieve t...Lennart Poettering2006-08-131-9/+12
* rework hook list stuff again, and replace macros with real functins. We loose...Lennart Poettering2006-08-131-18/+14
* update hook list testLennart Poettering2006-08-121-2/+0
* implement typeafe hook chainLennart Poettering2006-08-121-0/+38
* Get ACL:s to work on Win32.Pierre Ossman2006-07-201-4/+21
* even more FreeBSD portability (thanks Flameeyes, again!)Lennart Poettering2006-07-201-0/+2