summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* only post data into the monitor source when it is not suspendedLennart Poettering2007-09-241-2/+2
* * add new state changed hook for streamsLennart Poettering2007-09-243-0/+18
* fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu...Lennart Poettering2007-09-242-0/+10
* add hooks for name/description changes of sinks/source and streamsLennart Poettering2007-09-245-6/+22
* fix stream corking: ignore pa_sink_input() when we are in corked stateLennart Poettering2007-09-241-1/+4
* don't count streams using the monitor source in pa_sink_used_by(), because th...Lennart Poettering2007-09-242-9/+14
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-243-11/+3
* use O_NOFOLLOW when creating lock files, tooLennart Poettering2007-09-231-38/+41
* use O_NOFOLLOW when creating PID file, to avoid symlink vulnerabilityLennart Poettering2007-09-231-4/+8
* Added an assertion for the case when the sink programmer hasn't installed the...Tanu Kaskinen2007-09-231-1/+3
* Comment typo fix.Tanu Kaskinen2007-09-231-1/+1
* minor optimizationLennart Poettering2007-09-221-2/+3
* prefix by order macros with PA_Lennart Poettering2007-09-227-92/+95
* rework a couple of sample type converters, to actually workLennart Poettering2007-09-222-45/+16
* - rework volume adjustment code to not require fpLennart Poettering2007-09-221-43/+33
* fix selection of working formatLennart Poettering2007-09-221-60/+63
* make use of byte swap builtins of gcc if they are availableLennart Poettering2007-09-221-0/+11
* allow _unlink() functions to be called as many times as people want, even bef...Lennart Poettering2007-09-214-35/+87
* add CLAMP macroLennart Poettering2007-09-211-1/+5
* properly detach/attach when moving sink inputsLennart Poettering2007-09-201-0/+20
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-206-89/+109
* make sure we initialize thread private data before we move our ghost sink to ...Lennart Poettering2007-09-191-3/+4
* fix trivial typoLennart Poettering2007-09-191-1/+1
* fix check for lrintf, make resample2.c again identical to upstream ffmpegLennart Poettering2007-09-192-7/+11
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-198-97/+77
* copy free_cb into a temporary variable first, to avoid compiler warningLennart Poettering2007-09-191-1/+2
* make use of pa_bool_t on a few places where applicable; really start work_cbLennart Poettering2007-09-182-30/+30
* lower SO_PRIORITY priority to 6, since this is the best we get without being ...Lennart Poettering2007-09-181-1/+1
* add new pa_socket_udp_low_delay() APILennart Poettering2007-09-182-1/+36
* add two missing header file inclusionsLennart Poettering2007-09-181-0/+1
* make sure we don't call pa_source_post() for a monitor source after it was un...Lennart Poettering2007-09-181-2/+2
* If PTHREAD_PRIO_INHERIT mutexes are not available fall back to normal mutexesLennart Poettering2007-09-181-2/+22
* port module-rtp-send.c to lock-free coreLennart Poettering2007-09-181-1/+0
* strtof() is a rather recent addition to C. Fall back to strtod() if it isn'tPierre Ossman2007-09-181-0/+4
* Emulate lrintf with simple truncation if it isn't available.Pierre Ossman2007-09-181-0/+7
* NSIG is not defined by neither C99 nor POSIX so we can't rely on it.Pierre Ossman2007-09-181-2/+7
* add a locale-independant pa_atof() implementationLennart Poettering2007-09-172-2/+60
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-173-18/+81
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-176-17/+15
* once.c is no longer POSIX specific. Since it is now considerably more advance...Lennart Poettering2007-09-172-69/+0
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-175-11/+28
* add proper boolean type pa_bool_tLennart Poettering2007-09-169-56/+71
* use gcc const and pure function attributes wherever applicableLennart Poettering2007-09-164-10/+29
* add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-169-45/+89
* split memblocks into multiples of the mempool tile sizeLennart Poettering2007-09-161-3/+6
* add new API pa_mempool_block_size_max() to query the maximum tile sizeLennart Poettering2007-09-162-1/+9
* * add a new resampler "copy" which is does not change sample rates but copies...Lennart Poettering2007-09-162-3/+67
* properly define MAX/MIN macrosLennart Poettering2007-09-161-2/+7
* add missing header file changes for frame alignment apisLennart Poettering2007-09-161-0/+4
* add frame alignment APIs; don't require memory to be writable when silencing ...Lennart Poettering2007-09-161-2/+21