Age | Commit message (Expand) | Author | Files | Lines |
2007-11-21 | Tagging release 0.9.8tags/release-0.9.8 | Lennart Poettering | 0 | -0/+0 |
2007-11-21 | bump version and soname | Lennart Poettering | 1 | -3/+3 |
2007-11-21 | update man pages a bit | Lennart Poettering | 2 | -0/+31 |
2007-11-21 | when speaking to a client with a version < 12, hide S32 sample specs, and mak... | Lennart Poettering | 1 | -18/+59 |
2007-11-21 | increment api and protocol version | Lennart Poettering | 1 | -2/+2 |
2007-11-21 | - Check process name when dealing with PID files | Lennart Poettering | 27 | -230/+1497 |
2007-11-21 | minor typo fix | Lennart Poettering | 1 | -1/+1 |
2007-11-21 | add short version history of the PA protocol | Lennart Poettering | 1 | -0/+80 |
2007-11-21 | add a couple of new opcodes, and document the versions the opcodes where added | Lennart Poettering | 1 | -6/+25 |
2007-11-21 | add API to allow runtime reconfiguration of memblockqs | Lennart Poettering | 2 | -23/+78 |
2007-11-16 | detect whether PolicyKit support is available | Lennart Poettering | 1 | -0/+47 |
2007-11-16 | build PolicyKit support | Lennart Poettering | 1 | -1/+13 |
2007-11-16 | add interface to PolicyKit | Lennart Poettering | 3 | -0/+301 |
2007-11-14 | use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ... | Lennart Poettering | 1 | -1/+1 |
2007-11-14 | use a free list for allocation pa_operation objects | Lennart Poettering | 1 | -2/+9 |
2007-11-14 | use a free list for allocating reply_info structs | Lennart Poettering | 1 | -2/+8 |
2007-11-14 | add missing pa_boolization | Lennart Poettering | 2 | -2/+2 |
2007-11-13 | Rework ALSA mixer channel detection code. This time we actually care about th... | Lennart Poettering | 4 | -48/+192 |
2007-11-13 | add array size to increase chance of detecting missing updates | Lennart Poettering | 1 | -3/+2 |
2007-11-13 | don't fail if the bt-proximity-helper is not built | Lennart Poettering | 1 | -1/+1 |
2007-11-13 | don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box co... | Lennart Poettering | 2 | -2/+2 |
2007-11-13 | increase the pacmd timeout a bit | Lennart Poettering | 1 | -1/+1 |
2007-11-13 | Completely rework ALSA device selection code: choose the device to open depen... | Lennart Poettering | 15 | -122/+350 |
2007-11-13 | fix loading of load-once modules if no other modules was loaded before | Lennart Poettering | 1 | -1/+1 |
2007-11-11 | add new fun module that automatically mutes your audio devices when you leave... | Lennart Poettering | 4 | -1/+763 |
2007-11-11 | Port module-gconf to make use of the new API pa_start_child_for_read() | Lennart Poettering | 1 | -128/+9 |
2007-11-11 | pull code for starting helper processes out of module-gconf, clean it up, and... | Lennart Poettering | 2 | -0/+194 |
2007-11-11 | add new function pa_strnull() to simplify passing null strings to non-linux p... | Lennart Poettering | 1 | -0/+4 |
2007-11-11 | add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d... | Lennart Poettering | 7 | -71/+616 |
2007-11-09 | tag modules that may only be loaded once at most especially, and enforce that... | Lennart Poettering | 42 | -160/+233 |
2007-11-09 | minor typo | Lennart Poettering | 1 | -1/+1 |
2007-11-09 | optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT... | Lennart Poettering | 4 | -113/+727 |
2007-11-09 | replace a few CLAMPs by PA_CLAMP_UNLIKELY | Lennart Poettering | 3 | -7/+7 |
2007-11-09 | remove PA_CLAMP_LIKELY macro because it doesn't really make sense. | Lennart Poettering | 1 | -1/+3 |
2007-11-09 | .la files for modules can probably be removed safely on all archs now | Lennart Poettering | 1 | -0/+1 |
2007-11-09 | add support for 32bit integer samples | Lennart Poettering | 12 | -17/+319 |
2007-11-09 | fix CLAMP_LIKELY/UNLIKELY definition | Lennart Poettering | 2 | -4/+4 |
2007-11-09 | add missing #include | Lennart Poettering | 1 | -0/+1 |
2007-11-09 | add a few missing macro definitions | Lennart Poettering | 1 | -0/+12 |
2007-11-09 | add PA_CLAMP_LIKELY and PA_CLAMP_UNLIKELY macros | Lennart Poettering | 1 | -1/+5 |
2007-11-09 | add support for likely()/unlikely() type macros | Lennart Poettering | 1 | -2/+12 |
2007-11-08 | parse the pasuspend argument like any other boolean in PulseAudio | Lennart Poettering | 2 | -3/+3 |
2007-11-08 | strip most comments from the default configuration files, since the man page ... | Lennart Poettering | 2 | -99/+17 |
2007-11-08 | add remaing man pages | Lennart Poettering | 5 | -18/+590 |
2007-11-07 | warn if the sound server is not local | Lennart Poettering | 1 | -1/+3 |
2007-11-07 | add man pages for padsp, pabrowse, pasuspender | Lennart Poettering | 4 | -2/+271 |
2007-11-06 | complete pactl man page | Lennart Poettering | 1 | -15/+61 |
2007-11-05 | minor cleanups of --help texts | Lennart Poettering | 2 | -3/+3 |
2007-11-05 | add a couple of more man pages | Lennart Poettering | 8 | -4/+867 |
2007-11-05 | add a man page for the pulseaudio binary. More will follow. | Lennart Poettering | 8 | -3/+678 |