summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* add new api function pa_cli_get_module()Lennart Poettering2008-08-032-1/+9
* introduce pa_cli_eof_cb_tLennart Poettering2008-08-032-6/+8
* rename pa_hook_free() to pa_hook_done() since the hook struct is allocated on...Lennart Poettering2008-08-033-3/+3
* use @ as seperator between shared name variable and instanceLennart Poettering2008-08-031-1/+2
* add new auth cookie singletonLennart Poettering2008-08-032-0/+144
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-017-6/+6
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-018-79/+80
* don't pass rediculously high values to umask()Lennart Poettering2008-07-301-1/+1
* fix two thinkos in signal reset/close_all codeLennart Poettering2008-07-291-9/+14
* don't break if we fail to resume access to an audio deviceLennart Poettering2008-07-232-8/+26
* get rid of our internal copy of the speex resampler. Instead, link against a ...Lennart Poettering2008-06-288-2026/+15
* add proper update_max_request handler to native protocol streamsLennart Poettering2008-06-281-1/+18
* update speex resamplerLennart Poettering2008-06-275-321/+456
* update ffmpeg resampler from upstream SVNLennart Poettering2008-06-271-2/+2
* 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-274-71/+109
* 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-273-3/+3
* 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-271-8/+19
* 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
* 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-263-30/+36
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-264-23/+43
* 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
* fix return value of pa_namereg_make_valid_name()Lennart Poettering2008-06-262-3/+3
* 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
* Properly check for home directoryLennart Poettering2008-06-211-6/+4
* 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
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-2010-224/+699
* add new function pa_smoother_reset()Lennart Poettering2008-06-202-0/+10
* make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering2008-06-182-6/+2
* get rid of svn $ keywordsLennart Poettering2008-06-18194-388/+0
* reset prebuf if it is too largeLennart Poettering2008-06-171-2/+2
* limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
* server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering2008-06-171-17/+42
* move pa_init_proplist() to proplist-util.[ch]Lennart Poettering2008-06-172-0/+149
* add pa_memblockq_get_base()Lennart Poettering2008-06-162-0/+8
* add Nokia copyrightLennart Poettering2008-06-161-1/+2