summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* allow on-the-fly deleting of hashmap entries wile we iterate through themLennart Poettering2008-05-292-13/+26
* never hand out more data from a sink input than requested. Otherwise the resa...Lennart Poettering2008-05-273-7/+8
* always expect name field in upload datagramLennart Poettering2008-05-271-4/+8
* fix esound proto to not crashLennart Poettering2008-05-271-1/+3
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-215-30/+77
* add O_NOCTTYLennart Poettering2008-05-211-1/+5
* add new functions pa_state_path()/pa_get_state_dir(), change return value of ...Lennart Poettering2008-05-212-13/+61
* fix daemon shutdown with active monitor streamsLennart Poettering2008-05-182-2/+0
* remove a misplaced assertLennart Poettering2008-05-181-1/+0
* fix pa_close_all() to make it actually work as advertisedLennart Poettering2008-05-181-11/+20
* add another assert to catch sleep time miscalculations easierLennart Poettering2008-05-171-0/+3
* link latency of monitor source to sinkLennart Poettering2008-05-172-0/+36
* add new function pa_source_set_latency_range(), fix type of requested_latencyLennart Poettering2008-05-172-1/+22
* only unref memblock if there is oneLennart Poettering2008-05-171-1/+2
* dump latency metrics for recording streams, tooLennart Poettering2008-05-171-1/+6
* fix peak detection pseudo resamplerLennart Poettering2008-05-171-6/+8
* merge glitch-free branch back into trunkLennart Poettering2008-05-1587-2500/+5980
* merge r2194 from prepare-0.9.10Lennart Poettering2008-03-311-22/+36
* merge r2192 from prepare-0.9.10Lennart Poettering2008-03-311-4/+4
* properly notify clients about suspended state when moving source output strea...Lennart Poettering2008-03-271-0/+1
* Double maximum sample size for some overly huge samples some distros shipLennart Poettering2008-03-271-1/+1
* Attempt to resolve the multilib conflicts by getting all the config filesLennart Poettering2008-03-271-2/+30
* add proper arm atomic ops support, patch from Jyri SarhaLennart Poettering2008-03-261-1/+230
* Clarify the explanation of the in_action field in pa_autoload_entry.Tanu Kaskinen2008-02-151-1/+1
* allow compilation on systems that lack POSIX shared memory. Patch from matthi...Lennart Poettering2008-02-151-1/+3
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-137-10/+22
* Don't send opcodes introduced in protocol versions 12 to clients using protocolSjoerd Simons2008-01-041-0/+12
* Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. FixesSjoerd Simons2008-01-041-0/+2
* convert argument to boolean value before passing it on to __builtin_expect in...Lennart Poettering2007-12-291-1/+1
* add API for resetting allocated resamplersLennart Poettering2007-12-232-7/+35
* wrap speex_resampler_reset_mem()Lennart Poettering2007-12-231-0/+2
* Increase the maximum line length of default.pa from 256 to 1024. Load command...Tanu Kaskinen2007-12-141-1/+1
* Add new subsystem for applying envelopes (such as volume ramps) to audio signalsLennart Poettering2007-11-242-0/+838
* add new pa_mutex_try_lock() APILennart Poettering2007-11-242-0/+13
* add new endianess macros for FLOAT32Lennart Poettering2007-11-241-0/+14
* make sure to create ~/.pulse before using any configuration file from itLennart Poettering2007-11-241-1/+8
* update speex resampler with newer snapshot from Speex SVNLennart Poettering2007-11-222-15/+66
* when speaking to a client with a version < 12, hide S32 sample specs, and mak...Lennart Poettering2007-11-211-18/+59
* - Check process name when dealing with PID filesLennart Poettering2007-11-2112-71/+528
* add a couple of new opcodes, and document the versions the opcodes where addedLennart Poettering2007-11-211-6/+25
* add API to allow runtime reconfiguration of memblockqsLennart Poettering2007-11-212-23/+78
* use a free list for allocating reply_info structsLennart Poettering2007-11-141-2/+8
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-135-7/+8
* fix loading of load-once modules if no other modules was loaded beforeLennart Poettering2007-11-131-1/+1
* pull code for starting helper processes out of module-gconf, clean it up, and...Lennart Poettering2007-11-112-0/+194
* add new function pa_strnull() to simplify passing null strings to non-linux p...Lennart Poettering2007-11-111-0/+4
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-114-68/+516
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-094-4/+44
* optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering2007-11-092-112/+459
* replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-092-5/+5