Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start idle timer even when no module is ever loaded | Lennart Poettering | 2008-08-03 | 1 | -0/+2 |
| | |||||
* | some pa_bool_t'ization | Lennart Poettering | 2008-08-03 | 1 | -5/+8 |
| | |||||
* | fix iteration over random devices | Sjoerd Simons | 2008-08-03 | 1 | -0/+2 |
| | | | | | | | | Actually iterate over the various random devices. Fixes a infinite loop on startup when /dev/urandom isn't readable. Patch by Matt Kraai on Debian bug 491270, closes #333 Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | make all protocol objects global singletons | Lennart Poettering | 2008-08-03 | 10 | -388/+794 |
| | |||||
* | use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() to ↵ | Lennart Poettering | 2008-08-03 | 1 | -2/+1 |
| | | | | make things more robust | ||||
* | simplify a bit | Lennart Poettering | 2008-08-03 | 1 | -2/+4 |
| | |||||
* | add new api function pa_cli_get_module() | Lennart Poettering | 2008-08-03 | 2 | -1/+9 |
| | |||||
* | introduce pa_cli_eof_cb_t | Lennart Poettering | 2008-08-03 | 2 | -6/+8 |
| | |||||
* | rename pa_hook_free() to pa_hook_done() since the hook struct is allocated ↵ | Lennart Poettering | 2008-08-03 | 3 | -3/+3 |
| | | | | on the stack not via malloc | ||||
* | use @ as seperator between shared name variable and instance | Lennart Poettering | 2008-08-03 | 1 | -1/+2 |
| | |||||
* | add new auth cookie singleton | Lennart Poettering | 2008-08-03 | 2 | -0/+144 |
| | |||||
* | rename props.[ch] to shared.[ch] | Lennart Poettering | 2008-08-01 | 7 | -6/+6 |
| | |||||
* | rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists | Lennart Poettering | 2008-08-01 | 8 | -79/+80 |
| | |||||
* | don't pass rediculously high values to umask() | Lennart Poettering | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | fix two thinkos in signal reset/close_all code | Lennart Poettering | 2008-07-29 | 1 | -9/+14 |
| | |||||
* | don't break if we fail to resume access to an audio device | Lennart Poettering | 2008-07-23 | 2 | -8/+26 |
| | |||||
* | get rid of our internal copy of the speex resampler. Instead, link against a ↵ | Lennart Poettering | 2008-06-28 | 8 | -2026/+15 |
| | | | | system-installes libspeexdsp | ||||
* | add proper update_max_request handler to native protocol streams | Lennart Poettering | 2008-06-28 | 1 | -1/+18 |
| | |||||
* | update speex resampler | Lennart Poettering | 2008-06-27 | 5 | -321/+456 |
| | |||||
* | 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 ↵ | Lennart Poettering | 2008-06-27 | 3 | -244/+246 |
| | | | | pa_idxset_foreach() | ||||
* | halve memory consumption of mempool flist, since we know we cannot have more ↵ | Lennart Poettering | 2008-06-27 | 1 | -2/+2 |
| | | | | than n_blocks entries in it | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-27 | 2 | -56/+41 |
| | | | | state field and the pointer in the flist cells | ||||
* | some modernizations | Lennart Poettering | 2008-06-27 | 2 | -9/+13 |
| | |||||
* | rename pa_queu_is_empty() to pa_queue_isempty() to follow idxset/hashmap ↵ | Lennart Poettering | 2008-06-27 | 3 | -3/+3 |
| | | | | nomenclatura | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-27 | 1 | -8/+19 |
| | | | | allow prebuf=0 | ||||
* | 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 |
| | | | | gets trhough | ||||
* | convert to double only once, and make sure we can deal with negative results ↵ | Lennart Poettering | 2008-06-26 | 1 | -4/+9 |
| | | | | of -y | ||||
* | make sure to call process_rewind() under all circumstances before we do the ↵ | Lennart Poettering | 2008-06-26 | 3 | -30/+36 |
| | | | | next loop iteration | ||||
* | split pa_memblockq_flush() into two flush commands, one which fixes up the ↵ | Lennart Poettering | 2008-06-26 | 4 | -23/+43 |
| | | | | read ptr, and one which fixes up the write ptr | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-26 | 1 | -1/+1 |
| | | | | little q | ||||
* | 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 ↵ | Colin Guthrie | 2008-06-25 | 2 | -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 Poettering | 2008-06-24 | 1 | -1/+2 |
| | | | | it is set to non-NULL | ||||
* | 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 ↵ | Lennart Poettering | 2008-06-21 | 1 | -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 Poettering | 2008-06-20 | 10 | -224/+699 |
| | | | | field to pa_sink | ||||
* | 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 |
| |