| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | add frame alignment APIs; don't require memory to be writable when silencing ... | Lennart Poettering | 2007-09-16 | 1 | -2/+21 |
| * | count corked streams per sink/source and make pa_sink_used_by() return only t... | Lennart Poettering | 2007-09-15 | 6 | -6/+63 |
| * | Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from... | Lennart Poettering | 2007-09-14 | 5 | -5/+131 |
| * | simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl... | Lennart Poettering | 2007-09-14 | 12 | -99/+115 |
| * | 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 |
| * | 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 | 3 | -44/+112 |
| * | 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 | 2 | -5/+5 |
| * | add new pa_pipe_close() API to close two fds at the same time | Lennart Poettering | 2007-09-12 | 3 | -2/+16 |
| * | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 8 | -55/+63 |
| * | on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit... | Lennart Poettering | 2007-09-11 | 2 | -5/+115 |
| * | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 45 | -672/+911 |
| * | 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 |
| * | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd... | Lennart Poettering | 2007-09-11 | 2 | -3/+9 |
| * | add globally defined PA_PATH_SEP macro, replacing private per-file macros | Lennart Poettering | 2007-09-11 | 2 | -5/+11 |
| * | 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 |
| * | unify static TLS support, make use of gcc __thread attribute if available | Lennart Poettering | 2007-09-10 | 5 | -29/+44 |
| * | 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 |
| * | document that the native amd64 atomic ops implementation is incomplete | Lennart Poettering | 2007-09-10 | 1 | -0/+2 |
| * | posix_madvise and posix_fadvise aren't present on all systems. | Pierre Ossman | 2007-09-10 | 3 | -3/+9 |
| * | Monotonic clock is optional so treat is as such. | Pierre Ossman | 2007-09-10 | 1 | -1/+5 |
| * | POSIX realtime clock functions are in time.h so make sure to include it. | Pierre Ossman | 2007-09-10 | 1 | -0/+1 |
| * | fix an assert when runnig module-oss in record only-mode. optimize allocation... | Lennart Poettering | 2007-09-06 | 1 | -9/+22 |
| * | fix copynpaste error | Lennart Poettering | 2007-09-06 | 1 | -1/+1 |
| * | update default config: | Lennart Poettering | 2007-09-06 | 1 | -0/+1 |
| * | add native amd64 atomic int implementation | Lennart Poettering | 2007-09-04 | 1 | -4/+83 |
| * | fix a couple of compiler warnings | Lennart Poettering | 2007-09-04 | 3 | -4/+5 |
| * | if available, use native gcc atomicity builtins | Lennart Poettering | 2007-09-04 | 1 | -9/+84 |
| * | add new API function pa_resample_method_supported() which tests whether a res... | Lennart Poettering | 2007-09-03 | 2 | -0/+24 |
| * | Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea... | Lennart Poettering | 2007-09-02 | 3 | -8/+21 |
| * | make argument to pa_memchunk_will_need() const | Lennart Poettering | 2007-09-02 | 2 | -3/+3 |
| * | make use of pa_memchunk_will_need() before handing sample cache audio to the ... | Lennart Poettering | 2007-09-02 | 1 | -0/+2 |
| * | add new pa_memchunk_will_need() API, similar to pa_memblock_will_need() | Lennart Poettering | 2007-09-02 | 2 | -0/+22 |
| * | add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macro | Lennart Poettering | 2007-09-02 | 2 | -13/+21 |
| * | add new pa_will_need() API for paging in memory | Lennart Poettering | 2007-09-02 | 2 | -0/+72 |
| * | make use of new memory page alignment macros, reindent | Lennart Poettering | 2007-09-02 | 1 | -36/+33 |
| * | add a couple of macros for memory page alignment | Lennart Poettering | 2007-09-02 | 1 | -1/+25 |