| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use check_PROGRAMS rather than noinst_PROGRAMS for test programs. | Diego Petteno | 2008-01-24 | 1 | -3/+3 |
* | Apply the fix for CVE-2008-0008 from 0.9.9 release on trunk. | Diego Petteno | 2008-01-24 | 1 | -5/+7 |
* | use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp... | Lennart Poettering | 2008-01-06 | 1 | -0/+9 |
* | Don't send opcodes introduced in protocol versions 12 to clients using protocol | Sjoerd Simons | 2008-01-04 | 1 | -0/+12 |
* | Implement opcodes in the tunnel modules that were added in version 12 of | Sjoerd Simons | 2008-01-04 | 1 | -0/+40 |
* | Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. Fixes | Sjoerd Simons | 2008-01-04 | 2 | -0/+4 |
* | Add a missing pa_xfree. | Tanu Kaskinen | 2008-01-03 | 1 | -0/+2 |
* | The previous commit introduced a new bug: giving too many values in the "cont... | Tanu Kaskinen | 2008-01-03 | 1 | -1/+1 |
* | Fix the parsing of trailing default values in the "control" module argument. | Tanu Kaskinen | 2008-01-03 | 1 | -6/+14 |
* | Downgraded the priority of a message, because it's really quite uninteresting. | Tanu Kaskinen | 2008-01-02 | 1 | -1/+1 |
* | convert argument to boolean value before passing it on to __builtin_expect in... | Lennart Poettering | 2007-12-29 | 1 | -1/+1 |
* | add new function pa_proplist_contains() | Lennart Poettering | 2007-12-29 | 2 | -0/+15 |
* | add API for resetting allocated resamplers | Lennart Poettering | 2007-12-23 | 2 | -7/+35 |
* | wrap speex_resampler_reset_mem() | Lennart Poettering | 2007-12-23 | 1 | -0/+2 |
* | add new property list implementation | Lennart Poettering | 2007-12-23 | 5 | -3/+414 |
* | Increase the maximum line length of default.pa from 256 to 1024. Load command... | Tanu Kaskinen | 2007-12-14 | 1 | -1/+1 |
* | Add a configure switch to enable the per-user ESounD socket path, but default... | Diego Petteno | 2007-12-06 | 1 | -3/+9 |
* | Add new subsystem for applying envelopes (such as volume ramps) to audio signals | Lennart Poettering | 2007-11-24 | 4 | -1/+1094 |
* | rearrange #includes | Lennart Poettering | 2007-11-24 | 1 | -3/+3 |
* | add new pa_mutex_try_lock() API | Lennart Poettering | 2007-11-24 | 2 | -0/+13 |
* | add new endianess macros for FLOAT32 | Lennart Poettering | 2007-11-24 | 1 | -0/+14 |
* | make sure to create ~/.pulse before using any configuration file from it | Lennart Poettering | 2007-11-24 | 1 | -1/+8 |
* | Check for mkdir -p or equivalent, and use that rather than simple mkdir to cr... | Diego Petteno | 2007-11-23 | 1 | -3/+3 |
* | Enable D-Bus if Bluez or HAL are enabled; use DBUS_LIBS/DBUS_CFLAGS when buil... | Diego Petteno | 2007-11-23 | 1 | -2/+2 |
* | fix uploading of samples into PA. Problem discovered by Colin Guthrie | Lennart Poettering | 2007-11-22 | 1 | -1/+1 |
* | update speex resampler with newer snapshot from Speex SVN | Lennart Poettering | 2007-11-22 | 3 | -16/+67 |
* | when speaking to a client with a version < 12, hide S32 sample specs, and mak... | Lennart Poettering | 2007-11-21 | 1 | -18/+59 |
* | - Check process name when dealing with PID files | Lennart Poettering | 2007-11-21 | 27 | -230/+1497 |
* | minor typo fix | Lennart Poettering | 2007-11-21 | 1 | -1/+1 |
* | add a couple of new opcodes, and document the versions the opcodes where added | Lennart Poettering | 2007-11-21 | 1 | -6/+25 |
* | add API to allow runtime reconfiguration of memblockqs | Lennart Poettering | 2007-11-21 | 2 | -23/+78 |
* | build PolicyKit support | Lennart Poettering | 2007-11-16 | 1 | -1/+13 |
* | add interface to PolicyKit | Lennart Poettering | 2007-11-16 | 3 | -0/+301 |
* | use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ... | Lennart Poettering | 2007-11-14 | 1 | -1/+1 |
* | use a free list for allocation pa_operation objects | Lennart Poettering | 2007-11-14 | 1 | -2/+9 |
* | use a free list for allocating reply_info structs | Lennart Poettering | 2007-11-14 | 1 | -2/+8 |
* | add missing pa_boolization | Lennart Poettering | 2007-11-14 | 2 | -2/+2 |
* | Rework ALSA mixer channel detection code. This time we actually care about th... | Lennart Poettering | 2007-11-13 | 4 | -48/+192 |
* | add array size to increase chance of detecting missing updates | Lennart Poettering | 2007-11-13 | 1 | -3/+2 |
* | don't fail if the bt-proximity-helper is not built | Lennart Poettering | 2007-11-13 | 1 | -1/+1 |
* | don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box co... | Lennart Poettering | 2007-11-13 | 2 | -2/+2 |
* | increase the pacmd timeout a bit | Lennart Poettering | 2007-11-13 | 1 | -1/+1 |
* | Completely rework ALSA device selection code: choose the device to open depen... | Lennart Poettering | 2007-11-13 | 15 | -122/+350 |
* | fix loading of load-once modules if no other modules was loaded before | Lennart Poettering | 2007-11-13 | 1 | -1/+1 |
* | add new fun module that automatically mutes your audio devices when you leave... | Lennart Poettering | 2007-11-11 | 3 | -1/+727 |
* | Port module-gconf to make use of the new API pa_start_child_for_read() | Lennart Poettering | 2007-11-11 | 1 | -128/+9 |
* | pull code for starting helper processes out of module-gconf, clean it up, and... | Lennart Poettering | 2007-11-11 | 2 | -0/+194 |
* | add new function pa_strnull() to simplify passing null strings to non-linux p... | Lennart Poettering | 2007-11-11 | 1 | -0/+4 |
* | add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d... | Lennart Poettering | 2007-11-11 | 7 | -71/+616 |
* | tag modules that may only be loaded once at most especially, and enforce that... | Lennart Poettering | 2007-11-09 | 42 | -160/+233 |