summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink-input.h
Commit message (Expand)AuthorAgeFilesLines
* sink-input: Query sink inputs for max_rewind value when setting max_rewindGeorg Chini2021-11-031-0/+7
* sink-input: Change move logicGeorg Chini2021-11-031-1/+10
* sink-input: Add history memblockqGeorg Chini2021-11-031-0/+4
* sink-input: add a new API pa_sink_input_set_preferred_sinkHui Wang2019-11-251-0/+2
* sink-input: change bool save_sink to char *preferred_sinkHui Wang2019-11-251-5/+12
* sink, source: Call sink input suspend callback also on suspend cause changeGeorg Chini2019-03-251-2/+3
* alsa-sink/source, sink, source: Consider sample format for avoid-resampling/p...Sangchul Lee2018-11-161-1/+1
* sink-input, source-output: remove the state gettersTanu Kaskinen2018-07-021-2/+0
* sink-input: remove the DRAINED stateTanu Kaskinen2018-07-021-6/+1
* sink-input, source-output: add sink/source_requested_by_application flagTanu Kaskinen2017-12-021-1/+10
* refactor stream attaching/detachingTanu Kaskinen2016-12-201-0/+25
* sink-input, source-output: remove set_name()Tanu Kaskinen2016-04-251-2/+0
* sink-input, source-output: rework property settingTanu Kaskinen2016-04-251-0/+2
* typedefs.h: Move some typedefs to a separate fileDavid Henningsson2015-12-141-2/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Fix URLs still pointing to the old wikiAlexander E. Patrakov2014-12-221-1/+1
* sink-input, source-output: Assign to reference_ratio from a single placeTanu Kaskinen2014-08-171-0/+6
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-1/+0
* sink-input, source-output: Assign to volume from only one placeTanu Kaskinen2014-05-021-0/+7
* sink-input: Don't assert when removing non-existent volume factorArun Raghavan2013-08-081-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-37/+37
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* core, alsa: Better drain reportingDavid Henningsson2013-03-201-0/+8
* sink-input: New volume_factor systemFlavio Ceolin2012-12-191-8/+20
* sink-input,source-output: Add an update_rate() functionArun Raghavan2011-11-071-0/+1
* More spelling fixesMaarten Bosmans2011-08-251-4/+4
* streams: Tidy up includesColin Guthrie2011-06-221-1/+0
* alsa-sink: Some trivial tidyupsColin Guthrie2011-06-221-1/+1
* core: Factor out passthrough checks into their own functionsArun Raghavan2011-05-021-0/+2
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-0/+7
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-291-2/+4
* Revert "Add volume ramping feature - sink-input modification"Arun Raghavan2011-02-281-21/+0
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-0/+3
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-1/+3
* sink-input: Fix commentColin Guthrie2010-10-011-1/+1
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-1/+2
* Merge remote branch 'origin/merge-queue'Lennart Poettering2009-11-051-0/+21
|\
| * Add volume ramping feature - sink-input modificationzbt2009-08-051-0/+21
* | core: add an additional volume factor that is applied after resampling took p...Lennart Poettering2009-09-111-2/+5
* | core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-2/+3
* | sink-input: extend comments on rewinding logic a bitLennart Poettering2009-08-271-1/+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-2/+10
* | sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-9/+6
* | core: add to FIXMEsLennart Poettering2009-08-161-0/+1
* | core: make fixed latency dynamically changeableLennart Poettering2009-08-151-0/+4
* | core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering2009-08-151-1/+2
* | core: introduce pa_{sink_input|source_output}_fail_move()Lennart Poettering2009-08-151-1/+4
* | core: add functions to query max_rewind/max_request values from streamsLennart Poettering2009-08-131-0/+4
* | core: add assert macros for verifying calling contextLennart Poettering2009-08-131-0/+3
|/