| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rework module-combine again | Lennart Poettering | 2007-09-20 | 1 | -187/+245 |
* | maintain the attach status in a boolean variable 'attach' accessible from the... | Lennart Poettering | 2007-09-20 | 6 | -89/+109 |
* | render new data always in the master sink's thread, fixing missing locking | Lennart Poettering | 2007-09-19 | 1 | -65/+133 |
* | make sure we initialize thread private data before we move our ghost sink to ... | Lennart Poettering | 2007-09-19 | 1 | -3/+4 |
* | fix trivial typo | Lennart Poettering | 2007-09-19 | 1 | -1/+1 |
* | fix check for lrintf, make resample2.c again identical to upstream ffmpeg | Lennart Poettering | 2007-09-19 | 2 | -7/+11 |
* | make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always... | Lennart Poettering | 2007-09-19 | 16 | -119/+101 |
* | copy free_cb into a temporary variable first, to avoid compiler warning | Lennart Poettering | 2007-09-19 | 1 | -1/+2 |
* | fall back to plughw:, if hw: doesn't work, in the alsa source, too | Lennart Poettering | 2007-09-18 | 2 | -16/+42 |
* | properly release memblock always abd as soon as possible | Lennart Poettering | 2007-09-18 | 1 | -5/+6 |
* | make use of pa_bool_t on a few places where applicable; really start work_cb | Lennart Poettering | 2007-09-18 | 2 | -30/+30 |
* | lower SO_PRIORITY priority to 6, since this is the best we get without being ... | Lennart Poettering | 2007-09-18 | 1 | -1/+1 |
* | make rtp send socket low delay | Lennart Poettering | 2007-09-18 | 2 | -1/+3 |