Age | Commit message (Expand) | Author | Files | Lines |
2016-06-22 | pulsecore: Don't allow unreferencing linked object. | Juho Hämäläinen | 1 | -4/+2 |
2016-04-25 | don't move streams to devices that are going away | Tanu Kaskinen | 1 | -3/+4 |
2015-11-17 | sink: Make early drain reporting propagate down to filters | Arun Raghavan | 1 | -7/+31 |
2015-09-12 | sink, source: Do not dereference freed memory when freeing the next events | Felipe Sateler | 1 | -1/+2 |
2015-06-12 | sink,source: Add a helper function to check whether this is a filter | Arun Raghavan | 1 | -1/+8 |
2015-05-27 | core: Work around -Wlogical-not-parentheses warnings | Peter Meerwald | 1 | -1/+1 |
2015-03-31 | sink, source: Fix a volume change leak | Tanu Kaskinen | 1 | -0/+2 |
2015-01-14 | update FSF addresses to FSF web page | Ondrej Holecek | 1 | -3/+1 |
2014-11-17 | core: Annotate variables only used within assert()s to be PA_UNUSED | Peter Meerwald | 1 | -1/+1 |
2014-10-28 | Cleanup !! for bool | Peter Meerwald | 1 | -1/+1 |
2014-08-29 | sink/source: Fix restore of volume on devices without hw volume | David Henningsson | 1 | -1/+3 |
2014-08-17 | sink-input, source-output: Assign to reference_ratio from a single place | Tanu Kaskinen | 1 | -4/+7 |
2014-06-05 | source, sink: Support weird sample rates | Alexander E. Patrakov | 1 | -18/+14 |
2014-05-02 | sink, source: Add hooks for mute changes | Tanu Kaskinen | 1 | -0/+1 |
2014-05-02 | sink, source: Add hooks for volume changes | Tanu Kaskinen | 1 | -0/+1 |
2014-05-02 | sink, source: Assign to s->muted from only one place | Tanu Kaskinen | 1 | -16/+10 |
2014-05-02 | sink, source: Call set_mute() from mute_changed() | Tanu Kaskinen | 1 | -7/+12 |
2014-05-02 | sink, source: Allow calling set_mute() during initialization | Tanu Kaskinen | 1 | -1/+3 |
2014-05-02 | sink, source: Return early from set_mute() | Tanu Kaskinen | 1 | -4/+9 |
2014-05-02 | sink-input, source-output: Assign to volume from only one place | Tanu Kaskinen | 1 | -39/+14 |
2014-05-02 | sink, source: Assign to reference_volume from only one place | Tanu Kaskinen | 1 | -4/+26 |
2014-04-17 | Use pa_hashmap_remove_and_free() where appropriate | Tanu Kaskinen | 1 | -5/+2 |
2014-03-28 | sink/source: Initialize port before fixate hook (fixes volume/mute not saved) | David Henningsson | 1 | -17/+10 |
2014-03-14 | alsa: Use card description in default sink/source prefix when available | Pete Beardmore | 1 | -5/+10 |
2014-03-07 | Fix a few "it's -> its" typos | Alexander E. Patrakov | 1 | -1/+1 |
2014-01-15 | sink, source: Remove useless attach/detach stuff | Tanu Kaskinen | 1 | -30/+0 |
2013-12-15 | Add pa_sample_rate_valid() | Tanu Kaskinen | 1 | -2/+1 |
2013-11-22 | sink/source: When picking the initial ports, prefer ones that are not unavail... | Colin Guthrie | 1 | -1/+10 |
2013-09-17 | hashmap: Add the ability to free keys | Arun Raghavan | 1 | -5/+6 |
2013-08-27 | sink, source: Fix error reporting style for rate updates | Tanu Kaskinen | 1 | -12/+12 |
2013-08-27 | sink, source: Return early from pa_*_update_rate(), if there's no need to do ... | Tanu Kaskinen | 1 | -0/+3 |
2013-08-23 | sink, source: Small readability improvement | Tanu Kaskinen | 1 | -2/+1 |
2013-08-23 | sink, source: Fix default and alternate rate assertions | Tanu Kaskinen | 1 | -2/+2 |
2013-08-23 | sink, source: Don't care about default and alternate rate in passthrough mode | Tanu Kaskinen | 1 | -2/+2 |
2013-08-22 | sink, source: Reduce indentation level in *_update_rate() | Tanu Kaskinen | 1 | -60/+60 |
2013-07-16 | sink: Add missing curly braces | Tanu Kaskinen | 1 | -1/+2 |
2013-07-04 | Remove pa_bool_t and replace it with bool. | poljar (Damir Jelić) | 1 | -115/+115 |
2013-06-24 | Whitespace cleanup: Remove all multiple newlines | poljar (Damir Jelić) | 1 | -1/+0 |
2013-06-24 | Style fix: Remove new lines from opening brackets | poljar (Damir Jelić) | 1 | -6/+3 |
2013-06-04 | core: Add an "internal" suspend cause | Arun Raghavan | 1 | -3/+8 |
2013-04-10 | sink, source: Send notifications when flags change | Tanu Kaskinen | 1 | -0/+3 |
2013-04-10 | sink, source: Really set the fixed latency in set_fixed_latency_within_thread... | Tanu Kaskinen | 1 | -0/+5 |
2013-04-10 | sink, source: Propagate flag changes to filters | Tanu Kaskinen | 1 | -8/+26 |
2013-03-28 | sink: Fix flag name typo | Tanu Kaskinen | 1 | -1/+1 |
2013-03-20 | core, alsa: Better drain reporting | David Henningsson | 1 | -0/+26 |
2013-02-16 | idxset: Use pa_free_cb_t instead of pa_free2_cb_t | Tanu Kaskinen | 1 | -3/+3 |
2013-02-16 | device-port: Remove pa_device_port_hashmap_free() | Tanu Kaskinen | 1 | -2/+2 |
2013-02-16 | hashmap: Use pa_free_cb_t instead of pa_free2_cb_t | Tanu Kaskinen | 1 | -6/+1 |
2013-02-15 | core: Move pa_mix() into new file mix.c | Peter Meerwald | 1 | -0/+1 |
2012-12-19 | Log the reason for every suspend/resume. | Tanu Kaskinen | 1 | -2/+7 |