summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-17pactl: show list of supported portsLennart Poettering1-0/+24
2009-06-17native-protocol: allow enumerating portsLennart Poettering3-13/+156
2009-06-17raop: move all raop files to subdirLennart Poettering3-4/+4
2009-06-17pactl: implement pactl set-{sink|source}-portLennart Poettering1-5/+52
2009-06-17libpulse: implement client side for sink/source port selection commandsLennart Poettering3-0/+116
2009-06-17native: implement command to change sink/source portLennart Poettering2-2/+69
2009-06-17bluetooth: return sensible error code in set_profile()Lennart Poettering2-3/+4
2009-06-17alsa: allow placing device id in alsa device strings at arbitrary positionsLennart Poettering4-22/+22
2009-06-17alsa: rework mixer logicLennart Poettering54-1676/+7011
2009-06-17pdispatch: fix s/recieve/receive/ typosLennart Poettering1-2/+2
2009-06-17pstream: fix s/recieve/receive/ typosLennart Poettering1-4/+4
2009-06-17gdbm: set default block size to 1KLennart Poettering1-2/+5
2009-06-17card: get rid of description field which is unusedLennart Poettering1-2/+1
2009-06-17card: make sure to always hand failure code back in some callsLennart Poettering1-10/+19
2009-06-17card: some modernizationsLennart Poettering2-10/+8
2009-06-17rtp: fix s/recieve/receive/ typoLennart Poettering1-1/+1
2009-06-17core-util: implement pa_maybe_prefix_path()Lennart Poettering2-0/+11
2009-06-17core-util: implement pa_split_spaces_strv()Lennart Poettering2-0/+26
2009-06-17core-util: implement pa_xstrfreev()Lennart Poettering2-0/+18
2009-06-17conf-parse: implement .include directiveLennart Poettering1-7/+43
2009-06-17volume,channelmap: reimplement a couple of calls based on channel masksLennart Poettering2-121/+24
2009-06-17channelmap: define a couple of standard channel masksLennart Poettering1-0/+59
2009-06-17malloc: implement pa_xrenew()Lennart Poettering1-1/+12
2009-06-17channelmap: make sure a mask is generated is 64 bit intLennart Poettering1-1/+1
2009-06-17version: fix prefix in PA_CHECK_VERSION macroLennart Poettering1-2/+2
2009-06-17channelmap: implement pa_channel_position_from_string()Lennart Poettering3-22/+30
2009-06-17volume: implement functions for multiplicating a cvolume with a scalarLennart Poettering3-3/+47
2009-06-17hashmap: implement pa_hashmap_last()Lennart Poettering2-0/+12
2009-06-17hashmap: implement api to iterate a hashmap backwardsLennart Poettering2-1/+42
2009-06-17idxset: implement pa_idxset_copy()Lennart Poettering2-0/+17
2009-06-17daemon: write a warning blurb to syslog when folks use --system modeLennart Poettering1-0/+5
2009-06-10alsa: fix bad memory access for devices that lack a mixerLennart Poettering1-1/+3
2009-06-08sample: fix build on BE archsLennart Poettering1-1/+1
2009-06-08udev: reshuffle the properties we read from udev a bitLennart Poettering1-5/+18
2009-06-08prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering7-0/+28
2009-06-08core: replace tabs by spacesLennart Poettering1-31/+31
2009-06-08core: make sure soft mute status stays in sync with hw mute statusLennart Poettering4-4/+12
2009-06-07rtstutter: increase log level by defaultLennart Poettering1-0/+2
2009-06-07optimization: Optimized pa_sink_render_full.Jyri Sarha1-3/+2
2009-06-07conf: remove obsolete module-idle-time directive from default config file/man...Lennart Poettering1-1/+0
2009-06-07daemon: optionally call mlockall() on startupLennart Poettering4-12/+29
2009-06-07udev: properly initialize userdata to 0Lennart Poettering1-1/+1
2009-06-06udev: try to unsuspend devices whenever they are closed by other processesLennart Poettering1-12/+121
2009-06-06core: monitor sources need to inherit the suspend cause from their sinksLennart Poettering1-2/+5
2009-06-06core: suppress suspending/resume when we are already in the right stateLennart Poettering2-0/+6
2009-06-06hashmap: introduce PA_HASHMAP_FOREACH macroLennart Poettering2-1/+5
2009-06-06hal,udev: deprecate HAL support in favour of udevLennart Poettering2-4/+5
2009-06-06udev: add module-udev-detect for discovering and configuring devicesLennart Poettering2-0/+359
2009-06-05rtp: remove gcc warningLennart Poettering1-2/+2
2009-06-05augment: try to deduce the media role from the menu categoryLennart Poettering1-6/+67