summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add proper boolean type pa_bool_tLennart Poettering2007-09-169-56/+71
* 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-143-5/+12
* 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
* add missing config.h includesLennart Poettering2007-09-113-0/+12
* Instead of including config.h from header files, check whether PACKAGE is def...Lennart Poettering2007-09-115-9/+13
* more s/assert/pa_assert/ modernizationsLennart Poettering2007-09-116-125/+132
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-106-32/+47
* s/assert/pa_assert/ modernizationsLennart Poettering2007-09-101-19/+31
* add new API pa_threaded_mainloop_in_thread(), update test case for itLennart Poettering2007-09-103-6/+16
* simple modernizations: s/assert/pa_assertLennart Poettering2007-09-108-61/+83
* make sure we send each memblock only once when recording, not twiceLennart Poettering2007-09-101-2/+1
* minor cleanupLennart Poettering2007-09-102-2/+1
* make the memchunk writeable before silencing itLennart Poettering2007-09-101-0/+1
* beef up commentLennart Poettering2007-09-101-1/+3
* make sure that the device volume is properly read before we call pa_sink_put(...Lennart Poettering2007-09-101-2/+2
* document that the native amd64 atomic ops implementation is incompleteLennart Poettering2007-09-101-0/+2
* don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i...Lennart Poettering2007-09-101-1/+1