summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | * modify test to generate data events out-of-orderLennart Poettering2008-05-091-8/+8
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2391 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * make sure the smoother code can deal with incoming data that is ↵Lennart Poettering2008-05-092-59/+86
| | | | | | | | | | | | | | | | | | out-of-order; start smoothing only when we have at least a configurable number of entries in our history git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2390 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * bah, english sucksLennart Poettering2008-05-091-0/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2389 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix some commentsLennart Poettering2008-05-081-2/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2388 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix recordingLennart Poettering2008-05-071-1/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2387 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * double default asyncq sizeLennart Poettering2008-05-071-6/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2386 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix a race condition when tearing down the ladspa/remap sinkLennart Poettering2008-05-072-15/+15
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2385 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * apparently alsa expects us to free the memory for card namesLennart Poettering2008-05-071-0/+3
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2384 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix a memory leakLennart Poettering2008-05-071-1/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2383 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * make memchunk/memblockq streams work with glitch-freeLennart Poettering2008-05-072-12/+23
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2382 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * beefup proplist handling for sound eventsLennart Poettering2008-05-071-7/+21
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2381 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * update to new rewinding logicLennart Poettering2008-05-074-17/+8
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2380 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * rework the rewinding logic once again, fixingLennart Poettering2008-05-072-72/+74
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2379 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * decrease verbosity a bitLennart Poettering2008-05-071-4/+4
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2378 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * define callback function types; allow pa_signal_done() to be called even ↵Lennart Poettering2008-05-072-18/+21
| | | | | | | | | | | | | | | | | | without prior pa_signal_init() git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2377 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * explain why changing rlimits at this time is safeLennart Poettering2008-05-061-0/+7
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2372 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * rename 'routing' to 'filter'Lennart Poettering2008-05-061-2/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2371 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * add a few more asserts, don't allow pa_limit_caps() to failLennart Poettering2008-05-062-20/+10
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2370 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * fix remapping sink for glitch-freeLennart Poettering2008-05-032-42/+88
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2359 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * update LADSPA module for glitch-free moedLennart Poettering2008-05-031-26/+101
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2358 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * explain why a rewind was requestedLennart Poettering2008-05-031-1/+5
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2357 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * when rewinding after the end of an underrun, make sure to rewind as much as ↵Lennart Poettering2008-05-031-13/+15
| | | | | | | | | | | | | | | | | | we can, so that we deal properly with changed latencies of the sink git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2356 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * follow _unlink() changes from sink-inputLennart Poettering2008-05-031-6/+6
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2355 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * send PA_SINK_MESSAGE_REMOVE_INPUT only when an asyncmsgq is available, reset ↵Lennart Poettering2008-05-031-7/+8
| | | | | | | | | | | | | | | | | | resampler only when we really need to git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2354 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * make sure to call sink->update_requested_latency() always when we change ↵Lennart Poettering2008-05-032-6/+0
| | | | | | | | | | | | | | | | | | latency, same for source git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2353 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * don't require a module name when resolving a dl symbolLennart Poettering2008-05-031-3/+5
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2352 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * Fix typo: "now"->"not".Tanu Kaskinen2008-05-021-2/+2
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2351 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * Fix setrlimit() return value comparsion.Tanu Kaskinen2008-05-021-1/+1
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2350 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * only send PA_SINK_MESSAGE_SET_STATE if there's still an asyncmsqg around to ↵Lennart Poettering2008-05-022-4/+6
| | | | | | | | | | | | | | | | | | do so git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2347 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * a few modernizationsLennart Poettering2008-05-022-28/+30
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2346 fefdeb5f-60dc-0310-8127-8f9354f1896f
| | * reorderer a few thingsLennart Poettering2008-05-021-9/+9
| | | | | | | | | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2345 fefdeb5f-60dc-0310-8127-8f9354f1896f