summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | gets trhough
* convert to double only once, and make sure we can deal with negative results ↵Lennart Poettering2008-06-261-4/+9
| | | | of -y
* make sure to call process_rewind() under all circumstances before we do the ↵Lennart Poettering2008-06-263-30/+36
| | | | next loop iteration
* split pa_memblockq_flush() into two flush commands, one which fixes up the ↵Lennart Poettering2008-06-264-23/+43
| | | | read ptr, and one which fixes up the write ptr
* comment two functions in memblockq.cLennart Poettering2008-06-261-0/+2
|
* use the bight lighter _silence() instead of _flush() when destructing our ↵Lennart Poettering2008-06-261-1/+1
| | | | little q
* 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 ↵Colin Guthrie2008-06-252-2/+3
| | | | | | pa_namereg_make_valid_name(). This will allow it to be used by modules to create valid sink names.
* call update_source_requested_latency callback for source outputs only when ↵Lennart Poettering2008-06-241-1/+2
| | | | it is set to non-NULL
* 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 ↵Lennart Poettering2008-06-211-1/+0
| | | | data can be filled in later when attaching to some piggybacked sink
* Rework module-combine to work with glitch-free core; add new max_request ↵Lennart Poettering2008-06-2010-224/+699
| | | | field to pa_sink
* 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
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2548 fefdeb5f-60dc-0310-8127-8f9354f1896f
* limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2547 fefdeb5f-60dc-0310-8127-8f9354f1896f
* server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering2008-06-171-17/+42
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2545 fefdeb5f-60dc-0310-8127-8f9354f1896f
* move pa_init_proplist() to proplist-util.[ch]Lennart Poettering2008-06-172-0/+149
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2541 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add pa_memblockq_get_base()Lennart Poettering2008-06-162-0/+8
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2539 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add Nokia copyrightLennart Poettering2008-06-161-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2538 fefdeb5f-60dc-0310-8127-8f9354f1896f
* a few modernizationsLennart Poettering2008-06-162-8/+11
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2535 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new function pa_iochannel_socket_is_local()Lennart Poettering2008-06-162-0/+15
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2534 fefdeb5f-60dc-0310-8127-8f9354f1896f
* make use of the new pa_socket_address_is_local() functionLennart Poettering2008-06-161-16/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2533 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new functions pa_socket_is_local() and pa_socket_address_is_local()Lennart Poettering2008-06-162-1/+44
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2532 fefdeb5f-60dc-0310-8127-8f9354f1896f
* minor modernizations, increase unload timeout to 60sLennart Poettering2008-06-141-5/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2530 fefdeb5f-60dc-0310-8127-8f9354f1896f
* avoid division by zero when informing user about unloaded lazy samples in ↵Lennart Poettering2008-06-141-2/+5
| | | | | | the sample cache git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2529 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-1310-30/+174
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f
* rearrange thingsLennart Poettering2008-06-131-5/+8
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2526 fefdeb5f-60dc-0310-8127-8f9354f1896f
* consider passing the same argument twice to a module an error, also consider ↵Lennart Poettering2008-06-131-1/+17
| | | | | | a variable name without following = an error git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2525 fefdeb5f-60dc-0310-8127-8f9354f1896f
* sometimes a simple memset() is much fasterLennart Poettering2008-06-131-2/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2524 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge Colin Guthrie's module-always-sink module, and add priorization to the ↵Lennart Poettering2008-06-112-20/+31
| | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new switch --start to the PA binary which allows starting PA if it is ↵Lennart Poettering2008-06-111-0/+1
| | | | | | not running yet. In contrast to normal startup an already running PA will not be considered an error. Also, take the autospawn lock so we can guarantee that after this call returns PA is ralive and running git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2513 fefdeb5f-60dc-0310-8127-8f9354f1896f
* don't exit when the XSM signals us a session exit. instead just unload all ↵Lennart Poettering2008-06-112-10/+41
| | | | | | X11 modules git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2512 fefdeb5f-60dc-0310-8127-8f9354f1896f
* move pa_core_check_quit() a bit laterLennart Poettering2008-06-111-2/+5
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2511 fefdeb5f-60dc-0310-8127-8f9354f1896f
* reformat thingsLennart Poettering2008-06-111-1/+6
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2510 fefdeb5f-60dc-0310-8127-8f9354f1896f
* install auto unload time event only when we have at least one auto unload moduleLennart Poettering2008-06-111-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2509 fefdeb5f-60dc-0310-8127-8f9354f1896f
* replace pa_atof() by pa_atod() because floats are lameLennart Poettering2008-06-112-10/+6
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2506 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix a compiler warning on ARM due to missing cast, patch from Jyri SarhaLennart Poettering2008-06-031-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2493 fefdeb5f-60dc-0310-8127-8f9354f1896f
* allow on-the-fly deleting of hashmap entries wile we iterate through themLennart Poettering2008-05-292-13/+26
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2491 fefdeb5f-60dc-0310-8127-8f9354f1896f
* never hand out more data from a sink input than requested. Otherwise the ↵Lennart Poettering2008-05-273-7/+8
| | | | | | resampler might run for too long and we get a heavy delay/underrun git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2490 fefdeb5f-60dc-0310-8127-8f9354f1896f
* always expect name field in upload datagramLennart Poettering2008-05-271-4/+8
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2489 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix esound proto to not crashLennart Poettering2008-05-271-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2488 fefdeb5f-60dc-0310-8127-8f9354f1896f
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-215-30/+77
| | | | | | | | | * Use seperate "state" and "config" paths * Pass the fact that we are in system mode via an env var $PULSE_SYSTEM instead of as var in pa_core * Properly check proc name when checking PID files. Don't check exename, because we cannot read that for other uids git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2480 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add O_NOCTTYLennart Poettering2008-05-211-1/+5
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2471 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new functions pa_state_path()/pa_get_state_dir(), change return value of ↵Lennart Poettering2008-05-212-13/+61
| | | | | | pa_startswith()/pa_endswith() pa_bool, add pa_in_system_mode() and pa_streq(); alow pa_unlock_lockfile() without file name spec git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2470 fefdeb5f-60dc-0310-8127-8f9354f1896f