summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add additional file when updating speex resamplerLennart Poettering2008-06-271-0/+1
* update speex resamplerLennart Poettering2008-06-276-323/+458
* 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 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
* 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
* Export the cleanup_name() function and rename it to pa_namereg_make_valid_nam...Colin Guthrie2008-06-252-2/+3
* call update_source_requested_latency callback for source outputs only when it...Lennart Poettering2008-06-241-1/+2
* don't refer to nonexisting pa_stream_read() functionLennart Poettering2008-06-231-1/+1
* include proplist.h in pulseaudio.hLennart Poettering2008-06-231-1/+2
* support file-based capabilities instead of SUID root for giving PA rights to ...Lennart Poettering2008-06-223-17/+48
* fix deadlock when resuming oss sinksLennart Poettering2008-06-211-2/+5
* Properly check for home directoryLennart Poettering2008-06-211-6/+4
* Don't fail when we cannot determine the lock file pathLennart Poettering2008-06-211-1/+5
* call the right function in the right contextLennart Poettering2008-06-212-2/+2
* since the sink is unlinked before the sink input we need to make sure we don'...Lennart Poettering2008-06-212-10/+10
* execute detach callback before we change the state to UNLINKEDLennart Poettering2008-06-211-2/+2
* allow sinks to be created with max_request initialized to 0, so that the data...Lennart Poettering2008-06-211-1/+0