summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* - Change meaning of special values of latency request: 0 -> "minimal latency,...Lennart Poettering2008-04-224-17/+15
* properly initialize memblock->is_silence for imported memory blocks; make is_...Lennart Poettering2008-04-221-8/+7
* use the sink description instead of the name to choose the description for th...Lennart Poettering2008-04-201-4/+3
* rename sink_input->rewind to process_rewind() and set_max_rewind to update_ma...Lennart Poettering2008-04-209-41/+41
* Big pile of dependant changes:Lennart Poettering2008-04-2013-388/+746
* maintain a global silence memblock cacheLennart Poettering2008-04-202-0/+4
* increase the default pool size to 16MB because we now need to keep a lot more...Lennart Poettering2008-04-201-3/+3
* add new pa_pstream_get_shm() API, rename pa_pstream_use_shm() to pa_pstream_e...Lennart Poettering2008-04-202-27/+37
* remove debug messagesLennart Poettering2008-04-201-6/+6
* add new silence memblock caching subsystemLennart Poettering2008-04-202-45/+119
* add new API function pa_memchunk_memcpy()Lennart Poettering2008-04-202-0/+23
* the pointer to rewind() may actually be NULLLennart Poettering2008-04-142-4/+3
* properly ask the sink to rewind on new sink inputs and when they disappearLennart Poettering2008-04-141-3/+3
* make sure to clear all queued RT signals before arm a new timerLennart Poettering2008-04-141-2/+14
* add _cb suffix to _max_rewind function like with all other functions, tooLennart Poettering2008-04-141-2/+2
* add missing 'break's in switchLennart Poettering2008-04-111-0/+2
* s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/Lennart Poettering2008-04-1110-8/+12
* register sink/source name as first step when creating a new sink/source so th...Lennart Poettering2008-04-112-40/+36
* properly initialize ->memblockqLennart Poettering2008-04-111-0/+1
* add new pa_get_state_dir() function, move pa_strnull() hereLennart Poettering2008-04-112-1/+36
* fix help string for volume commandsLennart Poettering2008-04-111-4/+4
* 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