summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* user lrint() and friends in inner loops instead of normal C casts to speed up...Lennart Poettering2008-10-034-12/+12
* use PA_FLOAT32_SWAP where usefulLennart Poettering2008-10-031-8/+4
* optimize mixing routines a bit by pulling the multiplication with the global ...Lennart Poettering2008-10-031-112/+85
* when we mix into a 16bit accumulator make sure we clamp before we scale with ...Lennart Poettering2008-10-021-4/+4
* make simple protocol not crash when allocating a memory blockLennart Poettering2008-10-021-4/+8
* PA_WARN_REFERENCE works only for ELF targetsLennart Poettering2008-10-011-1/+1
* remove useless log message, re #367Lennart Poettering2008-10-011-1/+0
* a few FreeBSD fixes, from alexisLennart Poettering2008-10-013-2/+4
* Make the shared memory segment size configurableLennart Poettering2008-10-016-9/+42
* have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
* fix compilation errors in priority queue codeLennart Poettering2008-09-272-3/+4
* add a generic priority queue implementationLennart Poettering2008-09-262-0/+319
* make pa_idxset_trivial_compare_func() do a full compare instea of just equaki...Lennart Poettering2008-09-261-1/+1
* make sure ~/.pulse exists before we create the runtime dir link beneath itLennart Poettering2008-09-121-3/+8
* make sure peaks resampler also works for very short input buffersLennart Poettering2008-09-091-11/+20
* unbreak pa_idxset_rrobinLennart Poettering2008-09-091-2/+1
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-082-0/+362
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-056-7/+16
* include build and runtime host information in debug outputLennart Poettering2008-09-052-0/+9
* if we are exiting due to idleness, say soLennart Poettering2008-09-051-0/+1
* command_get_info() segv in some conditionsMarc-André Lureau2008-09-031-1/+1
* Implement "early requests" mode.Lennart Poettering2008-09-031-34/+138
* Rework pa_machine_id() a bitLennart Poettering2008-09-031-10/+27
* avoid rounding errors on requested buffering metricsLennart Poettering2008-09-011-11/+18
* output relative timestamps in addition to absolute timestamps when loggingLennart Poettering2008-09-011-4/+14
* remove a few more gcc warningsLennart Poettering2008-08-306-10/+10
* fix a few compiler warnings on older gccLennart Poettering2008-08-295-6/+6
* reword amd64 messageLennart Poettering2008-08-291-1/+1
* change default log level for the library to PA_LOG_ERROR to avoid spamming to...Lennart Poettering2008-08-291-1/+1
* downgrade a few messagesLennart Poettering2008-08-291-4/+4
* the native atomic ops implementation for amd64 seems to work fineLennart Poettering2008-08-291-3/+3
* Change return value of cmpxchg atomic op to pa_bool_tLennart Poettering2008-08-291-14/+16
* optionally add timestampts to every line loggedLennart Poettering2008-08-292-9/+32
* fix up latency before calling into stream code, to make sure we don't ask for...Lennart Poettering2008-08-294-13/+16
* rework pa_ulog2 and base it on __builtin_clz if available, make pa_make_power...Lennart Poettering2008-08-291-15/+21
* add byte-to-usec and usec-to-byte converters that round up, not downLennart Poettering2008-08-282-0/+36
* call close() in a loop to catch EINTRLennart Poettering2008-08-261-1/+9
* add a few missing castsLennart Poettering2008-08-205-12/+12
* use final glibc eventfd() instead of our homegrown syscall invocationsLennart Poettering2008-08-191-37/+13
* rework cpu limit logic to use monotonic instead of wall clock timeLennart Poettering2008-08-191-0/+1
* simplify pa_start_child_for_read by using pa_close_all()/pa_reset_sigs()/pa_u...Lennart Poettering2008-08-191-57/+3
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-1937-326/+346
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-08-181-1/+1
|\
| * Create a new macro for checking compiler support for TLS.Diego 'Flameeyes' Pettenò2008-08-081-1/+1
* | a few modernizationsLennart Poettering2008-08-181-6/+6
* | add some code to make invalid valgrind warnings go awayLennart Poettering2008-08-181-1/+13
* | allow clients to not specify the volume for their streamsLennart Poettering2008-08-181-3/+13
* | rework validity checking of sink/source/... namesLennart Poettering2008-08-181-18/+43
* | save a bit of memoryLennart Poettering2008-08-184-26/+29
* | pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-133-12/+12