| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 3 | -11/+3 |
* | 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 |
* | minor optimization | Lennart Poettering | 2007-09-22 | 1 | -2/+3 |
* | prefix by order macros with PA_ | Lennart Poettering | 2007-09-22 | 7 | -92/+95 |
* | 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 |
* | allow _unlink() functions to be called as many times as people want, even bef... | Lennart Poettering | 2007-09-21 | 4 | -35/+87 |
* | add CLAMP macro | Lennart Poettering | 2007-09-21 | 1 | -1/+5 |
* | properly detach/attach when moving sink inputs | Lennart Poettering | 2007-09-20 | 1 | -0/+20 |
* | maintain the attach status in a boolean variable 'attach' accessible from the... | Lennart Poettering | 2007-09-20 | 6 | -89/+109 |
* | 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 | 8 | -97/+77 |
* | copy free_cb into a temporary variable first, to avoid compiler warning | Lennart Poettering | 2007-09-19 | 1 | -1/+2 |
* | 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 |
* | add new pa_socket_udp_low_delay() API | Lennart Poettering | 2007-09-18 | 2 | -1/+36 |
* | add two missing header file inclusions | Lennart Poettering | 2007-09-18 | 1 | -0/+1 |
* | make sure we don't call pa_source_post() for a monitor source after it was un... | Lennart Poettering | 2007-09-18 | 1 | -2/+2 |
* | If PTHREAD_PRIO_INHERIT mutexes are not available fall back to normal mutexes | Lennart Poettering | 2007-09-18 | 1 | -2/+22 |
* | port module-rtp-send.c to lock-free core | Lennart Poettering | 2007-09-18 | 1 | -1/+0 |
* | strtof() is a rather recent addition to C. Fall back to strtod() if it isn't | Pierre Ossman | 2007-09-18 | 1 | -0/+4 |
* | Emulate lrintf with simple truncation if it isn't available. | Pierre Ossman | 2007-09-18 | 1 | -0/+7 |
* | NSIG is not defined by neither C99 nor POSIX so we can't rely on it. | Pierre Ossman | 2007-09-18 | 1 | -2/+7 |
* | add a locale-independant pa_atof() implementation | Lennart Poettering | 2007-09-17 | 2 | -2/+60 |
* | Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ... | Lennart Poettering | 2007-09-17 | 3 | -18/+81 |
* | drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ... | Lennart Poettering | 2007-09-17 | 6 | -17/+15 |
* | once.c is no longer POSIX specific. Since it is now considerably more advance... | Lennart Poettering | 2007-09-17 | 2 | -69/+0 |
* | use priority inheritance on mutexes where applicable | Lennart Poettering | 2007-09-17 | 5 | -11/+28 |
* | 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 | 4 | -10/+29 |
* | add a "length" argument to the seek functions, as an optimization to request ... | Lennart Poettering | 2007-09-16 | 9 | -45/+89 |
* | 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 |
* | add frame alignment APIs; don't require memory to be writable when silencing ... | Lennart Poettering | 2007-09-16 | 1 | -2/+21 |