Age | Commit message (Expand) | Author | Files | Lines |
2014-05-24 | resampler: Remove prefix from static functions | Tanu Kaskinen | 1 | -4/+4 |
2014-05-23 | protocol-native: Early request bandaid for high latency sink/source | Pierre Ossman | 1 | -10/+20 |
2014-05-23 | resampler: Support speex resampler compiled with FIXED_POINT | Alexander E. Patrakov | 1 | -1/+56 |
2014-05-02 | sink-input, source-output: Add hooks for mute changes | Tanu Kaskinen | 3 | -0/+4 |
2014-05-02 | sink, source: Add hooks for mute changes | Tanu Kaskinen | 3 | -0/+4 |
2014-05-02 | sink-input, source-output: Add hooks for volume changes | Tanu Kaskinen | 3 | -0/+4 |
2014-05-02 | sink, source: Add hooks for volume changes | Tanu Kaskinen | 3 | -0/+4 |
2014-05-02 | sink-input, source-output: Remove redundant get_mute() functions | Tanu Kaskinen | 6 | -24/+4 |
2014-05-02 | sink, source: Assign to s->muted from only one place | Tanu Kaskinen | 4 | -44/+56 |
2014-05-02 | sink, source: Call set_mute() from mute_changed() | Tanu Kaskinen | 4 | -14/+28 |
2014-05-02 | sink, source: Allow calling set_mute() during initialization | Tanu Kaskinen | 2 | -2/+6 |
2014-05-02 | sink-input, source-output: Add logging to set_mute() | Tanu Kaskinen | 2 | -2/+14 |
2014-05-02 | sink, source: Return early from set_mute() | Tanu Kaskinen | 2 | -8/+18 |
2014-05-02 | sink-input, source-output: Assign to volume from only one place | Tanu Kaskinen | 6 | -144/+108 |
2014-05-02 | sink, source: Assign to reference_volume from only one place | Tanu Kaskinen | 6 | -34/+86 |
2014-04-29 | remap: Add stereo to mono and 4-channel special case remapping | Peter Meerwald | 1 | -0/+129 |
2014-04-29 | remap: Add special remapping case which just re-arranges channels | Peter Meerwald | 1 | -1/+73 |
2014-04-29 | remap: Add (optional) state to remap struct | Peter Meerwald | 2 | -0/+10 |
2014-04-29 | remap: Change remapping function argument type from void to int16_t / float a... | Peter Meerwald | 3 | -23/+18 |
2014-04-29 | remap: Cleanup remap function selection, add pa_set_remap_func() helper | Peter Meerwald | 4 | -40/+22 |
2014-04-29 | remap: Add helper function to setup channel arrangement information | Peter Meerwald | 2 | -0/+39 |
2014-04-29 | remap: Use float constant instead of double | Peter Meerwald | 1 | -2/+2 |
2014-04-29 | remap: Split remapping functions into s16 and float implementation | Peter Meerwald | 3 | -148/+150 |
2014-04-29 | remap: Make resampler's remap structure more self-contained | Peter Meerwald | 5 | -25/+26 |
2014-04-29 | remap: Refactor channel remap table computation calc_map_table() | Peter Meerwald | 1 | -9/+7 |
2014-04-29 | remap: Rename pa_init_remap() to pa_init_remap_func() | Peter Meerwald | 3 | -8/+8 |
2014-04-29 | remap: Don't use PA_VOLUME_NORM | Peter Meerwald | 3 | -3/+3 |
2014-04-27 | sconv: Cleanup ARM NEON code | Peter Meerwald | 1 | -4/+2 |
2014-04-26 | sink-input, source-output: Fix mute saving | Tanu Kaskinen | 2 | -4/+4 |
2014-04-25 | core-util: Remove redundant check of directory permissions | Alexander E. Patrakov | 1 | -19/+5 |
2014-04-25 | core-util: Call fchown() only when necessary | Bradley Broom | 1 | -1/+1 |
2014-04-22 | fdsem: Use atomic.h | David Henningsson | 1 | -0/+2 |
2014-04-22 | fdsem: remove superfluous parameter in call to pa_fdsem_new_shm | David Henningsson | 3 | -4/+4 |
2014-04-17 | Use pa_hashmap_remove_and_free() where appropriate | Tanu Kaskinen | 5 | -23/+6 |
2014-04-17 | hashmap: Add pa_hashmap_remove_and_free() | Tanu Kaskinen | 2 | -0/+20 |
2014-04-15 | pstream: Use pa_xnew0 in initialization | David Henningsson | 1 | -29/+1 |
2014-03-28 | sink/source: Initialize port before fixate hook (fixes volume/mute not saved) | David Henningsson | 4 | -35/+49 |
2014-03-24 | core-util: Make pa_yes_no() translatable | Tanu Kaskinen | 1 | -1/+3 |
2014-03-14 | alsa: Use card description in default sink/source prefix when available | Pete Beardmore | 4 | -8/+13 |
2014-03-08 | core: add missing SET_PORT_LATENCY_OFFSET to dispatcher opcode string table | Peter Meerwald | 1 | -0/+2 |
2014-03-07 | Fix a few "it's -> its" typos | Alexander E. Patrakov | 2 | -2/+2 |
2014-03-06 | doc: Fix a couple of 'to to' typos | Peter Meerwald | 1 | -1/+1 |
2014-02-28 | sink-input/source-output: Fix LFE remixing suddenly enabled | David Henningsson | 2 | -2/+4 |
2014-02-22 | sconv, svolume: Fix compilation on 32-bit FreeBSD | Koop Mast | 3 | -10/+10 |
2014-02-17 | Revert "protocol-native: Don't enumerate unlinked sinks and sources" | Arun Raghavan | 1 | -7/+5 |
2014-02-14 | protocol-native: Don't enumerate unlinked sinks and sources | Arun Raghavan | 1 | -5/+7 |
2014-02-14 | sink-input, source-output: Don't crash if format negotiation fails | Tanu Kaskinen | 2 | -12/+12 |
2014-02-05 | source: Increase max outputs per source | Tanu Kaskinen | 1 | -1/+1 |
2014-02-04 | protocol-native: Fix a crash | Tanu Kaskinen | 1 | -0/+1 |
2014-01-30 | thread-win32: Implement pa_thread_free_nojoin() | Tanu Kaskinen | 1 | -0/+7 |