summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Make sure the header file is only included on linux (as this is a linux-onlyPierre Ossman2007-09-181-1/+4
| | * | NSIG is not defined by neither C99 nor POSIX so we can't rely on it.Pierre Ossman2007-09-181-2/+7
| | * | add LADSPA sink than can be piggy-backed ontop of another sinkLennart Poettering2007-09-173-1/+1176
| | * | print a message when we fall back on plughwLennart Poettering2007-09-171-0/+1
| | * | add a locale-independant pa_atof() implementationLennart Poettering2007-09-173-3/+61
| | * | hide sig2str-testLennart Poettering2007-09-170-0/+0
| | * | fall back to plughw: if hw: doesn't workLennart Poettering2007-09-171-15/+37
| | * | Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-177-21/+129
| | * | drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-1713-24/+22
| | * | once.c is no longer POSIX specific. Since it is now considerably more advance...Lennart Poettering2007-09-174-75/+3
| | * | on Linu disable lazy binding altogetherLennart Poettering2007-09-171-1/+17
| | * | add missing initializationLennart Poettering2007-09-171-1/+1
| | * | Add a special ltdl .so loader that avoids lazy frelocations during runtimeLennart Poettering2007-09-175-35/+197
| | * | use priority inheritance on mutexes where applicableLennart Poettering2007-09-1710-15/+48
| | * | add proper boolean type pa_bool_tLennart Poettering2007-09-1610-56/+83
| | * | use gcc const and pure function attributes wherever applicableLennart Poettering2007-09-1610-36/+73
| | * | add a new module module-remap-sink which can be used to remap the channel map...Lennart Poettering2007-09-162-1/+337
| | * | add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-1611-50/+94
| | * | split memblocks into multiples of the mempool tile sizeLennart Poettering2007-09-161-3/+6
| | * | add new API pa_mempool_block_size_max() to query the maximum tile sizeLennart Poettering2007-09-162-1/+9
| | * | * add a new resampler "copy" which is does not change sample rates but copies...Lennart Poettering2007-09-162-3/+67
| | * | properly define MAX/MIN macrosLennart Poettering2007-09-161-2/+7
| | * | add missing header file changes for frame alignment apisLennart Poettering2007-09-161-0/+4
| | * | be a little bit more elaborate on the reason why we drop to software volume c...Lennart Poettering2007-09-161-5/+6
| | * | add frame alignment APIs; don't require memory to be writable when silencing ...Lennart Poettering2007-09-161-2/+21
| | * | trivial typoLennart Poettering2007-09-151-1/+1
| | * | count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-157-7/+64
| | * | Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-146-30/+150
| | * | simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-1419-270/+180
| | * | explicitly destory TLS data before destroying TLSLennart Poettering2007-09-141-2/+8
| | * | add two new macros PA_ONCE_BEGIN and PA_ONCE_END which allow usage of pa_once...Lennart Poettering2007-09-142-19/+64
| | * | call dbus_shutdown() before exiting, to make valgrind output more usefulLennart Poettering2007-09-144-6/+13
| | * | fix two typos in reference count handlingLennart Poettering2007-09-142-2/+2
| | * | make newer gcc shut upLennart Poettering2007-09-142-3/+2
| | * | extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-1211-61/+139
| | * | add missing config.h inclusionLennart Poettering2007-09-121-0/+4
| | * | reindent, and s/assert/pa_assert/gLennart Poettering2007-09-121-57/+66
| | * | change pa_modargs_get_channel_map() to take an extra argument for specifying ...Lennart Poettering2007-09-123-7/+7
| | * | add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-128-27/+21
| | * | consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-1218-81/+89
| | * | on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit...Lennart Poettering2007-09-115-9/+134
| | * | remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-1159-724/+967
| | * | Rework core-error.c on top of PA_STATIC_TLS_DECLARE, the windows specific par...Lennart Poettering2007-09-111-154/+26
| | * | explcitly initialize tls memory to NULLLennart Poettering2007-09-111-1/+1
| | * | more modernizations, s/assert/pa_assert/gLennart Poettering2007-09-119-189/+387
| | * | finish modernizations in pulse/, s/assert/pa_assert/gLennart Poettering2007-09-115-133/+151
| | * | More s/assert/pa_assert/ modernizationsLennart Poettering2007-09-114-245/+271
| | * | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-1110-12/+18
| | * | port client libs to refcnt.hLennart Poettering2007-09-117-127/+129
| | * | add globally defined PA_PATH_SEP macro, replacing private per-file macrosLennart Poettering2007-09-115-29/+17