summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-3/+105
* sink-input: Don't resample passthrough inputsPierre-Louis Bossart2011-05-021-12/+14
* sink-input: Check flat volume with pa_sink_flat_volume_enabled().Tanu Kaskinen2011-04-181-2/+2
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-291-29/+7
* Fix up some double spacesMaarten Bosmans2011-03-181-2/+2
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-4/+4
* Revert "Add volume ramping feature - sink-input modification"Arun Raghavan2011-02-281-309/+81
* Revert "ramping: minor cleanups"Arun Raghavan2011-02-281-10/+2
* Revert "core: volume ramping fix"Arun Raghavan2011-02-281-1/+1
* Implement the "volume sharing" feature.Tanu Kaskinen2011-02-261-24/+180
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-4/+25
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+1
* log: Totally trivial spelling 'correction' (for en-US)Colin Guthrie2010-10-171-1/+1
* introspect: Include whether a stream is corked in the info callback.Colin Guthrie2010-10-061-0/+3
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-0/+44
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-091-1/+1
* core: Fix macro typo - PA_SINK_IS_LINKED -> PA_SINK_INPUT_IS_LINKEDColin Guthrie2010-02-091-1/+1
* sink-input: Replace a tab indentation with spaces.Tanu Kaskinen2010-01-061-1/+1
* core: volume ramping fixhuan zheng2010-01-061-1/+1
* fix a number of warningsDaniel Mack2010-01-051-5/+7
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-11-201-5/+6
|\
| * core: adjust volume only when there is actually a memory blockLennart Poettering2009-11-111-5/+6
* | ramping: minor cleanupsLennart Poettering2009-11-051-2/+10
* | Merge remote branch 'origin/merge-queue'Lennart Poettering2009-11-051-74/+301
|\ \ | |/ |/|
| * Add volume ramping feature - sink-input modificationzbt2009-08-051-60/+291
* | core: dump proplist when creating stream similar to how we already to it for ...Lennart Poettering2009-09-201-2/+6
* | core: add an additional volume factor that is applied after resampling took p...Lennart Poettering2009-09-111-8/+51
* | llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-3/+0
* | core: always allow volume setting with single-channel pa_cvolumeLennart Poettering2009-08-311-2/+12
* | core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-11/+10
* | sink-input: extend comments on rewinding logic a bitLennart Poettering2009-08-271-7/+15
* | core: relex validity checks when destructing half-set up source outputs/sink ...Lennart Poettering2009-08-221-1/+4
* | 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-1/+15
* | sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-107/+57
* | core: make fixed latency dynamically changeableLennart Poettering2009-08-151-3/+4
* | core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering2009-08-151-1/+1
* | core: introduce pa_{sink_input|source_output}_fail_move()Lennart Poettering2009-08-151-0/+19
* | core: add functions to query max_rewind/max_request values from streamsLennart Poettering2009-08-131-0/+19
* | core: add assert macros for verifying calling contextLennart Poettering2009-08-131-5/+47
|/
* alsa: rework mixer logicLennart Poettering2009-06-171-5/+5
* core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...Lennart Poettering2009-05-081-1/+1
* core: use pa_{source|sink}_get_latency_within_thread() at one more placeLennart Poettering2009-04-141-4/+1
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-24/+31
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-101-4/+9
* core: memory leak, fix ref counting when moving streamsLennart Poettering2009-04-101-5/+15
* introduce relative_volume field in sink_input and make use of it on sink flat...Lennart Poettering2009-04-081-13/+43
* add suspend_within_thread() callbacks to pa_sink_input/pa_source_outputLennart Poettering2009-04-071-0/+1
* properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-2/+2
* pass destination source/sink when moving streams so that we can access themLennart Poettering2009-04-011-1/+1