summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* show maximum usable slot sizeLennart Poettering2009-01-121-2/+3
* add a few missing parensLennart Poettering2009-01-121-9/+9
* Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flagsLennart Poettering2009-01-122-3/+11
* make sure we don't hit an assert when we issue two rewind requests in aLennart Poettering2009-01-121-17/+25
* introduce new function pa_module_unload_request_by_indexLennart Poettering2009-01-122-2/+14
* Don't mix front-center into rear channelsLennart Poettering2009-01-121-3/+93
* Check if environ is actually set before we use itLennart Poettering2009-01-121-14/+21
* make shm marker architecture independant, patch from michich, closes #401Lennart Poettering2008-11-011-4/+4
* make sure to use 64bit rounding even on 32bit machines when converting to pa_...Lennart Poettering2008-10-241-3/+3
* fix buildLennart Poettering2008-10-231-1/+1
* make the debug trap macro a proper macro in macro.hLennart Poettering2008-10-231-0/+6
* include log.h near the end so that macro.h can be included in log.h and defin...Lennart Poettering2008-10-231-1/+3
* convert argument to boolean int in PA_UNLIKELY, tooLennart Poettering2008-10-231-1/+1
* fix invalid validity checkLennart Poettering2008-10-231-1/+1
* always check for libtool prefix binary name to avoid confusion when using bot...Lennart Poettering2008-10-231-2/+2
* Fix a potential C++/C99 ism, add a log message on error conditionColin Guthrie2008-10-231-2/+5
* if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ...Lennart Poettering2008-10-231-2/+3
* use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...Lennart Poettering2008-10-232-2/+2
* instead of resetting virtual_volume unconditionally on initialization, do so ...Lennart Poettering2008-10-231-1/+3
* make sure we send a started messages when we are uncorkingLennart Poettering2008-10-062-0/+7
* disable valgrind macro usage for now since valgrind generates a lot of spurio...Lennart Poettering2008-10-051-7/+11
* do not cleanup staticly allocated memory unless we are in valgrind modeLennart Poettering2008-10-043-0/+9
* add new API function pa_in_valgrind() to check forLennart Poettering2008-10-042-0/+28
* allow - in sample namesLennart Poettering2008-10-032-12/+20
* make a few casts explicit to remove compiler warningsLennart Poettering2008-10-031-2/+2
* a bit of late pa_bool_t'izationLennart Poettering2008-10-032-2/+2
* 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