summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink-input.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2016-06-22pulsecore: Don't allow unreferencing linked object.Juho Hämäläinen1-4/+2
2016-06-21sink-input,source-output: Fix crasher while setting propertyArun Raghavan1-1/+1
2016-04-25sink-input, source-output: remove set_name()Tanu Kaskinen1-25/+0
2016-04-25sink-input, source-output: rework property settingTanu Kaskinen1-5/+112
2016-04-25don't move streams to devices that are going awayTanu Kaskinen1-0/+3
2016-01-12sink-input, source-output: Add some debug output on start_move()Arun Raghavan1-0/+2
2015-04-06sink-input: Clarify the meaning of rewrite and flush a bit in rewindsArun Raghavan1-2/+2
2015-03-30resampler: Make some basic functions for rewindingDavid Henningsson1-2/+2
2015-03-30lfe-filter: change the crossover frequency as a parameterHui Wang1-0/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-17core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald1-3/+3
2014-10-28Cleanup !! for boolPeter Meerwald1-1/+1
2014-08-17sink-input, source-output: Assign to reference_ratio from a single placeTanu Kaskinen1-2/+26
2014-05-02sink-input, source-output: Add hooks for mute changesTanu Kaskinen1-0/+1
2014-05-02sink-input, source-output: Add hooks for volume changesTanu Kaskinen1-0/+1
2014-05-02sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen1-9/+0
2014-05-02sink-input, source-output: Add logging to set_mute()Tanu Kaskinen1-1/+7
2014-05-02sink-input, source-output: Assign to volume from only one placeTanu Kaskinen1-36/+33
2014-05-02sink, source: Assign to reference_volume from only one placeTanu Kaskinen1-13/+10
2014-04-26sink-input, source-output: Fix mute savingTanu Kaskinen1-2/+2
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-5/+1
2014-03-06doc: Fix a couple of 'to to' typosPeter Meerwald1-1/+1
2014-02-28sink-input/source-output: Fix LFE remixing suddenly enabledDavid Henningsson1-1/+2
2014-02-14sink-input, source-output: Don't crash if format negotiation failsTanu Kaskinen1-7/+7
2014-01-08sink-input, source-output: Interpret missing PCM parameters in format info as...Tanu Kaskinen1-57/+35
2014-01-08sink-input, source-output: Do routing related validity checks immediately aft...Tanu Kaskinen1-4/+7
2013-12-20sink-input: Fix volume_factor_sink initializationTanu Kaskinen1-1/+1
2013-12-20core: Use after free in pa_sink_input_new_data_set_formats() and pa_source_ou...Peter Meerwald1-1/+1
2013-11-14sink-input, source-output: Don't assume that proplist has been initialized in...Tanu Kaskinen1-1/+2
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-7/+9
2013-08-27sink, source: Fix error reporting style for rate updatesTanu Kaskinen1-2/+2
2013-08-08sink-input: Don't assert when removing non-existent volume factorArun Raghavan1-2/+10
2013-07-09sink-input: Keep reference ratio up-to-dateTanu Kaskinen1-0/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-87/+87
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-1/+0
2013-06-15sink-input: Log format negotiation betterArun Raghavan1-2/+13
2013-05-22sink-input,source-output: Deal with FIX* flags and extended APIArun Raghavan1-2/+11
2013-05-20sink-input/source-output: Don't set save_volume if volume is not writableDavid Henningsson1-0/+3
2013-03-21sink-input: Make sure the process_underrun callback is clearedDavid Henningsson1-0/+1
2013-03-20core, alsa: Better drain reportingDavid Henningsson1-2/+24
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-6/+6
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-9/+6
2013-02-15core: Move pa_mix() into new file mix.cPeter Meerwald1-1/+1
2012-12-19sink-input: New volume_factor systemFlavio Ceolin1-26/+142
2012-11-19sink-input, source-output: Check rate update success for passthroughArun Raghavan1-0/+8
2012-11-16sink, source: Prevent unnecessary rate update attemptsArun Raghavan1-9/+2
2012-11-03Revert "core: adjust playing_for and underrun_for at rewind"Arun Raghavan1-22/+4
2012-10-31core: adjust playing_for and underrun_for at rewindUoti Urpala1-4/+22
2012-09-16sink-input: Remove redundant check in pa_sink_input_request_rewind().Flavio Ceolin1-2/+1