summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use the newer name for monotonic/monotonousLennart Poettering2008-06-261-1/+1
|
* remove redundant checkLennart Poettering2008-06-261-9/+6
|
* properly initialize pa_stream::corked based on the flagsLennart Poettering2008-06-261-1/+2
|
* split pa_memblockq_flush() into two flush commands, one which fixes up the ↵Lennart Poettering2008-06-265-25/+45
| | | | 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
|
* call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an ↵Lennart Poettering2008-06-261-4/+9
| | | | alias for that
* fix return value of pa_namereg_make_valid_name()Lennart Poettering2008-06-262-3/+3
|
* choose more sensible default buffer sizes for old clientsLennart Poettering2008-06-251-3/+11
|
* Add xmltoman to the distribution. This saves pulling in an external dependancyColin Guthrie2008-06-253-43/+231
|
* 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.
* Merge branch 'master' of ↵Lennart Poettering2008-06-240-0/+0
|\ | | | | | | git://git.debian.org/git/pkg-pulseaudio/pulseaudio-upstream
| * Merge dead branch 'glitch-free'CJ van den Berg2008-06-230-0/+0
| |\
| | * update protocol specLennart Poettering2008-05-151-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 sourceLennart Poettering2008-05-151-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 consumptionLennart Poettering2008-05-151-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 streamLennart Poettering2008-05-151-3/+6
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2441 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix moving of record streamsLennart Poettering2008-05-151-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 validLennart Poettering2008-05-151-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2439 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix suspend for alsa sinkLennart Poettering2008-05-151-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 libpulseLennart Poettering2008-05-151-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 Poettering2008-05-151-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 Poettering2008-05-151-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 Poettering2008-05-152-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 modernizationsLennart Poettering2008-05-151-22/+129
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2433 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * export a few more properties for RTP streamsLennart Poettering2008-05-151-0/+3
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2432 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * increase default mempool size, make mempool_slot an abstract struct because ↵Lennart Poettering2008-05-152-33/+23
| | | | | | | | | | | | | | | | | | the only fields it defined where actually unused git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2431 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * increase shm size limit, modernizationsLennart Poettering2008-05-152-9/+11
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2430 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * reduce number of allocated memblocks when receiving RTP data by reusing blocksLennart Poettering2008-05-152-7/+39
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2429 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * more pa_bool_t'izationLennart Poettering2008-05-152-4/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2428 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * use pa_bool_tLennart Poettering2008-05-151-3/+3
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2427 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add 'stream' as media roleLennart Poettering2008-05-151-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2426 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add PA_REFCNT_INIT_ZEROLennart Poettering2008-05-151-0/+3
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2425 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add pa_ulog2()Lennart Poettering2008-05-151-0/+11
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2424 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add pa_memblockq_get_nblocks()Lennart Poettering2008-05-152-0/+8
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2423 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * modernizationsLennart Poettering2008-05-141-10/+9
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2422 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * modernizationsLennart Poettering2008-05-144-9/+5
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2421 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * initialize volume properly, set more properties, modernizationsLennart Poettering2008-05-141-45/+64
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2420 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * don't spam us with wakeup msgs in non-tsched modeLennart Poettering2008-05-141-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2419 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * update pipe source for glitch-free, tooLennart Poettering2008-05-142-5/+3
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2418 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix pipe sink for glitch-freeLennart Poettering2008-05-142-36/+63
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2417 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix braindead mistakeLennart Poettering2008-05-141-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2416 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * some fixes to make the esound protocol work on glitch-free againLennart Poettering2008-05-141-44/+88
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2415 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * some fixes to make the simple protocol work on glitch-free againLennart Poettering2008-05-141-39/+87
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2414 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * store peer name in native-protocol.peer propertyLennart Poettering2008-05-141-3/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2413 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * if zero is passed to pa_memblock_new() allocate largest memory block ↵Lennart Poettering2008-05-141-1/+3
| | | | | | | | | | | | | | | | | | possible from mempool git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2412 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix module-sine for glitch-freeLennart Poettering2008-05-091-6/+38
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2393 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * - Fix moving of sink inputs between sinksLennart Poettering2008-05-0918-445/+528
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't write more than a single buffer size in the ALSA driver at a time, to give the clients time to fill up the memblockq again - Add API for querying the requested latency of a sink input/source output - Drop get_letancy() from vtable of sinks/sources git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2392 fefdeb5f-60dc-0310-8127-8f9354f1896f