summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.c
Commit message (Expand)AuthorAgeFilesLines
* alsa,core: include mapping name in description stringsLennart Poettering2009-06-181-15/+20
* core: be a bit more verbose when registering a sink/source failsLennart Poettering2009-06-181-0/+1
* alsa: rework mixer logicLennart Poettering2009-06-171-12/+132
* prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-081-0/+17
* core: replace tabs by spacesLennart Poettering2009-06-081-31/+31
* core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-081-1/+5
* optimization: Optimized pa_sink_render_full.Jyri Sarha2009-06-071-3/+2
* core: monitor sources need to inherit the suspend cause from their sinksLennart Poettering2009-06-061-2/+5
* core: suppress suspending/resume when we are already in the right stateLennart Poettering2009-06-061-0/+3
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-3/+13
* core: automatically add icons for headsets/headphones/speakers for devicesLennart Poettering2009-05-131-0/+15
* core: Take samples from silence cache rather than write zerosJyri Sarha2009-05-091-10/+22
* core: optimize pa_sink_render_full()Jyri Sarha2009-05-081-5/+73
* core: liberalize 99a6a4 a bitLennart Poettering2009-05-081-6/+10
* core: cache requested latency only when we are running, not while we are stil...Lennart Poettering2009-05-081-2/+5
* core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...Lennart Poettering2009-05-081-22/+17
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-081-0/+16
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-16/+26
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-101-8/+17
* core: memory leak, fix ref counting when moving streamsLennart Poettering2009-04-101-1/+5
* introduce relative_volume field in sink_input and make use of it on sink flat...Lennart Poettering2009-04-081-30/+29
* after propagating a sink volume change to the sink inputs recalculate their s...Lennart Poettering2009-04-071-25/+54
* we need to make our multiplications with linear valuesLennart Poettering2009-04-071-10/+10
* reduce number of conversions to/from linear volumesLennart Poettering2009-04-071-2/+13
* If the sink volume is lowered to 0 and then increased again, make sure all st...Lennart Poettering2009-04-071-2/+6
* add suspend_within_thread() callbacks to pa_sink_input/pa_source_outputLennart Poettering2009-04-071-1/+15
* introduce pa_{sink|source}_get_latency_within_thread()Lennart Poettering2009-04-051-0/+26
* Use pa_source_set_max_rewind_within_thread() for updating the monitor source'...Lennart Poettering2009-03-301-1/+1
* copy latency flags from sink to monitor sourceLennart Poettering2009-03-251-1/+7
* simplify things and make sure timing setters can be called in most contextsLennart Poettering2009-03-251-18/+17
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-251-0/+10
* get rid of 'default' min/max latencies, simplify things by just having absolu...Lennart Poettering2009-03-251-11/+4
* Allow calling pa_{sink|source}_update_proplist() without an actual proprlistLennart Poettering2009-03-241-3/+2
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-2/+32
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-241-12/+19
* add functions that modules can call whenever they now the volume changedLennart Poettering2009-03-211-0/+26
* deduce a proper icon for TV setsLennart Poettering2009-03-191-0/+2
* try more things to get a proper icon for sinks/sourcesLennart Poettering2009-03-041-1/+14
* fix handling of _suspend_all(), return first failure error codeLennart Poettering2009-03-041-2/+6
* make suspend state of monitor source follow the suspend state of the sink it ...Lennart Poettering2009-03-041-0/+3
* document more closely from which context certain functions may be calledLennart Poettering2009-03-041-3/+5
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add logic for initializing a useful icon nameLennart Poettering2009-03-011-0/+69
* additional validity checkLennart Poettering2009-02-191-0/+3
* call _kill functions instead of _unlink since the latter should only be calle...Lennart Poettering2009-02-121-2/+2
* Merge commit 'elmarco/bt-wip'Lennart Poettering2009-02-121-2/+4
|\
| * pulsecore: add PA_CORE_HOOK_*_MOVE_FAILMarc-André Lureau2009-02-111-2/+4
* | add a 'volume factor' that is implicitly multiplied into the volume of a sink...Lennart Poettering2009-02-051-0/+1
|/
* make a few functions return void where the retval isn't used/never != 0Lennart Poettering2009-02-031-2/+1
* implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-031-6/+9