summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.c
Commit message (Expand)AuthorAgeFilesLines
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-58/+935
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-0/+92
* core: Suspend monitor when a sink enters passthrough modeArun Raghavan2011-05-021-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-16/+16
* core: Added new hooks: PA_CORE_HOOK_SOURCE_PORT_CHANGED and PA_CORE_HOOK_SINK...Kim Therkelsen2011-02-251-0/+2
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+1
* suspend: Do not assert when checking for device suspended status and a stream...Colin Guthrie2010-10-011-1/+8
* core: always allow volume setting with single-channel pa_cvolumeLennart Poettering2009-08-311-3/+10
* core: initialize sink/source priorities automatically based on their proplistsLennart Poettering2009-08-291-0/+2
* core: add priority field to pa_sink/pa_sourceLennart Poettering2009-08-281-0/+1
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-1/+1
* source: rework volume handlingLennart Poettering2009-08-191-19/+26
* core: introduce pa_{sink|source}_update_flags()Lennart Poettering2009-08-151-2/+16
* core: make fixed latency dynamically changeableLennart Poettering2009-08-151-18/+83
* core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-5/+4
* core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering2009-08-151-3/+2
* core: introduce pa_{sink_input|source_output}_fail_move()Lennart Poettering2009-08-151-5/+3
* core: add assert macros for verifying calling contextLennart Poettering2009-08-131-8/+58
* ladspa/remap: make sure we process all requested rewinds unconditionallyLennart Poettering2009-08-071-3/+3
* core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-071-11/+11
* core: be a bit more verbose when registering a sink/source failsLennart Poettering2009-06-181-0/+1
* alsa: rework mixer logicLennart Poettering2009-06-171-11/+110
* prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-081-0/+1
* core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-081-1/+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: liberalize 99a6a4 a bitLennart Poettering2009-05-081-3/+7
* 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-13/+8
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-081-0/+15
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-101-10/+18
* core: memory leak, fix ref counting when moving streamsLennart Poettering2009-04-101-1/+5
* add suspend_within_thread() callbacks to pa_sink_input/pa_source_outputLennart Poettering2009-04-071-2/+19
* introduce pa_{sink|source}_get_latency_within_thread()Lennart Poettering2009-04-051-0/+26
* on monitor source be fine with any latency range set by the sinkLennart Poettering2009-03-251-1/+2
* simplify things and make sure timing setters can be called in most contextsLennart Poettering2009-03-251-16/+21
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-251-0/+10
* make pa_source_set_max_rewind() work similar to pa_sink_set_max_rewind()Lennart Poettering2009-03-251-1/+17
* 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-2/+2
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-241-7/+15
* add functions that modules can call whenever they now the volume changedLennart Poettering2009-03-211-1/+26
* fix handling of _suspend_all(), return first failure error codeLennart Poettering2009-03-041-2/+9
* make suspend state of monitor source follow the suspend state of the sink it ...Lennart Poettering2009-03-041-0/+18
* Don't allow suspending of monitor sources.Lennart Poettering2009-03-041-0/+3
* 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/+3
* 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
* pulsecore: add PA_CORE_HOOK_*_MOVE_FAILMarc-André Lureau2009-02-111-2/+4