summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * explain why a rewind was requestedLennart Poettering2008-05-031-1/+5
| | * 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
| | * Fix typo: "now"->"not".Tanu Kaskinen2008-05-021-2/+2
| | * Fix setrlimit() return value comparsion.Tanu Kaskinen2008-05-021-1/+1
| | * 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
| | * add multiarch paths to default LADSPA search pathLennart Poettering2008-05-021-1/+1
| | * 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-0148-1197/+2373
| | * move unlinking code to operation_unlink()Lennart Poettering2008-05-011-14/+19
| | * some minor updatesLennart Poettering2008-05-011-12/+16
| | * 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-012-34/+5
| | * 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
| | * check for $PULSE_INTERNAL before enabling padspLennart Poettering2008-05-011-4/+3
| | * don't allow overwriting of callback pointers when we're already deadLennart Poettering2008-05-011-0/+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
| | * make check for $DISPLAY=="" more readable, pa_bool_tizationLennart Poettering2008-05-011-2/+5
| | * a bit of pa_bool_t'izationLennart Poettering2008-05-011-3/+3
| | * save errno before calling free()Lennart Poettering2008-05-011-0/+5
| | * define minimal and maximal wakeup/sleep times; check for underrun condition o...Lennart Poettering2008-04-232-10/+68
| | * fix size of requested_latencyLennart Poettering2008-04-231-1/+1
| | * fix build for auxiliary modulesLennart Poettering2008-04-238-27/+19
| | * add stripnul to buildLennart Poettering2008-04-231-1/+7
| | * Big pile of interdependant changes:Lennart Poettering2008-04-2313-300/+524
| | * add new tool 'stripnul' which can be used to drop leading zeros from a file w...Lennart Poettering2008-04-231-0/+72
| | * pa_bool_t'izationLennart Poettering2008-04-231-2/+2
| | * respect the resampler's maximum block size to avoid that we get kicked out of...Lennart Poettering2008-04-231-1/+8
| | * add missing header definitions for last commitLennart Poettering2008-04-231-0/+4
| | * add new function pa_alsa_build_pollfd() to alsa-util to unify a bit more comm...Lennart Poettering2008-04-231-0/+24
| | * unify code that fixes up buffering metricsLennart Poettering2008-04-231-157/+188
| | * drop a misplaced newlineLennart Poettering2008-04-231-1/+0
| | * do not fix automatic buffer attrs anymore, the new protocol version doesn't n...Lennart Poettering2008-04-232-50/+4
| | * * don't increase tsched_watermark on underrun without limits Lennart Poettering2008-04-222-167/+98
| | * show configure latency metricsLennart Poettering2008-04-221-2/+10
| | * some beautification updates, show msec instead of usec everywhereLennart Poettering2008-04-221-52/+58
| | * if no timer was armed, we don't need to disarm itLennart Poettering2008-04-221-7/+13
| | * if no latency was configure for a sink/source, fill in the max latency automa...Lennart Poettering2008-04-222-0/+6