summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't access i->sink if it is not setLennart Poettering2009-04-011-3/+5
* simplify latency config functions a bit and make them callable in more contextsLennart Poettering2009-03-301-30/+25
* Trigger move callback a little bit earlier so that no IO thread is runningLennart Poettering2009-03-301-5/+4
* introduce pa_sink_input_get_relative_volume()Lennart Poettering2009-03-201-0/+22
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* try to vacuum a little when nothing is going onLennart Poettering2009-02-251-0/+2
* make sure we check the sink status for PA_SINK_INPUT_FAIL_ON_SUSPEND only aft...Lennart Poettering2009-02-241-1/+6
* Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a not...Lennart Poettering2009-02-221-2/+2
* allow sending meta/policy events to clientsLennart Poettering2009-02-121-0/+29
* make return value of pa_{sink_input|source_output}_update_proplist() voidLennart Poettering2009-02-051-10/+8
* handle default volume initialization properlyLennart Poettering2009-02-051-1/+4
* add a 'volume factor' that is implicitly multiplied into the volume of a sink...Lennart Poettering2009-02-051-5/+22
* remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-041-39/+27
* merge in properties earlier to make identification of streams from hooks easierLennart Poettering2009-02-041-3/+3