summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* fix up requested latency when we move a record streamLennart Poettering2008-05-151-3/+6
* fix moving of record streamsLennart Poettering2008-05-151-2/+14
* reduce malloc() usage when logging, to minimize the hit of logging in RT thre...Lennart Poettering2008-05-151-11/+13
* add pa_vsnprintf()Lennart Poettering2008-05-152-2/+19
* increase default mempool size, make mempool_slot an abstract struct because t...Lennart Poettering2008-05-152-33/+23
* increase shm size limit, modernizationsLennart Poettering2008-05-152-9/+11
* add PA_REFCNT_INIT_ZEROLennart Poettering2008-05-151-0/+3
* add pa_ulog2()Lennart Poettering2008-05-151-0/+11
* add pa_memblockq_get_nblocks()Lennart Poettering2008-05-152-0/+8
* fix braindead mistakeLennart Poettering2008-05-141-1/+1
* some fixes to make the esound protocol work on glitch-free againLennart Poettering2008-05-141-44/+88
* some fixes to make the simple protocol work on glitch-free againLennart Poettering2008-05-141-39/+87
* store peer name in native-protocol.peer propertyLennart Poettering2008-05-141-3/+2
* if zero is passed to pa_memblock_new() allocate largest memory block possible...Lennart Poettering2008-05-141-1/+3
* - Fix moving of sink inputs between sinksLennart Poettering2008-05-0911-249/+267
* make sure the smoother code can deal with incoming data that is out-of-order;...Lennart Poettering2008-05-092-59/+86
* fix some commentsLennart Poettering2008-05-081-2/+2
* double default asyncq sizeLennart Poettering2008-05-071-6/+2
* fix a memory leakLennart Poettering2008-05-071-1/+2
* make memchunk/memblockq streams work with glitch-freeLennart Poettering2008-05-072-12/+23
* beefup proplist handling for sound eventsLennart Poettering2008-05-071-7/+21
* update to new rewinding logicLennart Poettering2008-05-072-7/+4
* rework the rewinding logic once again, fixingLennart Poettering2008-05-072-72/+74
* when rewinding after the end of an underrun, make sure to rewind as much as w...Lennart Poettering2008-05-031-13/+15
* follow _unlink() changes from sink-inputLennart Poettering2008-05-031-6/+6
* send PA_SINK_MESSAGE_REMOVE_INPUT only when an asyncmsgq is available, reset ...Lennart Poettering2008-05-031-7/+8
* make sure to call sink->update_requested_latency() always when we change late...Lennart Poettering2008-05-032-6/+0
* don't require a module name when resolving a dl symbolLennart Poettering2008-05-031-3/+5
* only send PA_SINK_MESSAGE_SET_STATE if there's still an asyncmsqg around to d...Lennart Poettering2008-05-022-4/+6
* a few modernizationsLennart Poettering2008-05-022-28/+30
* reorderer a few thingsLennart Poettering2008-05-021-9/+9
* fix a compiler warningLennart Poettering2008-05-021-1/+1
* some modernizationsLennart Poettering2008-05-022-16/+23
* don't enable prebuffering if we just call is_readable()Lennart Poettering2008-05-021-2/+11
* Yes, yet another evil all-in-one commit of intervowen changes. I suck.Lennart Poettering2008-05-0118-383/+904
* parse boolean parameters as boolean instead of int wherever applicable. add n...Lennart Poettering2008-05-012-18/+50
* install gccmacro.h properly, drop unused core-def.h fileLennart Poettering2008-05-011-29/+0
* change pa_rtpoll_set_timer_absolute() to take a pa_usec_t instead of struct t...Lennart Poettering2008-05-012-4/+3
* save and restore errno in log functionsLennart Poettering2008-05-011-1/+7
* minor reformatLennart Poettering2008-05-011-1/+3
* port pa_sample_clamp() to liboilLennart Poettering2008-05-011-6/+2
* add new function pa_sample_clamp()Lennart Poettering2008-05-012-0/+33
* strip CRLF line breaks from read CLI commands. This should fix the cli interf...Lennart Poettering2008-05-011-1/+1
* * Increase history set to 64 to simplify reduction of indexesLennart Poettering2008-05-011-32/+42
* fix size of requested_latencyLennart Poettering2008-04-231-1/+1
* Big pile of interdependant changes:Lennart Poettering2008-04-238-46/+248
* respect the resampler's maximum block size to avoid that we get kicked out of...Lennart Poettering2008-04-231-1/+8
* unify code that fixes up buffering metricsLennart Poettering2008-04-231-157/+188
* drop a misplaced newlineLennart Poettering2008-04-231-1/+0
* show configure latency metricsLennart Poettering2008-04-221-2/+10