| Commit message (Expand) | Author | Age | Files | Lines |
* | make module-hal and module-ck live together in peacev0.9.11 | Lennart Poettering | 2008-07-24 | 2 | -2/+8 |
* | fix destruction of dbus modules: make sure we don't leave filter function reg... | Lennart Poettering | 2008-07-24 | 3 | -3/+23 |
* | hide start-pulseaudio-x11 | Lennart Poettering | 2008-07-24 | 1 | -0/+1 |
* | reset dbus error struct before retrying parsing messages | Lennart Poettering | 2008-07-24 | 1 | -0/+6 |
* | add missing pieces for new startup logic | Lennart Poettering | 2008-07-23 | 4 | -14/+51 |
* | follow consolekit's recent D-Bus API change, original patch from William Jon ... | Lennart Poettering | 2008-07-23 | 1 | -11/+19 |
* | allow module-x11-xsmp to be loaded more than once | Lennart Poettering | 2008-07-23 | 1 | -1/+1 |
* | don't break if we fail to resume access to an audio device | Lennart Poettering | 2008-07-23 | 2 | -8/+26 |
* | don't drop caps if we are started as normal root user | Lennart Poettering | 2008-07-22 | 1 | -1/+1 |
* | enable exit-on-idle by default | Lennart Poettering | 2008-07-22 | 5 | -17/+18 |
* | prepare doxygen docs for 0.9.11 | Lennart Poettering | 2008-07-21 | 8 | -78/+174 |
* | forward process_msg calls to the generic source handler, not the generic sink... | Lennart Poettering | 2008-07-16 | 1 | -1/+1 |
* | try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind() | Lennart Poettering | 2008-07-16 | 1 | -1/+2 |
* | get rid of our internal copy of the speex resampler. Instead, link against a ... | Lennart Poettering | 2008-06-28 | 9 | -2045/+21 |
* | add proper update_max_request handler to native protocol streams | Lennart Poettering | 2008-06-28 | 1 | -1/+18 |
* | make sure we call pa_sink_process_rewind() under all circumstances if a rewin... | Lennart Poettering | 2008-06-28 | 1 | -5/+11 |
* | add additional file when updating speex resampler | Lennart Poettering | 2008-06-27 | 1 | -0/+1 |
* | update speex resampler | Lennart Poettering | 2008-06-27 | 6 | -323/+458 |
* | update ffmpeg resampler from upstream SVN | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | simplify handling of rewrite requests | Lennart Poettering | 2008-06-27 | 1 | -14/+3 |
* | handle rewind requests | Lennart Poettering | 2008-06-27 | 1 | -0/+4 |
* | handle rewind requests | Lennart Poettering | 2008-06-27 | 1 | -0/+4 |
* | save a bit of memory | Lennart Poettering | 2008-06-27 | 1 | -3/+5 |
* | modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea... | Lennart Poettering | 2008-06-27 | 3 | -244/+246 |
* | halve memory consumption of mempool flist, since we know we cannot have more ... | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | modernize hashmap implementation a bit, reduce memory consumption a bit | Lennart Poettering | 2008-06-27 | 6 | -73/+111 |
* | rework the flist implementation to halve memory consumption by merging the st... | Lennart Poettering | 2008-06-27 | 2 | -56/+41 |
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -9/+13 |
* | rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome... | Lennart Poettering | 2008-06-27 | 4 | -6/+6 |
* | save some memory by increasing the dynamic array at a slower rate | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -8/+13 |
* | fix underrun detection for prebuf=0 streams | Lennart Poettering | 2008-06-27 | 1 | -11/+16 |
* | use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo... | Lennart Poettering | 2008-06-27 | 4 | -16/+35 |
* | fix crash when using sync'ed streams | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | cork/uncork before we ask for the rewrite, to make sure the rewrite actually ... | Lennart Poettering | 2008-06-27 | 1 | -7/+15 |
* | always forward rewind requests to the sink, and don't abort on nbytes=0 | Lennart Poettering | 2008-06-26 | 2 | -9/+6 |
* | rework logic to request automatic timing updates a bit | Lennart Poettering | 2008-06-26 | 1 | -29/+34 |
* | reorder a few things to get rid of an uneeded comparison | Lennart Poettering | 2008-06-26 | 1 | -17/+10 |
* | add a FIXME | Lennart Poettering | 2008-06-26 | 1 | -0/+2 |
* | move initialization order of validity bools around a bit | Lennart Poettering | 2008-06-26 | 1 | -7/+5 |
* | unify smoother pause/resume handling in a single function check_smoother_stat... | Lennart Poettering | 2008-06-26 | 1 | -30/+43 |
* | convert to double only once, and make sure we can deal with negative results ... | Lennart Poettering | 2008-06-26 | 1 | -4/+9 |
* | make sure to call process_rewind() under all circumstances before we do the n... | Lennart Poettering | 2008-06-26 | 10 | -39/+69 |
* | use the newer name for monotonic/monotonous | Lennart Poettering | 2008-06-26 | 1 | -1/+1 |
* | remove redundant check | Lennart Poettering | 2008-06-26 | 1 | -9/+6 |
* | properly initialize pa_stream::corked based on the flags | Lennart Poettering | 2008-06-26 | 1 | -1/+2 |
* | split pa_memblockq_flush() into two flush commands, one which fixes up the re... | Lennart Poettering | 2008-06-26 | 5 | -25/+45 |
* | comment two functions in memblockq.c | Lennart Poettering | 2008-06-26 | 1 | -0/+2 |
* | use the bight lighter _silence() instead of _flush() when destructing our lit... | Lennart Poettering | 2008-06-26 | 1 | -1/+1 |
* | fix up if the smoother shall be resumed 'before' it was actually paused | Lennart Poettering | 2008-06-26 | 1 | -2/+2 |