| Commit message (Expand) | Author | Age | Files | Lines |
* | Move request size handling into pa_memblockq, function pa_memblockq_pop_missi... | Lennart Poettering | 2007-10-01 | 2 | -31/+108 |
* | Fix race condition between IO thread creation and pa_sink_put(). Move activat... | Lennart Poettering | 2007-10-01 | 7 | -102/+158 |
* | fix trivial typo | Lennart Poettering | 2007-10-01 | 1 | -1/+1 |
* | fix silence initializer for alaw and ulaw | Lennart Poettering | 2007-10-01 | 1 | -2/+4 |
* | Fixed PA_GCC_CONST definition. | Tanu Kaskinen | 2007-09-30 | 1 | -2/+2 |
* | Update module-solaris to new structure. | Pierre Ossman | 2007-09-28 | 2 | -307/+395 |
* | treat timer_enabled like a real, grown-up boolean variable | Lennart Poettering | 2007-09-28 | 1 | -3/+3 |
* | rework module-combine once again. We now run the data generation always in a ... | Lennart Poettering | 2007-09-28 | 1 | -336/+208 |
* | Move the poll() call outside the #ifdef checking for ppoll, since we want the... | Lennart Poettering | 2007-09-28 | 1 | -61/+60 |
* | use the full range of RTSIGS for our stuff | Lennart Poettering | 2007-09-28 | 1 | -10/+10 |
* | Allocate rtsigs from back to front, to avoid clashes with other libraries mak... | Lennart Poettering | 2007-09-28 | 1 | -12/+13 |
* | only do IO if we are RUNNING or IDLE, but not when we are in INIT | Lennart Poettering | 2007-09-28 | 1 | -2/+2 |
* | Incorrectly used str2sig() instead of sig2str(). | Pierre Ossman | 2007-09-28 | 1 | -1/+1 |
* | don't free silence memblocks that don't exist | Lennart Poettering | 2007-09-28 | 1 | -3/+4 |
* | speed up semaphore allocation with an flist | Lennart Poettering | 2007-09-28 | 1 | -7/+14 |
* | Use Linux eventfd() if kernel supports it | Lennart Poettering | 2007-09-26 | 1 | -19/+100 |
* | fix build with compilers that lack __thread | Lennart Poettering | 2007-09-26 | 1 | -1/+1 |
* | make sure when can shutdown PA cleanly without segfault | Lennart Poettering | 2007-09-25 | 1 | -1/+1 |
* | work around newest open() magic in fedora glibc | Lennart Poettering | 2007-09-25 | 1 | -24/+35 |
* | fix make dist | Lennart Poettering | 2007-09-25 | 1 | -2/+2 |
* | fix suspending in module-combine.c | Lennart Poettering | 2007-09-24 | 1 | -4/+4 |
* | * decouple suspending of monitor sources and their sinks | Lennart Poettering | 2007-09-24 | 1 | -13/+48 |
* | only post data into the monitor source when it is not suspended | Lennart Poettering | 2007-09-24 | 1 | -2/+2 |
* | * add new state changed hook for streams | Lennart Poettering | 2007-09-24 | 3 | -0/+18 |
* | fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu... | Lennart Poettering | 2007-09-24 | 2 | -0/+10 |
* | rework zeroconf service publishing, to use synchronous hooks instead of async... | Lennart Poettering | 2007-09-24 | 1 | -340/+198 |
* | add hooks for name/description changes of sinks/source and streams | Lennart Poettering | 2007-09-24 | 5 | -6/+22 |
* | fix stream corking: ignore pa_sink_input() when we are in corked state | Lennart Poettering | 2007-09-24 | 1 | -1/+4 |
* | don't count streams using the monitor source in pa_sink_used_by(), because th... | Lennart Poettering | 2007-09-24 | 2 | -9/+14 |
* | drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were... | Lennart Poettering | 2007-09-24 | 12 | -214/+196 |
* | instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the... | Lennart Poettering | 2007-09-23 | 3 | -192/+290 |
* | use O_NOFOLLOW when creating lock files, too | Lennart Poettering | 2007-09-23 | 1 | -38/+41 |
* | use O_NOFOLLOW when creating PID file, to avoid symlink vulnerability | Lennart Poettering | 2007-09-23 | 1 | -4/+8 |
* | Added an assertion for the case when the sink programmer hasn't installed the... | Tanu Kaskinen | 2007-09-23 | 1 | -1/+3 |
* | Comment typo fix. | Tanu Kaskinen | 2007-09-23 | 1 | -1/+1 |
* | Fix the assignment of control values by using the right variable for indexing. | Tanu Kaskinen | 2007-09-22 | 1 | -1/+1 |
* | Correct the parameter positions with the pa_cvolume_set() call. | Tanu Kaskinen | 2007-09-22 | 1 | -1/+1 |
* | minor optimization | Lennart Poettering | 2007-09-22 | 1 | -2/+3 |
* | include the name of the master sink in the name for piggy-backed virtual sinks | Lennart Poettering | 2007-09-22 | 2 | -23/+30 |
* | prefix by order macros with PA_ | Lennart Poettering | 2007-09-22 | 8 | -93/+96 |
* | rework a couple of sample type converters, to actually work | Lennart Poettering | 2007-09-22 | 2 | -45/+16 |
* | - rework volume adjustment code to not require fp | Lennart Poettering | 2007-09-22 | 1 | -43/+33 |
* | fix selection of working format | Lennart Poettering | 2007-09-22 | 1 | -60/+63 |
* | make use of byte swap builtins of gcc if they are available | Lennart Poettering | 2007-09-22 | 1 | -0/+11 |
* | add test program for the resampler | Lennart Poettering | 2007-09-22 | 2 | -4/+237 |
* | allow _unlink() functions to be called as many times as people want, even bef... | Lennart Poettering | 2007-09-21 | 4 | -35/+87 |
* | clamp sample data to -1 .. 1, before passing it to the plugin; if a control p... | Lennart Poettering | 2007-09-21 | 1 | -33/+123 |
* | add CLAMP macro | Lennart Poettering | 2007-09-21 | 1 | -1/+5 |
* | don't segfault when the master changes | Lennart Poettering | 2007-09-20 | 1 | -15/+9 |
* | properly detach/attach when moving sink inputs | Lennart Poettering | 2007-09-20 | 1 | -0/+20 |