summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | fix a bad memory access when destructing pa_memimportsLennart Poettering2007-08-231-3/+4
| | * | a couple of modernizations; parse RE sample types properlyLennart Poettering2007-08-231-28/+38
| | * | add a small speex wrapper so that we can include both the fp and the fixed-po...Lennart Poettering2007-08-231-0/+48
| | * | build speex resampler tiwce, once for fixed point, one for floating pointLennart Poettering2007-08-231-1/+20
| | * | add a copy of the speex resampler to our sourcesLennart Poettering2007-08-234-0/+1745
| | * | fix minor typoLennart Poettering2007-08-222-2/+2
| | * | port remaining sinks to pa_rtpollLennart Poettering2007-08-224-340/+306
| | * | minor cleanupsLennart Poettering2007-08-221-29/+14
| | * | support absolute, relative and periodic timers in pa_rtpollLennart Poettering2007-08-223-18/+102
| | * | port alsa driver to make use of new pa_rtpoll objectLennart Poettering2007-08-221-140/+142
| | * | reverse hrtimer check, add missing #includeLennart Poettering2007-08-221-1/+2
| | * | add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol...Lennart Poettering2007-08-222-2/+91
| | * | add missing includeLennart Poettering2007-08-221-0/+1
| | * | make pa_make_power_of_two() and pa_is_power_of_two() inline functionsLennart Poettering2007-08-222-20/+17
| | * | add missing #includeLennart Poettering2007-08-221-0/+1
| | * | add message about hrtimers, and initialize pa_core::high_priorityLennart Poettering2007-08-221-5/+13
| | * | hide rtpoll-test from svnLennart Poettering2007-08-220-0/+0
| | * | check pa_core::high_priority before becoming rt threadLennart Poettering2007-08-223-3/+6
| | * | add new option to pa_core stating whether we are running as high prio processLennart Poettering2007-08-222-4/+5
| | * | add check for ppoll()Lennart Poettering2007-08-221-1/+1
| | * | add rtpoll, rtclock, rtsig to MakefileLennart Poettering2007-08-221-1/+10
| | * | add test program for pa_rtpollLennart Poettering2007-08-221-0/+80
| | * | add new realtime event loop abstraction which precise time keeping by using h...Lennart Poettering2007-08-222-0/+525
| | * | add facility for managing realtime signalsLennart Poettering2007-08-222-0/+155
| | * | add monotonic clock abstraction pa_rtclockLennart Poettering2007-08-222-0/+201
| | * | rename a few things in a macro to make name collisions less likelyLennart Poettering2007-08-221-12/+12
| | * | make use of new public function pa_is_power_of_two()Lennart Poettering2007-08-221-5/+1
| | * | add pa_is_power_of_two() and pa_make_power_of_two() functionsLennart Poettering2007-08-222-0/+21
| | * | add macro for creating static TLS objectsLennart Poettering2007-08-221-0/+26
| | * | add more PA_PTR_TO_XXX macrosLennart Poettering2007-08-221-1/+8
| | * | modernizationsLennart Poettering2007-08-222-20/+27
| | * | use realtime scheduling for ALSA and OSS driver threadsLennart Poettering2007-08-163-0/+6
| | * | never stay root after startup, even if we don't have capabilitesLennart Poettering2007-08-161-5/+14
| | * | seperately get high nice level and acquire realtime schedLennart Poettering2007-08-162-64/+32
| | * | Keep CAP_SYS_NICE not only in PERMITTED but also in EFFECTIVE capsetLennart Poettering2007-08-161-6/+7
| | * | only suspend device when server is localLennart Poettering2007-08-161-5/+12
| | * | truncate service names if necessary, include user name in service stringLennart Poettering2007-08-161-23/+48
| | * | add pa_truncate_utf8() function for truncating a string and guaranteeing it s...Lennart Poettering2007-08-162-0/+20
| | * | add fedora-snapshot targetLennart Poettering2007-08-151-0/+3
| | * | fix an awful race condition when handling data requestsLennart Poettering2007-08-151-14/+22
| | * | don't fail if no pa is srunningLennart Poettering2007-08-151-29/+49
| | * | add new tool pasuspender which temporarily suspends all sinks and resumes the...Lennart Poettering2007-08-152-1/+293
| | * | set CLOEXEC on more fdsLennart Poettering2007-08-152-0/+5
| | * | add new commands suspend-source, suspend-sinkLennart Poettering2007-08-151-5/+50
| | * | add protocol support for muting sink inputs and suspending sinks/sourcesLennart Poettering2007-08-154-10/+242
| | * | bump protocol revision and soname of libpulseLennart Poettering2007-08-151-2/+2
| | * | use pa_source_suspend_all/pa_sink_suspend_all for suspending all sinks/sourcesLennart Poettering2007-08-151-7/+6
| | * | fix muting for sink inputsLennart Poettering2007-08-151-2/+8
| | * | actually mute sinks when asked for i, add new function pa_sink_suspend_allLennart Poettering2007-08-152-0/+16
| | * | actually mute sinks when asked for i, add new function pa_sink_suspend_allLennart Poettering2007-08-152-0/+16