Age | Commit message (Expand) | Author | Files | Lines |
2012-04-12 | alsa-sink/source: Make sure volumes are synchronised after fast user switching | David Henningsson | 1 | -0/+28 |
2012-03-19 | protocol-native: Protect against clients trying to set a NULL port | David Henningsson | 1 | -1/+1 |
2012-01-30 | i18n: Do not translate strings that cannot have any sensible translations. | Colin Guthrie | 1 | -1/+1 |
2012-01-30 | alsa: Improve "well known descriptions" for ports | David Henningsson | 1 | -1/+1 |
2011-12-20 | core: sample_spec.rate is in Hz, not kHz; change logging output | Peter Meerwald | 1 | -1/+1 |
2011-11-27 | Use simple free function in pa_queue_free | Maarten Bosmans | 1 | -2/+2 |
2011-11-26 | Turn device ports into reference counted objects | David Henningsson | 1 | -37/+4 |
2011-11-07 | sink,source: Allow sample rate switching with corked streams | Arun Raghavan | 1 | -1/+9 |
2011-11-07 | sink,source: Fix corked stream handling in update_rate() | Arun Raghavan | 1 | -3/+4 |
2011-11-02 | sink, source: Join two ifs with the same condition. | Tanu Kaskinen | 1 | -6/+3 |
2011-10-18 | sink,source: Account for corked streams in update_rate() | Arun Raghavan | 1 | -1/+1 |
2011-10-17 | sink,source: Handle equal default and alternate sample rates | Arun Raghavan | 1 | -1/+12 |
2011-10-17 | source: Bring rate update code in sync with sink code | Arun Raghavan | 1 | -2/+2 |
2011-10-17 | sink,source: support for rate update | Pierre-Louis Bossart | 1 | -0/+77 |
2011-10-01 | sink: Add some comments about the rewind handling during stream moves. | Tanu Kaskinen | 1 | -0/+58 |
2011-10-01 | sink: Move updating the requested latency after the rewind request when finis... | Tanu Kaskinen | 1 | -6/+23 |
2011-09-27 | sink,source: Avoid unnecessary call to pa_rtclock_now() | Arun Raghavan | 1 | -3/+5 |
2011-09-21 | sink,source: Handle missing in the shared volume case | Arun Raghavan | 1 | -12/+29 |
2011-09-14 | sink,source: Avoid crash by not updating volume on shutdown | David Henningsson | 1 | -0/+4 |
2011-09-14 | volume: Handle varying channel count for shared volumes | Arun Raghavan | 1 | -0/+3 |
2011-09-13 | volume: Rename 'sync volume' to 'deferred volume'. | Colin Guthrie | 1 | -17/+17 |
2011-08-29 | passthrough: Fix setting volume to unamplified again | Arun Raghavan | 1 | -1/+1 |
2011-08-25 | passthrough: Fix what volume we set sinks/sources to | Arun Raghavan | 1 | -1/+1 |
2011-08-25 | More spelling fixes | Maarten Bosmans | 1 | -4/+4 |
2011-08-18 | sink-input: Ensure no volumes are applied for passthrough streams | Arun Raghavan | 1 | -3/+32 |
2011-08-16 | Initialise write_volume | Maarten Bosmans | 1 | -0/+8 |
2011-08-15 | sink: Add a set_formats() API | Arun Raghavan | 1 | -0/+16 |
2011-08-11 | Move i18n.[ch] to src/pulsecore | Maarten Bosmans | 1 | -1/+1 |
2011-08-11 | Add some missing format.h includes | Maarten Bosmans | 1 | -0/+1 |
2011-07-20 | alsa: Reinitialise the mixer on port change. | Colin Guthrie | 1 | -7/+80 |
2011-07-20 | devices: Set certain sink/source flags automatically. | Colin Guthrie | 1 | -6/+35 |
2011-07-19 | devices: Use wrapper functions to set the *_volume and *_mute callbacks. | Colin Guthrie | 1 | -0/+30 |
2011-06-22 | capture: Implement per-stream volume control for capture streams. | Colin Guthrie | 1 | -2/+4 |
2011-06-22 | alsa-sink: Some trivial tidyups | Colin Guthrie | 1 | -11/+15 |
2011-05-02 | core: Factor out passthrough checks into their own functions | Arun Raghavan | 1 | -1/+1 |
2011-05-02 | sink: Trivial typo fix in comment | Arun Raghavan | 1 | -1/+1 |
2011-05-02 | sink-input: Kill passthrough streams if moving to an unsupported sink | Arun Raghavan | 1 | -0/+27 |
2011-05-02 | sink: Fix leak in pa_sink_check_formats() | Arun Raghavan | 1 | -1/+4 |
2011-05-02 | sink: Remove PASSTHROUGH flag | Arun Raghavan | 1 | -15/+22 |
2011-05-02 | sink: Extend API for compressed formats support | Arun Raghavan | 1 | -0/+51 |
2011-03-11 | Fix up according to Coding Style | Maarten Bosmans | 1 | -16/+16 |
2011-02-28 | Revert "Add volume ramping feature - sink modification" | Arun Raghavan | 1 | -6/+1 |
2011-02-28 | sink: Add casts to some printf arguments to get rid of compiler warnings. | Tanu Kaskinen | 1 | -5/+6 |
2011-02-28 | sink: Don't send unnecessary PA_SINK_MESSAGE_SET_SHARED_VOLUME messages. | Tanu Kaskinen | 1 | -2/+0 |
2011-02-26 | Implement the "volume sharing" feature. | Tanu Kaskinen | 1 | -160/+395 |
2011-02-25 | core: Added new hooks: PA_CORE_HOOK_SOURCE_PORT_CHANGED and PA_CORE_HOOK_SINK... | Kim Therkelsen | 1 | -0/+2 |
2011-02-22 | core: Link virtual sinks and sources to their streams. | Tanu Kaskinen | 1 | -0/+1 |
2011-01-31 | ratelimit: fix log levels of log suppression messages | Lennart Poettering | 1 | -1/+1 |
2011-01-15 | core: Use pa_sink_get_latency_within_thread() in sync-volume code | Jyri Sarha | 1 | -9/+2 |
2011-01-15 | core: Use volume_change_safety_margin when rewinding sync-volume events | Jyri Sarha | 1 | -6/+16 |