summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* use the newer name for monotonic/monotonousLennart Poettering2008-06-261-1/+1
* remove redundant checkLennart Poettering2008-06-261-9/+6
* properly initialize pa_stream::corked based on the flagsLennart Poettering2008-06-261-1/+2
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-265-25/+45
* comment two functions in memblockq.cLennart Poettering2008-06-261-0/+2
* use the bight lighter _silence() instead of _flush() when destructing our lit...Lennart Poettering2008-06-261-1/+1
* fix up if the smoother shall be resumed 'before' it was actually pausedLennart Poettering2008-06-261-2/+2
* fix up monotonicity of input to _get() instead of hitting an assertLennart Poettering2008-06-261-1/+4
* call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an al...Lennart Poettering2008-06-261-4/+9
* fix return value of pa_namereg_make_valid_name()Lennart Poettering2008-06-262-3/+3
* choose more sensible default buffer sizes for old clientsLennart Poettering2008-06-251-3/+11
* Add xmltoman to the distribution. This saves pulling in an external dependancyColin Guthrie2008-06-253-43/+231
* Export the cleanup_name() function and rename it to pa_namereg_make_valid_nam...Colin Guthrie2008-06-252-2/+3
* Merge branch 'master' of git://git.debian.org/git/pkg-pulseaudio/pulseaudio-u...Lennart Poettering2008-06-240-0/+0
|\
| * Merge dead branch 'glitch-free'CJ van den Berg2008-06-230-0/+0
| |\
| | * update protocol specLennart Poettering2008-05-151-0/+10
| | * follow recent alsa sink changes in the alsa sourceLennart Poettering2008-05-151-141/+158
| | * decrease default tsched buffer to 2s to reduce overall memory consumptionLennart Poettering2008-05-151-4/+4
| | * fix up requested latency when we move a record streamLennart Poettering2008-05-151-3/+6
| | * fix moving of record streamsLennart Poettering2008-05-151-2/+14
| | * don't access stream before it is validLennart Poettering2008-05-151-1/+1
| | * fix suspend for alsa sinkLennart Poettering2008-05-151-1/+4
| | * export a couple of more functions from libpulseLennart Poettering2008-05-151-4/+20
| | * Print message when stream started playback, use terminal sequence to clear li...Lennart Poettering2008-05-151-6/+18
| | * reduce malloc() usage when logging, to minimize the hit of logging in RT thre...Lennart Poettering2008-05-151-11/+13
| | * add pa_vsnprintf()Lennart Poettering2008-05-152-2/+19
| | * add adaptive resampler to the RTP receiver, other modernizationsLennart Poettering2008-05-151-22/+129
| | * export a few more properties for RTP streamsLennart Poettering2008-05-151-0/+3
| | * increase default mempool size, make mempool_slot an abstract struct because t...Lennart Poettering2008-05-152-33/+23
| | * increase shm size limit, modernizationsLennart Poettering2008-05-152-9/+11
| | * reduce number of allocated memblocks when receiving RTP data by reusing blocksLennart Poettering2008-05-152-7/+39
| | * more pa_bool_t'izationLennart Poettering2008-05-152-4/+4
| | * use pa_bool_tLennart Poettering2008-05-151-3/+3
| | * add 'stream' as media roleLennart Poettering2008-05-151-1/+1
| | * add PA_REFCNT_INIT_ZEROLennart Poettering2008-05-151-0/+3
| | * add pa_ulog2()Lennart Poettering2008-05-151-0/+11
| | * add pa_memblockq_get_nblocks()Lennart Poettering2008-05-152-0/+8
| | * modernizationsLennart Poettering2008-05-141-10/+9