summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* 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
* count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-156-6/+63
* Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-145-5/+131
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-1412-99/+115
* explicitly destory TLS data before destroying TLSLennart Poettering2007-09-141-2/+8
* add two new macros PA_ONCE_BEGIN and PA_ONCE_END which allow usage of pa_once...Lennart Poettering2007-09-142-19/+64
* fix two typos in reference count handlingLennart Poettering2007-09-142-2/+2
* make newer gcc shut upLennart Poettering2007-09-142-3/+2
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-123-44/+112
* reindent, and s/assert/pa_assert/gLennart Poettering2007-09-121-57/+66
* change pa_modargs_get_channel_map() to take an extra argument for specifying ...Lennart Poettering2007-09-122-5/+5
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-123-2/+16
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-128-55/+63
* on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit...Lennart Poettering2007-09-112-5/+115
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-1145-672/+911
* Rework core-error.c on top of PA_STATIC_TLS_DECLARE, the windows specific par...Lennart Poettering2007-09-111-154/+26
* explcitly initialize tls memory to NULLLennart Poettering2007-09-111-1/+1
* more modernizations, s/assert/pa_assert/gLennart Poettering2007-09-119-189/+387
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-112-3/+9