| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move pa_core_check_quit() a bit later | Lennart Poettering | 2008-06-11 | 1 | -2/+5 |
* | reformat things | Lennart Poettering | 2008-06-11 | 1 | -1/+6 |
* | install auto unload time event only when we have at least one auto unload module | Lennart Poettering | 2008-06-11 | 1 | -1/+1 |
* | replace pa_atof() by pa_atod() because floats are lame | Lennart Poettering | 2008-06-11 | 2 | -10/+6 |
* | fix a compiler warning on ARM due to missing cast, patch from Jyri Sarha | Lennart Poettering | 2008-06-03 | 1 | -5/+5 |
* | allow on-the-fly deleting of hashmap entries wile we iterate through them | Lennart Poettering | 2008-05-29 | 2 | -13/+26 |
* | never hand out more data from a sink input than requested. Otherwise the resa... | Lennart Poettering | 2008-05-27 | 3 | -7/+8 |
* | always expect name field in upload datagram | Lennart Poettering | 2008-05-27 | 1 | -4/+8 |
* | fix esound proto to not crash | Lennart Poettering | 2008-05-27 | 1 | -1/+3 |
* | big mumbo jumo of interleaved patches. | Lennart Poettering | 2008-05-21 | 5 | -30/+77 |
* | add O_NOCTTY | Lennart Poettering | 2008-05-21 | 1 | -1/+5 |
* | add new functions pa_state_path()/pa_get_state_dir(), change return value of ... | Lennart Poettering | 2008-05-21 | 2 | -13/+61 |
* | fix daemon shutdown with active monitor streams | Lennart Poettering | 2008-05-18 | 2 | -2/+0 |
* | remove a misplaced assert | Lennart Poettering | 2008-05-18 | 1 | -1/+0 |
* | fix pa_close_all() to make it actually work as advertised | Lennart Poettering | 2008-05-18 | 1 | -11/+20 |
* | add another assert to catch sleep time miscalculations easier | Lennart Poettering | 2008-05-17 | 1 | -0/+3 |
* | link latency of monitor source to sink | Lennart Poettering | 2008-05-17 | 2 | -0/+36 |
* | add new function pa_source_set_latency_range(), fix type of requested_latency | Lennart Poettering | 2008-05-17 | 2 | -1/+22 |
* | only unref memblock if there is one | Lennart Poettering | 2008-05-17 | 1 | -1/+2 |
* | dump latency metrics for recording streams, too | Lennart Poettering | 2008-05-17 | 1 | -1/+6 |
* | fix peak detection pseudo resampler | Lennart Poettering | 2008-05-17 | 1 | -6/+8 |
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 87 | -2500/+5980 |
* | merge r2194 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -22/+36 |
* | merge r2192 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -4/+4 |
* | properly notify clients about suspended state when moving source output strea... | Lennart Poettering | 2008-03-27 | 1 | -0/+1 |
* | Double maximum sample size for some overly huge samples some distros ship | Lennart Poettering | 2008-03-27 | 1 | -1/+1 |
* | Attempt to resolve the multilib conflicts by getting all the config files | Lennart Poettering | 2008-03-27 | 1 | -2/+30 |
* | add proper arm atomic ops support, patch from Jyri Sarha | Lennart Poettering | 2008-03-26 | 1 | -1/+230 |
* | Clarify the explanation of the in_action field in pa_autoload_entry. | Tanu Kaskinen | 2008-02-15 | 1 | -1/+1 |
* | allow compilation on systems that lack POSIX shared memory. Patch from matthi... | Lennart Poettering | 2008-02-15 | 1 | -1/+3 |
* | deal with a possibly failing pa_channel_map_init_auto() correctly | Lennart Poettering | 2008-02-13 | 7 | -10/+22 |
* | Don't send opcodes introduced in protocol versions 12 to clients using protocol | Sjoerd Simons | 2008-01-04 | 1 | -0/+12 |
* | Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. Fixes | Sjoerd Simons | 2008-01-04 | 1 | -0/+2 |
* | convert argument to boolean value before passing it on to __builtin_expect in... | Lennart Poettering | 2007-12-29 | 1 | -1/+1 |
* | 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 |
* | Increase the maximum line length of default.pa from 256 to 1024. Load command... | Tanu Kaskinen | 2007-12-14 | 1 | -1/+1 |
* | Add new subsystem for applying envelopes (such as volume ramps) to audio signals | Lennart Poettering | 2007-11-24 | 2 | -0/+838 |
* | 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 |
* | update speex resampler with newer snapshot from Speex SVN | Lennart Poettering | 2007-11-22 | 2 | -15/+66 |
* | 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 | 12 | -71/+528 |
* | 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 |
* | use a free list for allocating reply_info structs | Lennart Poettering | 2007-11-14 | 1 | -2/+8 |
* | Completely rework ALSA device selection code: choose the device to open depen... | Lennart Poettering | 2007-11-13 | 5 | -7/+8 |
* | fix loading of load-once modules if no other modules was loaded before | Lennart Poettering | 2007-11-13 | 1 | -1/+1 |
* | pull code for starting helper processes out of module-gconf, clean it up, and... | Lennart Poettering | 2007-11-11 | 2 | -0/+194 |