Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-19 | Sending translation for Spanish | logan | 1 | -246/+257 | |
2009-06-19 | Sending translation for German | barney | 1 | -231/+249 | |
2009-06-18 | Sending translation for Polish | raven | 1 | -196/+193 | |
2009-06-17 | Merge commit 'origin/master' into master-tx | Lennart Poettering | 87 | -1898/+7881 | |
2009-06-17 | pactl: show list of supported ports | Lennart Poettering | 1 | -0/+24 | |
2009-06-17 | native-protocol: allow enumerating ports | Lennart Poettering | 3 | -13/+156 | |
2009-06-17 | raop: move all raop files to subdir | Lennart Poettering | 3 | -4/+4 | |
2009-06-17 | pactl: implement pactl set-{sink|source}-port | Lennart Poettering | 1 | -5/+52 | |
2009-06-17 | libpulse: implement client side for sink/source port selection commands | Lennart Poettering | 5 | -1/+124 | |
2009-06-17 | native: implement command to change sink/source port | Lennart Poettering | 2 | -2/+69 | |
2009-06-17 | bluetooth: return sensible error code in set_profile() | Lennart Poettering | 2 | -3/+4 | |
2009-06-17 | alsa: allow placing device id in alsa device strings at arbitrary positions | Lennart Poettering | 4 | -22/+22 | |
2009-06-17 | alsa: rework mixer logic | Lennart Poettering | 54 | -1676/+7011 | |
Completely rework mixer logic. This now allows controlling a full set of elements from a single sink's volume slider/mute button. This also introduces sink and source "ports" that can be used to choose different input or output ports with the UI. (i.e. "mic"/"line-in" or "speaker"/"headphones". The mixer paths and device maps are now configered in external configuration files and can be tweaked as necessary. | |||||
2009-06-17 | pdispatch: fix s/recieve/receive/ typos | Lennart Poettering | 1 | -2/+2 | |
2009-06-17 | pstream: fix s/recieve/receive/ typos | Lennart Poettering | 1 | -4/+4 | |
2009-06-17 | gdbm: set default block size to 1K | Lennart Poettering | 1 | -2/+5 | |
2009-06-17 | card: get rid of description field which is unused | Lennart Poettering | 1 | -2/+1 | |
2009-06-17 | card: make sure to always hand failure code back in some calls | Lennart Poettering | 1 | -10/+19 | |
2009-06-17 | card: some modernizations | Lennart Poettering | 2 | -10/+8 | |
2009-06-17 | rtp: fix s/recieve/receive/ typo | Lennart Poettering | 1 | -1/+1 | |
2009-06-17 | core-util: implement pa_maybe_prefix_path() | Lennart Poettering | 2 | -0/+11 | |
2009-06-17 | core-util: implement pa_split_spaces_strv() | Lennart Poettering | 2 | -0/+26 | |
2009-06-17 | core-util: implement pa_xstrfreev() | Lennart Poettering | 2 | -0/+18 | |
2009-06-17 | conf-parse: implement .include directive | Lennart Poettering | 1 | -7/+43 | |
2009-06-17 | volume,channelmap: reimplement a couple of calls based on channel masks | Lennart Poettering | 2 | -121/+24 | |
2009-06-17 | channelmap: define a couple of standard channel masks | Lennart Poettering | 1 | -0/+59 | |
2009-06-17 | malloc: implement pa_xrenew() | Lennart Poettering | 1 | -1/+12 | |
2009-06-17 | channelmap: make sure a mask is generated is 64 bit int | Lennart Poettering | 1 | -1/+1 | |
2009-06-17 | version: fix prefix in PA_CHECK_VERSION macro | Lennart Poettering | 1 | -2/+2 | |
2009-06-17 | channelmap: implement pa_channel_position_from_string() | Lennart Poettering | 3 | -22/+30 | |
2009-06-17 | volume: implement functions for multiplicating a cvolume with a scalar | Lennart Poettering | 3 | -3/+47 | |
2009-06-17 | hashmap: implement pa_hashmap_last() | Lennart Poettering | 2 | -0/+12 | |
2009-06-17 | hashmap: implement api to iterate a hashmap backwards | Lennart Poettering | 2 | -1/+42 | |
2009-06-17 | idxset: implement pa_idxset_copy() | Lennart Poettering | 2 | -0/+17 | |
2009-06-17 | daemon: write a warning blurb to syslog when folks use --system mode | Lennart Poettering | 1 | -0/+5 | |
2009-06-13 | Sending translation for Portuguese | ruigo | 1 | -631/+517 | |
2009-06-12 | Sending translation for Catalan | xconde | 1 | -609/+547 | |
2009-06-12 | Sending translation for Spanish | dennistobar | 1 | -378/+212 | |
2009-06-10 | alsa: fix bad memory access for devices that lack a mixer | Lennart Poettering | 1 | -1/+3 | |
2009-06-08 | Sending translation for Polish | raven | 1 | -126/+68 | |
2009-06-08 | sample: fix build on BE archs | Lennart Poettering | 1 | -1/+1 | |
2009-06-08 | udev: reshuffle the properties we read from udev a bit | Lennart Poettering | 1 | -5/+18 | |
2009-06-08 | prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property | Lennart Poettering | 7 | -0/+28 | |
2009-06-08 | Sending translation for po/hi.po | rajesh | 1 | -0/+2413 | |
2009-06-08 | i18n: update po data | Lennart Poettering | 29 | -10516/+11393 | |
2009-06-08 | Merge commit 'origin/master-tx' | Lennart Poettering | 5 | -1146/+3635 | |
2009-06-08 | core: replace tabs by spaces | Lennart Poettering | 1 | -31/+31 | |
2009-06-08 | core: make sure soft mute status stays in sync with hw mute status | Lennart Poettering | 4 | -4/+12 | |
This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732. | |||||
2009-06-07 | rtstutter: increase log level by default | Lennart Poettering | 1 | -0/+2 | |
2009-06-07 | Sending translation for Portuguese | ruigo | 1 | -14/+69 | |