summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.c
Commit message (Expand)AuthorAgeFilesLines
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-2/+4
* alsa-sink: Some trivial tidyupsColin Guthrie2011-06-221-11/+15
* core: Factor out passthrough checks into their own functionsArun Raghavan2011-05-021-1/+1
* sink: Trivial typo fix in commentArun Raghavan2011-05-021-1/+1
* sink-input: Kill passthrough streams if moving to an unsupported sinkArun Raghavan2011-05-021-0/+27
* sink: Fix leak in pa_sink_check_formats()Arun Raghavan2011-05-021-1/+4
* sink: Remove PASSTHROUGH flagArun Raghavan2011-05-021-15/+22
* sink: Extend API for compressed formats supportArun Raghavan2011-05-021-0/+51
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-16/+16
* Revert "Add volume ramping feature - sink modification"Arun Raghavan2011-02-281-6/+1
* sink: Add casts to some printf arguments to get rid of compiler warnings.Tanu Kaskinen2011-02-281-5/+6
* sink: Don't send unnecessary PA_SINK_MESSAGE_SET_SHARED_VOLUME messages.Tanu Kaskinen2011-02-281-2/+0
* Implement the "volume sharing" feature.Tanu Kaskinen2011-02-261-160/+395
* 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
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-311-1/+1
* core: Use pa_sink_get_latency_within_thread() in sync-volume codeJyri Sarha2011-01-151-9/+2
* core: Use volume_change_safety_margin when rewinding sync-volume eventsJyri Sarha2011-01-151-6/+16
* intended-roles: Mark devices with a form factor of 'headset' as being appropr...Colin Guthrie2010-10-161-1/+2
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-161-4/+2
* core: Add infrastructure for synchronizing HW and SW volume changesJyri Sarha2010-10-161-16/+280
* suspend: Do not assert when checking for device suspended status and a stream...Colin Guthrie2010-10-011-1/+8
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-0/+18
* core: rework how stream volumes affect sink volumesLennart Poettering2010-02-231-1/+41
* Merge remote branch 'origin/merge-queue'Lennart Poettering2009-11-051-1/+5
|\
| * Add volume ramping feature - sink modificationmerge-queuezbt2009-08-051-1/+5
* | sink: simplify silence checksWim Taymans2009-10-301-12/+10
* | use cloexec wrappers wherever applicableLennart Poettering2009-10-301-2/+2
* | core: drop unnecessary variable initializationLennart Poettering2009-09-031-1/+1
* | sink: simplify pa_sink_render_full() by replacing it by a pa_sink_render() pl...Lennart Poettering2009-09-021-76/+14
* | core: fill up memblock with pa_sink_render_into_full() in pa_sink_render_full...Lennart Poettering2009-09-011-11/+5
* | core: handle suspended state in pa_sink_render_full() similar to the other re...Lennart Poettering2009-09-011-1/+10
* | core: add missing sink_unref()Lennart Poettering2009-09-011-0/+3
* | core: always allow volume setting with single-channel pa_cvolumeLennart Poettering2009-08-311-2/+8
* | core: initialize sink/source priorities automatically based on their proplistsLennart Poettering2009-08-291-0/+47
* | 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
* | sink-input: add callbacks that are called whenever the mute/volume changesLennart Poettering2009-08-211-3/+13
* | sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-139/+242
* | core: add to FIXMEsLennart Poettering2009-08-161-0/+1
* | core: introduce pa_{sink|source}_update_flags()Lennart Poettering2009-08-151-1/+21
* | core: document difference between IO and main thread view on requested latencyLennart Poettering2009-08-151-0/+3
* | core: don't update latency range if not changedLennart Poettering2009-08-151-2/+5
* | core: call pa_sink_get_latency_within_thread() instead of going directly via ...Lennart Poettering2009-08-151-8/+2
* | core: make fixed latency dynamically changeableLennart Poettering2009-08-151-17/+84
* | core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-6/+5
* | core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering2009-08-151-2/+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-15/+74
* | ladspa/remap: make sure we process all requested rewinds unconditionallyLennart Poettering2009-08-071-2/+5