| Commit message (Expand) | Author | Age | Files | Lines |
* | update ffmpeg resampler from upstream SVN | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | save a bit of memory | Lennart Poettering | 2008-06-27 | 1 | -3/+5 |
* | modernize idxset a bit, reduce memory consumption, get rid of pa_idxset_forea... | Lennart Poettering | 2008-06-27 | 3 | -244/+246 |
* | halve memory consumption of mempool flist, since we know we cannot have more ... | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | modernize hashmap implementation a bit, reduce memory consumption a bit | Lennart Poettering | 2008-06-27 | 4 | -71/+109 |
* | rework the flist implementation to halve memory consumption by merging the st... | Lennart Poettering | 2008-06-27 | 2 | -56/+41 |
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -9/+13 |
* | rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap nome... | Lennart Poettering | 2008-06-27 | 3 | -3/+3 |
* | save some memory by increasing the dynamic array at a slower rate | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -8/+13 |
* | fix underrun detection for prebuf=0 streams | Lennart Poettering | 2008-06-27 | 1 | -11/+16 |
* | use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo... | Lennart Poettering | 2008-06-27 | 1 | -8/+19 |
* | fix crash when using sync'ed streams | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
* | cork/uncork before we ask for the rewrite, to make sure the rewrite actually ... | Lennart Poettering | 2008-06-27 | 1 | -7/+15 |
* | convert to double only once, and make sure we can deal with negative results ... | Lennart Poettering | 2008-06-26 | 1 | -4/+9 |
* | make sure to call process_rewind() under all circumstances before we do the n... | Lennart Poettering | 2008-06-26 | 3 | -30/+36 |
* | split pa_memblockq_flush() into two flush commands, one which fixes up the re... | Lennart Poettering | 2008-06-26 | 4 | -23/+43 |
* | comment two functions in memblockq.c | Lennart Poettering | 2008-06-26 | 1 | -0/+2 |
* | use the bight lighter _silence() instead of _flush() when destructing our lit... | Lennart Poettering | 2008-06-26 | 1 | -1/+1 |
* | fix up if the smoother shall be resumed 'before' it was actually paused | Lennart Poettering | 2008-06-26 | 1 | -2/+2 |
* | fix up monotonicity of input to _get() instead of hitting an assert | Lennart Poettering | 2008-06-26 | 1 | -1/+4 |
* | fix return value of pa_namereg_make_valid_name() | Lennart Poettering | 2008-06-26 | 2 | -3/+3 |
* | Export the cleanup_name() function and rename it to pa_namereg_make_valid_nam... | Colin Guthrie | 2008-06-25 | 2 | -2/+3 |
* | call update_source_requested_latency callback for source outputs only when it... | Lennart Poettering | 2008-06-24 | 1 | -1/+2 |
* | Properly check for home directory | Lennart Poettering | 2008-06-21 | 1 | -6/+4 |
* | execute detach callback before we change the state to UNLINKED | Lennart Poettering | 2008-06-21 | 1 | -2/+2 |
* | allow sinks to be created with max_request initialized to 0, so that the data... | Lennart Poettering | 2008-06-21 | 1 | -1/+0 |
* | Rework module-combine to work with glitch-free core; add new max_request fiel... | Lennart Poettering | 2008-06-20 | 10 | -224/+699 |
* | add new function pa_smoother_reset() | Lennart Poettering | 2008-06-20 | 2 | -0/+10 |
* | make user of pa_channel_map_init_extend() wherever it makes sense | Lennart Poettering | 2008-06-18 | 2 | -6/+2 |
* | get rid of svn $ keywords | Lennart Poettering | 2008-06-18 | 194 | -388/+0 |
* | reset prebuf if it is too large | Lennart Poettering | 2008-06-17 | 1 | -2/+2 |
* | limit the prebuf value by tlength | Lennart Poettering | 2008-06-17 | 1 | -2/+5 |
* | server side of new shm negotiation scheme; fix a bad memory access | Lennart Poettering | 2008-06-17 | 1 | -17/+42 |
* | move pa_init_proplist() to proplist-util.[ch] | Lennart Poettering | 2008-06-17 | 2 | -0/+149 |
* | add pa_memblockq_get_base() | Lennart Poettering | 2008-06-16 | 2 | -0/+8 |
* | add Nokia copyright | Lennart Poettering | 2008-06-16 | 1 | -1/+2 |
* | a few modernizations | Lennart Poettering | 2008-06-16 | 2 | -8/+11 |
* | add new function pa_iochannel_socket_is_local() | Lennart Poettering | 2008-06-16 | 2 | -0/+15 |
* | make use of the new pa_socket_address_is_local() function | Lennart Poettering | 2008-06-16 | 1 | -16/+2 |
* | add new functions pa_socket_is_local() and pa_socket_address_is_local() | Lennart Poettering | 2008-06-16 | 2 | -1/+44 |
* | minor modernizations, increase unload timeout to 60s | Lennart Poettering | 2008-06-14 | 1 | -5/+3 |
* | avoid division by zero when informing user about unloaded lazy samples in the... | Lennart Poettering | 2008-06-14 | 1 | -2/+5 |
* | fix a bad memory access pulsecore/client.c | Lennart Poettering | 2008-06-13 | 10 | -30/+174 |
* | rearrange things | Lennart Poettering | 2008-06-13 | 1 | -5/+8 |
* | consider passing the same argument twice to a module an error, also consider ... | Lennart Poettering | 2008-06-13 | 1 | -1/+17 |
* | sometimes a simple memset() is much faster | Lennart Poettering | 2008-06-13 | 1 | -2/+1 |
* | merge Colin Guthrie's module-always-sink module, and add priorization to the ... | Lennart Poettering | 2008-06-11 | 2 | -20/+31 |
* | add new switch --start to the PA binary which allows starting PA if it is not... | Lennart Poettering | 2008-06-11 | 1 | -0/+1 |
* | don't exit when the XSM signals us a session exit. instead just unload all X1... | Lennart Poettering | 2008-06-11 | 2 | -10/+41 |