summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-06-27add additional file when updating speex resamplerLennart Poettering1-0/+1
2008-06-27update speex resamplerLennart Poettering6-323/+458
2008-06-27update ffmpeg resampler from upstream SVNLennart Poettering1-2/+2
2008-06-27simplify handling of rewrite requestsLennart Poettering1-14/+3
2008-06-27handle rewind requestsLennart Poettering1-0/+4
2008-06-27handle rewind requestsLennart Poettering1-0/+4
2008-06-27save a bit of memoryLennart Poettering1-3/+5
2008-06-27modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea...Lennart Poettering3-244/+246
2008-06-27halve memory consumption of mempool flist, since we know we cannot have more ...Lennart Poettering1-2/+2
2008-06-27modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering6-73/+111
2008-06-27rework the flist implementation to halve memory consumption by merging the st...Lennart Poettering2-56/+41
2008-06-27some modernizationsLennart Poettering2-9/+13
2008-06-27rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome...Lennart Poettering4-6/+6
2008-06-27save some memory by increasing the dynamic array at a slower rateLennart Poettering1-2/+2
2008-06-27some modernizationsLennart Poettering2-8/+13
2008-06-27fix underrun detection for prebuf=0 streamsLennart Poettering1-11/+16
2008-06-27use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering4-16/+35
2008-06-27fix crash when using sync'ed streamsLennart Poettering1-2/+2
2008-06-27cork/uncork before we ask for the rewrite, to make sure the rewrite actually ...Lennart Poettering1-7/+15
2008-06-26always forward rewind requests to the sink, and don't abort on nbytes=0Lennart Poettering2-9/+6
2008-06-26rework logic to request automatic timing updates a bitLennart Poettering1-29/+34
2008-06-26reorder a few things to get rid of an uneeded comparisonLennart Poettering1-17/+10
2008-06-26add a FIXMELennart Poettering1-0/+2
2008-06-26move initialization order of validity bools around a bitLennart Poettering1-7/+5
2008-06-26unify smoother pause/resume handling in a single function check_smoother_stat...Lennart Poettering1-30/+43
2008-06-26convert to double only once, and make sure we can deal with negative results ...Lennart Poettering1-4/+9
2008-06-26make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering10-39/+69
2008-06-26use the newer name for monotonic/monotonousLennart Poettering1-1/+1
2008-06-26remove redundant checkLennart Poettering1-9/+6
2008-06-26properly initialize pa_stream::corked based on the flagsLennart Poettering1-1/+2
2008-06-26split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering5-25/+45
2008-06-26comment two functions in memblockq.cLennart Poettering1-0/+2
2008-06-26use the bight lighter _silence() instead of _flush() when destructing our lit...Lennart Poettering1-1/+1
2008-06-26fix up if the smoother shall be resumed 'before' it was actually pausedLennart Poettering1-2/+2
2008-06-26fix up monotonicity of input to _get() instead of hitting an assertLennart Poettering1-1/+4
2008-06-26call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an al...Lennart Poettering1-4/+9
2008-06-26fix return value of pa_namereg_make_valid_name()Lennart Poettering2-3/+3
2008-06-25choose more sensible default buffer sizes for old clientsLennart Poettering1-3/+11
2008-06-25Export the cleanup_name() function and rename it to pa_namereg_make_valid_nam...Colin Guthrie2-2/+3
2008-06-24call update_source_requested_latency callback for source outputs only when it...Lennart Poettering1-1/+2
2008-06-23don't refer to nonexisting pa_stream_read() functionLennart Poettering1-1/+1
2008-06-23include proplist.h in pulseaudio.hLennart Poettering1-1/+2
2008-06-22support file-based capabilities instead of SUID root for giving PA rights to ...Lennart Poettering3-17/+48
2008-06-21fix deadlock when resuming oss sinksLennart Poettering1-2/+5
2008-06-21Properly check for home directoryLennart Poettering1-6/+4
2008-06-21Don't fail when we cannot determine the lock file pathLennart Poettering1-1/+5
2008-06-21call the right function in the right contextLennart Poettering2-2/+2
2008-06-21since the sink is unlinked before the sink input we need to make sure we don'...Lennart Poettering2-10/+10
2008-06-21execute detach callback before we change the state to UNLINKEDLennart Poettering1-2/+2
2008-06-21allow sinks to be created with max_request initialized to 0, so that the data...Lennart Poettering1-1/+0