summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* sink-input, source-output: remove set_name()Tanu Kaskinen2016-04-251-25/+0
* sink-input, source-output: rework property settingTanu Kaskinen2016-04-251-5/+112
* don't move streams to devices that are going awayTanu Kaskinen2016-04-251-0/+3
* sink-input, source-output: Add some debug output on start_move()v7.99.2Arun Raghavan2016-01-121-0/+2
* sink-input: Clarify the meaning of rewrite and flush a bit in rewindsArun Raghavan2015-04-061-2/+2
* resampler: Make some basic functions for rewindingDavid Henningsson2015-03-301-2/+2
* lfe-filter: change the crossover frequency as a parameterHui Wang2015-03-301-0/+2
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald2014-11-171-3/+3
* Cleanup !! for boolPeter Meerwald2014-10-281-1/+1
* sink-input, source-output: Assign to reference_ratio from a single placeTanu Kaskinen2014-08-171-2/+26
* sink-input, source-output: Add hooks for mute changesTanu Kaskinen2014-05-021-0/+1
* sink-input, source-output: Add hooks for volume changesTanu Kaskinen2014-05-021-0/+1
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-9/+0
* sink-input, source-output: Add logging to set_mute()Tanu Kaskinen2014-05-021-1/+7
* sink-input, source-output: Assign to volume from only one placeTanu Kaskinen2014-05-021-36/+33
* sink, source: Assign to reference_volume from only one placeTanu Kaskinen2014-05-021-13/+10
* sink-input, source-output: Fix mute savingTanu Kaskinen2014-04-261-2/+2
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-5/+1
* doc: Fix a couple of 'to to' typosPeter Meerwald2014-03-061-1/+1
* sink-input/source-output: Fix LFE remixing suddenly enabledDavid Henningsson2014-02-281-1/+2
* sink-input, source-output: Don't crash if format negotiation failsTanu Kaskinen2014-02-141-7/+7
* sink-input, source-output: Interpret missing PCM parameters in format info as...Tanu Kaskinen2014-01-081-57/+35
* sink-input, source-output: Do routing related validity checks immediately aft...Tanu Kaskinen2014-01-081-4/+7
* sink-input: Fix volume_factor_sink initializationTanu Kaskinen2013-12-201-1/+1
* core: Use after free in pa_sink_input_new_data_set_formats() and pa_source_ou...Peter Meerwald2013-12-201-1/+1
* sink-input, source-output: Don't assume that proplist has been initialized in...Tanu Kaskinen2013-11-141-1/+2
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-7/+9
* sink, source: Fix error reporting style for rate updatesTanu Kaskinen2013-08-271-2/+2
* sink-input: Don't assert when removing non-existent volume factorArun Raghavan2013-08-081-2/+10
* sink-input: Keep reference ratio up-to-dateTanu Kaskinen2013-07-091-0/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-87/+87
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-1/+0
* sink-input: Log format negotiation betterArun Raghavan2013-06-151-2/+13
* sink-input,source-output: Deal with FIX* flags and extended APIArun Raghavan2013-05-221-2/+11
* sink-input/source-output: Don't set save_volume if volume is not writableDavid Henningsson2013-05-201-0/+3
* sink-input: Make sure the process_underrun callback is clearedDavid Henningsson2013-03-211-0/+1
* core, alsa: Better drain reportingDavid Henningsson2013-03-201-2/+24
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-6/+6
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-9/+6
* core: Move pa_mix() into new file mix.cPeter Meerwald2013-02-151-1/+1
* sink-input: New volume_factor systemFlavio Ceolin2012-12-191-26/+142
* sink-input, source-output: Check rate update success for passthroughArun Raghavan2012-11-191-0/+8
* sink, source: Prevent unnecessary rate update attemptsArun Raghavan2012-11-161-9/+2
* Revert "core: adjust playing_for and underrun_for at rewind"Arun Raghavan2012-11-031-22/+4
* core: adjust playing_for and underrun_for at rewindUoti Urpala2012-10-311-4/+22
* sink-input: Remove redundant check in pa_sink_input_request_rewind().Flavio Ceolin2012-09-161-2/+1
* sink-input: Fix underrun_for calculation when resampling.Uoti Urpala2012-08-301-1/+6
* sink-input: Add a comment in pa_sink_input_request_rewind().Tanu Kaskinen2012-08-291-0/+1
* sink-input: Fix comment: s/push/peek/Tanu Kaskinen2012-08-291-1/+1