summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make module-hal and module-ck live together in peacev0.9.11Lennart Poettering2008-07-242-2/+8
* fix destruction of dbus modules: make sure we don't leave filter function reg...Lennart Poettering2008-07-243-3/+23
* hide start-pulseaudio-x11Lennart Poettering2008-07-241-0/+1
* reset dbus error struct before retrying parsing messagesLennart Poettering2008-07-241-0/+6
* add missing pieces for new startup logicLennart Poettering2008-07-234-14/+51
* bump api versonLennart Poettering2008-07-231-1/+1
* follow consolekit's recent D-Bus API change, original patch from William Jon ...Lennart Poettering2008-07-231-11/+19
* allow module-x11-xsmp to be loaded more than onceLennart Poettering2008-07-231-1/+1
* don't break if we fail to resume access to an audio deviceLennart Poettering2008-07-232-8/+26
* bump alsa dep to 1.0.17Lennart Poettering2008-07-231-1/+1
* make missing gdbm fatal (spotted by Betelgeuse)Lennart Poettering2008-07-231-1/+1
* don't drop caps if we are started as normal root userLennart Poettering2008-07-221-1/+1
* enable exit-on-idle by defaultLennart Poettering2008-07-225-17/+18
* prepare doxygen docs for 0.9.11Lennart Poettering2008-07-218-78/+174
* fix gconf autoconf checkLennart Poettering2008-07-211-1/+1
* forward process_msg calls to the generic source handler, not the generic sink...Lennart Poettering2008-07-161-1/+1
* try to bypass alsa softvol, since it is broken when used with snd_pcm_rewind()Lennart Poettering2008-07-161-1/+2
* get rid of our internal copy of the speex resampler. Instead, link against a ...Lennart Poettering2008-06-2810-2045/+25
* add proper update_max_request handler to native protocol streamsLennart Poettering2008-06-281-1/+18
* make sure we call pa_sink_process_rewind() under all circumstances if a rewin...Lennart Poettering2008-06-281-5/+11
* ignore ~ filesLennart Poettering2008-06-271-0/+1
* add additional file when updating speex resamplerLennart Poettering2008-06-271-0/+1
* update speex resamplerLennart Poettering2008-06-277-323/+460
* update ffmpeg resampler from upstream SVNLennart Poettering2008-06-271-2/+2
* simplify handling of rewrite requestsLennart Poettering2008-06-271-14/+3
* handle rewind requestsLennart Poettering2008-06-271-0/+4
* handle rewind requestsLennart Poettering2008-06-271-0/+4
* save a bit of memoryLennart Poettering2008-06-271-3/+5
* modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea...Lennart Poettering2008-06-273-244/+246
* halve memory consumption of mempool flist, since we know we cannot have more ...Lennart Poettering2008-06-271-2/+2
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-276-73/+111
* rework the flist implementation to halve memory consumption by merging the st...Lennart Poettering2008-06-272-56/+41
* some modernizationsLennart Poettering2008-06-272-9/+13
* rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome...Lennart Poettering2008-06-274-6/+6
* save some memory by increasing the dynamic array at a slower rateLennart Poettering2008-06-271-2/+2
* some modernizationsLennart Poettering2008-06-272-8/+13
* fix typo in man page, closes rhbz #447355Lennart Poettering2008-06-271-1/+1
* fix underrun detection for prebuf=0 streamsLennart Poettering2008-06-271-11/+16
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-274-16/+35
* fix crash when using sync'ed streamsLennart Poettering2008-06-271-2/+2
* cork/uncork before we ask for the rewrite, to make sure the rewrite actually ...Lennart Poettering2008-06-271-7/+15
* always forward rewind requests to the sink, and don't abort on nbytes=0Lennart Poettering2008-06-262-9/+6
* some svn->git updates in the MakefileLennart Poettering2008-06-261-4/+4
* rework logic to request automatic timing updates a bitLennart Poettering2008-06-261-29/+34
* reorder a few things to get rid of an uneeded comparisonLennart Poettering2008-06-261-17/+10
* add a FIXMELennart Poettering2008-06-261-0/+2
* move initialization order of validity bools around a bitLennart Poettering2008-06-261-7/+5
* unify smoother pause/resume handling in a single function check_smoother_stat...Lennart Poettering2008-06-261-30/+43
* convert to double only once, and make sure we can deal with negative results ...Lennart Poettering2008-06-261-4/+9
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-2610-39/+69