Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -73/+111 |
| | |||||
* | 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 | 4 | -6/+6 |
| | | | | 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 typo in man page, closes rhbz #447355 | Lennart Poettering | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -16/+35 |
| | | | | 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 | ||||
* | always forward rewind requests to the sink, and don't abort on nbytes=0 | Lennart Poettering | 2008-06-26 | 2 | -9/+6 |
| | |||||
* | some svn->git updates in the Makefile | Lennart Poettering | 2008-06-26 | 1 | -4/+4 |
| | |||||
* | rework logic to request automatic timing updates a bit | Lennart Poettering | 2008-06-26 | 1 | -29/+34 |
| | |||||
* | reorder a few things to get rid of an uneeded comparison | Lennart Poettering | 2008-06-26 | 1 | -17/+10 |
| | |||||
* | add a FIXME | Lennart Poettering | 2008-06-26 | 1 | -0/+2 |
| | |||||
* | move initialization order of validity bools around a bit | Lennart Poettering | 2008-06-26 | 1 | -7/+5 |
| | |||||
* | unify smoother pause/resume handling in a single function ↵ | Lennart Poettering | 2008-06-26 | 1 | -30/+43 |
| | | | | check_smoother_status() | ||||
* | 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 | 10 | -39/+69 |
| | | | | next loop iteration | ||||
* | use the newer name for monotonic/monotonous | Lennart Poettering | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | remove redundant check | Lennart Poettering | 2008-06-26 | 1 | -9/+6 |
| | |||||
* | properly initialize pa_stream::corked based on the flags | Lennart Poettering | 2008-06-26 | 1 | -1/+2 |
| | |||||
* | split pa_memblockq_flush() into two flush commands, one which fixes up the ↵ | Lennart Poettering | 2008-06-26 | 5 | -25/+45 |
| | | | | 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 |
| | |||||
* | call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an ↵ | Lennart Poettering | 2008-06-26 | 1 | -4/+9 |
| | | | | alias for that | ||||
* | fix return value of pa_namereg_make_valid_name() | Lennart Poettering | 2008-06-26 | 2 | -3/+3 |
| | |||||
* | choose more sensible default buffer sizes for old clients | Lennart Poettering | 2008-06-25 | 1 | -3/+11 |
| | |||||
* | Add xmltoman to the distribution. This saves pulling in an external dependancy | Colin Guthrie | 2008-06-25 | 3 | -43/+231 |
| | |||||
* | 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. | ||||
* | Merge branch 'master' of ↵ | Lennart Poettering | 2008-06-24 | 0 | -0/+0 |
|\ | | | | | | | git://git.debian.org/git/pkg-pulseaudio/pulseaudio-upstream | ||||
| * | Merge dead branch 'glitch-free' | CJ van den Berg | 2008-06-23 | 0 | -0/+0 |
| |\ | |||||
| | * | update protocol spec | Lennart Poettering | 2008-05-15 | 1 | -0/+10 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2444 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | follow recent alsa sink changes in the alsa source | Lennart Poettering | 2008-05-15 | 1 | -141/+158 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2443 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | decrease default tsched buffer to 2s to reduce overall memory consumption | Lennart Poettering | 2008-05-15 | 1 | -4/+4 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2442 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | fix up requested latency when we move a record stream | Lennart Poettering | 2008-05-15 | 1 | -3/+6 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2441 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | fix moving of record streams | Lennart Poettering | 2008-05-15 | 1 | -2/+14 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2440 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | don't access stream before it is valid | Lennart Poettering | 2008-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2439 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | fix suspend for alsa sink | Lennart Poettering | 2008-05-15 | 1 | -1/+4 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2438 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | export a couple of more functions from libpulse | Lennart Poettering | 2008-05-15 | 1 | -4/+20 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2437 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | Print message when stream started playback, use terminal sequence to clear ↵ | Lennart Poettering | 2008-05-15 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | | | line when printing that message git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2436 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | reduce malloc() usage when logging, to minimize the hit of logging in RT ↵ | Lennart Poettering | 2008-05-15 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | | | threads. Not complete yet, i18n still uses malloc git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2435 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | add pa_vsnprintf() | Lennart Poettering | 2008-05-15 | 2 | -2/+19 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2434 fefdeb5f-60dc-0310-8127-8f9354f1896f | ||||
| | * | add adaptive resampler to the RTP receiver, other modernizations | Lennart Poettering | 2008-05-15 | 1 | -22/+129 |
| | | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2433 fefdeb5f-60dc-0310-8127-8f9354f1896f |