summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | add API to allow runtime reconfiguration of memblockqsLennart Poettering2007-11-212-23/+78
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2063 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | detect whether PolicyKit support is availableLennart Poettering2007-11-161-0/+47
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2062 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | build PolicyKit supportLennart Poettering2007-11-161-1/+13
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2061 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add interface to PolicyKitLennart Poettering2007-11-163-0/+301
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2060 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ↵Lennart Poettering2007-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clients git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2059 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | use a free list for allocation pa_operation objectsLennart Poettering2007-11-141-2/+9
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2058 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | use a free list for allocating reply_info structsLennart Poettering2007-11-141-2/+8
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2057 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add missing pa_boolizationLennart Poettering2007-11-142-2/+2
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2056 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | Rework ALSA mixer channel detection code. This time we actually care about ↵Lennart Poettering2007-11-134-48/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the channel names the ALSA mixer exports for us git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2055 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add array size to increase chance of detecting missing updatesLennart Poettering2007-11-131-3/+2
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2054 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | don't fail if the bt-proximity-helper is not builtLennart Poettering2007-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2053 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box ↵Lennart Poettering2007-11-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comaptibility with JACK git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2052 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | increase the pacmd timeout a bitLennart Poettering2007-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2051 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | Completely rework ALSA device selection code: choose the device to open ↵Lennart Poettering2007-11-1315-122/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depending on the requested number of channels and channel map. In most cases it will now suffice to set default-channels=6 to enable 5.1 sound for all devices that support it git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2050 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | fix loading of load-once modules if no other modules was loaded beforeLennart Poettering2007-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2049 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add new fun module that automatically mutes your audio devices when you ↵Lennart Poettering2007-11-114-1/+763
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | leave with your bluetooth phone, and unmutes when you come back git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2048 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | Port module-gconf to make use of the new API pa_start_child_for_read()Lennart Poettering2007-11-111-128/+9
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2047 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | pull code for starting helper processes out of module-gconf, clean it up, ↵Lennart Poettering2007-11-112-0/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and stick into a new API pa_start_child_for_read() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2046 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add new function pa_strnull() to simplify passing null strings to non-linux ↵Lennart Poettering2007-11-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printf() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2045 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add a simple fully-automatic fully-linearupmixer/downmixer and enable it by ↵Lennart Poettering2007-11-117-71/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2044 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | tag modules that may only be loaded once at most especially, and enforce ↵Lennart Poettering2007-11-0942-160/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that in the module loader git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2043 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | minor typoLennart Poettering2007-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2042 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and ↵Lennart Poettering2007-11-094-113/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FLOAT32BE. Add volume adjusters for FLOAT32BE, ALAW, ULAW. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2041 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-093-7/+7
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2040 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | remove PA_CLAMP_LIKELY macro because it doesn't really make sense.Lennart Poettering2007-11-091-1/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2039 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | .la files for modules can probably be removed safely on all archs nowLennart Poettering2007-11-091-0/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2038 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add support for 32bit integer samplesLennart Poettering2007-11-0912-17/+319
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2037 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | fix CLAMP_LIKELY/UNLIKELY definitionLennart Poettering2007-11-092-4/+4
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2036 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add missing #includeLennart Poettering2007-11-091-0/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2035 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add a few missing macro definitionsLennart Poettering2007-11-091-0/+12
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2034 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add PA_CLAMP_LIKELY and PA_CLAMP_UNLIKELY macrosLennart Poettering2007-11-091-1/+5
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2033 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add support for likely()/unlikely() type macrosLennart Poettering2007-11-091-2/+12
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2032 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | parse the pasuspend argument like any other boolean in PulseAudioLennart Poettering2007-11-082-3/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2031 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | strip most comments from the default configuration files, since the man page ↵Lennart Poettering2007-11-082-99/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is now more elaborate and we don't want to maintain those docs redundantly at two places git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2030 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add remaing man pagesLennart Poettering2007-11-085-18/+590
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2029 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | warn if the sound server is not localLennart Poettering2007-11-071-1/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2028 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add man pages for padsp, pabrowse, pasuspenderLennart Poettering2007-11-074-2/+271
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2027 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | complete pactl man pageLennart Poettering2007-11-061-15/+61
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2026 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | minor cleanups of --help textsLennart Poettering2007-11-052-3/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2025 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add a couple of more man pagesLennart Poettering2007-11-058-4/+867
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2024 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add a man page for the pulseaudio binary. More will follow.Lennart Poettering2007-11-058-3/+678
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2023 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-042-20/+27
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2022 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | pa_boolizationLennart Poettering2007-11-041-15/+13
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2021 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add eventfd syscall nr for arm; patch from Sjoerd Simons; Closes #150Lennart Poettering2007-11-041-0/+4
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2020 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | Properly terminate pa_readlink() strings. Patch from Sjoerd Simons. Closes #149Lennart Poettering2007-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2019 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | Add linker version script to hide non-ABI stable symbols in the clientLennart Poettering2007-11-042-10/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries. While this helps defining a more streamlined ABI, this also requires linking a lot of additional symbols into some PA client utilities which until now made use of the non-ABI stable symbols in libpulse. To minimize the effect on there size a bit, strip unused symbols by linking with -ffunction-sections -fdata-sections -Wl,--gc-sections git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2018 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | comment the library versions a bitLennart Poettering2007-11-011-1/+16
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2017 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | add missing pthread libsLennart Poettering2007-11-014-4/+3
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2016 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | make disallow-module-loading config option work again (original patch from ↵Lennart Poettering2007-11-011-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diego Petteno) git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2015 fefdeb5f-60dc-0310-8127-8f9354f1896f
* | | | | make rtprio and nice level actually configurableLennart Poettering2007-11-0111-54/+94
| | | | | | | | | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2014 fefdeb5f-60dc-0310-8127-8f9354f1896f