summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* fix packet formatting for a few commandsLennart Poettering2008-04-111-9/+10
* mark shm marker struct as packed, to guarantee identical sizes between archsLennart Poettering2008-04-111-2/+4
* make shm magic marker compat with multiarch systems where 64bit and 32bit pro...Lennart Poettering2008-04-111-4/+4
* don't fail if a signalled writability of STDOUT is no longer true when we try...Lennart Poettering2008-04-111-0/+7
* update list-xxx commands a bitLennart Poettering2008-04-111-10/+10
* don't print 'signal' each time a rtpoll poll() call is canceledLennart Poettering2008-04-111-1/+1
* fix linker warning macro code, move pa_strnull() to core-util.h, move PA_LIKE...Lennart Poettering2008-04-111-9/+15
* don't use fqdn if we don't have toLennart Poettering2008-04-111-1/+1
* add new API pa_rtclock_from_wallclock()Lennart Poettering2008-04-112-0/+23
* fix proplist serializationLennart Poettering2008-04-112-9/+7
* move gccmacro from pulsecore/ to pulse/Lennart Poettering2008-04-111-90/+0
* add new describe-module CLI commandLennart Poettering2008-04-091-0/+41
* implement server side of new sink/source reconfiguration commandsLennart Poettering2008-04-091-15/+27
* show configured latency and its rangesLennart Poettering2008-04-091-0/+4
* export both min and max latency that is configured for a sink; add API for qu...Lennart Poettering2008-04-096-15/+104
* fix bug where we silently dropped data that didn't fit into one mempool tileLennart Poettering2008-04-071-18/+27
* drop support for periodic timers, cleanup code a bitLennart Poettering2008-04-042-47/+6
* - deprecate autoload stuffLennart Poettering2008-04-0317-69/+215
* catch up with trunk HEAD (i.e. 2118:2213)Lennart Poettering2008-03-316-30/+302
* commit glitch-free workLennart Poettering2008-03-1550-1165/+2848
* 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
* remove PA_CLAMP_LIKELY macro because it doesn't really make sense.Lennart Poettering2007-11-091-1/+3
* add support for 32bit integer samplesLennart Poettering2007-11-097-9/+250
* fix CLAMP_LIKELY/UNLIKELY definitionLennart Poettering2007-11-092-4/+4