| Commit message (Expand) | Author | Age | Files | Lines |
* | add proper boolean type pa_bool_t | Lennart Poettering | 2007-09-16 | 9 | -56/+71 |
* | use gcc const and pure function attributes wherever applicable | Lennart Poettering | 2007-09-16 | 10 | -36/+73 |
* | add a new module module-remap-sink which can be used to remap the channel map... | Lennart Poettering | 2007-09-16 | 2 | -1/+337 |
* | add a "length" argument to the seek functions, as an optimization to request ... | Lennart Poettering | 2007-09-16 | 11 | -50/+94 |
* | split memblocks into multiples of the mempool tile size | Lennart Poettering | 2007-09-16 | 1 | -3/+6 |
* | add new API pa_mempool_block_size_max() to query the maximum tile size | Lennart Poettering | 2007-09-16 | 2 | -1/+9 |
* | * add a new resampler "copy" which is does not change sample rates but copies... | Lennart Poettering | 2007-09-16 | 2 | -3/+67 |
* | properly define MAX/MIN macros | Lennart Poettering | 2007-09-16 | 1 | -2/+7 |
* | add missing header file changes for frame alignment apis | Lennart Poettering | 2007-09-16 | 1 | -0/+4 |
* | be a little bit more elaborate on the reason why we drop to software volume c... | Lennart Poettering | 2007-09-16 | 1 | -5/+6 |
* | add frame alignment APIs; don't require memory to be writable when silencing ... | Lennart Poettering | 2007-09-16 | 1 | -2/+21 |
* | trivial typo | Lennart Poettering | 2007-09-15 | 1 | -1/+1 |
* | count corked streams per sink/source and make pa_sink_used_by() return only t... | Lennart Poettering | 2007-09-15 | 7 | -7/+64 |
* | Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from... | Lennart Poettering | 2007-09-14 | 6 | -30/+150 |
* | simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl... | Lennart Poettering | 2007-09-14 | 19 | -270/+180 |
* | explicitly destory TLS data before destroying TLS | Lennart Poettering | 2007-09-14 | 1 | -2/+8 |
* | add two new macros PA_ONCE_BEGIN and PA_ONCE_END which allow usage of pa_once... | Lennart Poettering | 2007-09-14 | 2 | -19/+64 |
* | call dbus_shutdown() before exiting, to make valgrind output more useful | Lennart Poettering | 2007-09-14 | 3 | -5/+12 |
* | fix two typos in reference count handling | Lennart Poettering | 2007-09-14 | 2 | -2/+2 |
* | make newer gcc shut up | Lennart Poettering | 2007-09-14 | 2 | -3/+2 |
* | extend rtpoll API to allow registration of arbitray functions to be executed ... | Lennart Poettering | 2007-09-12 | 11 | -61/+139 |
* | add missing config.h inclusion | Lennart Poettering | 2007-09-12 | 1 | -0/+4 |
* | reindent, and s/assert/pa_assert/g | Lennart Poettering | 2007-09-12 | 1 | -57/+66 |
* | change pa_modargs_get_channel_map() to take an extra argument for specifying ... | Lennart Poettering | 2007-09-12 | 3 | -7/+7 |
* | add new pa_pipe_close() API to close two fds at the same time | Lennart Poettering | 2007-09-12 | 8 | -27/+21 |
* | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 18 | -81/+89 |
* | on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit... | Lennart Poettering | 2007-09-11 | 5 | -9/+134 |
* | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 59 | -724/+967 |
* | Rework core-error.c on top of PA_STATIC_TLS_DECLARE, the windows specific par... | Lennart Poettering | 2007-09-11 | 1 | -154/+26 |
* | explcitly initialize tls memory to NULL | Lennart Poettering | 2007-09-11 | 1 | -1/+1 |
* | more modernizations, s/assert/pa_assert/g | Lennart Poettering | 2007-09-11 | 9 | -189/+387 |
* | finish modernizations in pulse/, s/assert/pa_assert/g | Lennart Poettering | 2007-09-11 | 5 | -133/+151 |
* | More s/assert/pa_assert/ modernizations | Lennart Poettering | 2007-09-11 | 4 | -245/+271 |
* | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd... | Lennart Poettering | 2007-09-11 | 10 | -12/+18 |
* | port client libs to refcnt.h | Lennart Poettering | 2007-09-11 | 7 | -127/+129 |
* | add globally defined PA_PATH_SEP macro, replacing private per-file macros | Lennart Poettering | 2007-09-11 | 5 | -29/+17 |
* | add missing config.h includes | Lennart Poettering | 2007-09-11 | 3 | -0/+12 |
* | Instead of including config.h from header files, check whether PACKAGE is def... | Lennart Poettering | 2007-09-11 | 5 | -9/+13 |
* | more s/assert/pa_assert/ modernizations | Lennart Poettering | 2007-09-11 | 6 | -125/+132 |
* | unify static TLS support, make use of gcc __thread attribute if available | Lennart Poettering | 2007-09-10 | 6 | -32/+47 |
* | s/assert/pa_assert/ modernizations | Lennart Poettering | 2007-09-10 | 1 | -19/+31 |
* | add new API pa_threaded_mainloop_in_thread(), update test case for it | Lennart Poettering | 2007-09-10 | 3 | -6/+16 |
* | simple modernizations: s/assert/pa_assert | Lennart Poettering | 2007-09-10 | 8 | -61/+83 |
* | make sure we send each memblock only once when recording, not twice | Lennart Poettering | 2007-09-10 | 1 | -2/+1 |
* | minor cleanup | Lennart Poettering | 2007-09-10 | 2 | -2/+1 |
* | make the memchunk writeable before silencing it | Lennart Poettering | 2007-09-10 | 1 | -0/+1 |
* | beef up comment | Lennart Poettering | 2007-09-10 | 1 | -1/+3 |
* | make sure that the device volume is properly read before we call pa_sink_put(... | Lennart Poettering | 2007-09-10 | 1 | -2/+2 |
* | document that the native amd64 atomic ops implementation is incomplete | Lennart Poettering | 2007-09-10 | 1 | -0/+2 |
* | don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i... | Lennart Poettering | 2007-09-10 | 1 | -1/+1 |