| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | fix a bad memory access when destructing pa_memimports | Lennart Poettering | 2007-08-23 | 1 | -3/+4 |
| | * | | a couple of modernizations; parse RE sample types properly | Lennart Poettering | 2007-08-23 | 1 | -28/+38 |
| | * | | add a small speex wrapper so that we can include both the fp and the fixed-po... | Lennart Poettering | 2007-08-23 | 1 | -0/+48 |
| | * | | build speex resampler tiwce, once for fixed point, one for floating point | Lennart Poettering | 2007-08-23 | 1 | -1/+20 |
| | * | | add a copy of the speex resampler to our sources | Lennart Poettering | 2007-08-23 | 4 | -0/+1745 |
| | * | | fix minor typo | Lennart Poettering | 2007-08-22 | 2 | -2/+2 |
| | * | | port remaining sinks to pa_rtpoll | Lennart Poettering | 2007-08-22 | 4 | -340/+306 |
| | * | | minor cleanups | Lennart Poettering | 2007-08-22 | 1 | -29/+14 |
| | * | | support absolute, relative and periodic timers in pa_rtpoll | Lennart Poettering | 2007-08-22 | 3 | -18/+102 |
| | * | | port alsa driver to make use of new pa_rtpoll object | Lennart Poettering | 2007-08-22 | 1 | -140/+142 |
| | * | | reverse hrtimer check, add missing #include | Lennart Poettering | 2007-08-22 | 1 | -1/+2 |
| | * | | add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol... | Lennart Poettering | 2007-08-22 | 2 | -2/+91 |
| | * | | add missing include | Lennart Poettering | 2007-08-22 | 1 | -0/+1 |
| | * | | make pa_make_power_of_two() and pa_is_power_of_two() inline functions | Lennart Poettering | 2007-08-22 | 2 | -20/+17 |
| | * | | add missing #include | Lennart Poettering | 2007-08-22 | 1 | -0/+1 |
| | * | | add message about hrtimers, and initialize pa_core::high_priority | Lennart Poettering | 2007-08-22 | 1 | -5/+13 |
| | * | | hide rtpoll-test from svn | Lennart Poettering | 2007-08-22 | 0 | -0/+0 |
| | * | | check pa_core::high_priority before becoming rt thread | Lennart Poettering | 2007-08-22 | 3 | -3/+6 |
| | * | | add new option to pa_core stating whether we are running as high prio process | Lennart Poettering | 2007-08-22 | 2 | -4/+5 |
| | * | | add check for ppoll() | Lennart Poettering | 2007-08-22 | 1 | -1/+1 |
| | * | | add rtpoll, rtclock, rtsig to Makefile | Lennart Poettering | 2007-08-22 | 1 | -1/+10 |
| | * | | add test program for pa_rtpoll | Lennart Poettering | 2007-08-22 | 1 | -0/+80 |
| | * | | add new realtime event loop abstraction which precise time keeping by using h... | Lennart Poettering | 2007-08-22 | 2 | -0/+525 |
| | * | | add facility for managing realtime signals | Lennart Poettering | 2007-08-22 | 2 | -0/+155 |
| | * | | add monotonic clock abstraction pa_rtclock | Lennart Poettering | 2007-08-22 | 2 | -0/+201 |
| | * | | rename a few things in a macro to make name collisions less likely | Lennart Poettering | 2007-08-22 | 1 | -12/+12 |
| | * | | make use of new public function pa_is_power_of_two() | Lennart Poettering | 2007-08-22 | 1 | -5/+1 |
| | * | | add pa_is_power_of_two() and pa_make_power_of_two() functions | Lennart Poettering | 2007-08-22 | 2 | -0/+21 |
| | * | | add macro for creating static TLS objects | Lennart Poettering | 2007-08-22 | 1 | -0/+26 |
| | * | | add more PA_PTR_TO_XXX macros | Lennart Poettering | 2007-08-22 | 1 | -1/+8 |
| | * | | modernizations | Lennart Poettering | 2007-08-22 | 2 | -20/+27 |
| | * | | use realtime scheduling for ALSA and OSS driver threads | Lennart Poettering | 2007-08-16 | 3 | -0/+6 |
| | * | | never stay root after startup, even if we don't have capabilites | Lennart Poettering | 2007-08-16 | 1 | -5/+14 |
| | * | | seperately get high nice level and acquire realtime sched | Lennart Poettering | 2007-08-16 | 2 | -64/+32 |
| | * | | Keep CAP_SYS_NICE not only in PERMITTED but also in EFFECTIVE capset | Lennart Poettering | 2007-08-16 | 1 | -6/+7 |
| | * | | only suspend device when server is local | Lennart Poettering | 2007-08-16 | 1 | -5/+12 |
| | * | | truncate service names if necessary, include user name in service string | Lennart Poettering | 2007-08-16 | 1 | -23/+48 |
| | * | | add pa_truncate_utf8() function for truncating a string and guaranteeing it s... | Lennart Poettering | 2007-08-16 | 2 | -0/+20 |
| | * | | add fedora-snapshot target | Lennart Poettering | 2007-08-15 | 1 | -0/+3 |
| | * | | fix an awful race condition when handling data requests | Lennart Poettering | 2007-08-15 | 1 | -14/+22 |
| | * | | don't fail if no pa is srunning | Lennart Poettering | 2007-08-15 | 1 | -29/+49 |
| | * | | add new tool pasuspender which temporarily suspends all sinks and resumes the... | Lennart Poettering | 2007-08-15 | 2 | -1/+293 |
| | * | | set CLOEXEC on more fds | Lennart Poettering | 2007-08-15 | 2 | -0/+5 |
| | * | | add new commands suspend-source, suspend-sink | Lennart Poettering | 2007-08-15 | 1 | -5/+50 |
| | * | | add protocol support for muting sink inputs and suspending sinks/sources | Lennart Poettering | 2007-08-15 | 4 | -10/+242 |
| | * | | bump protocol revision and soname of libpulse | Lennart Poettering | 2007-08-15 | 1 | -2/+2 |
| | * | | use pa_source_suspend_all/pa_sink_suspend_all for suspending all sinks/sources | Lennart Poettering | 2007-08-15 | 1 | -7/+6 |
| | * | | fix muting for sink inputs | Lennart Poettering | 2007-08-15 | 1 | -2/+8 |
| | * | | actually mute sinks when asked for i, add new function pa_sink_suspend_all | Lennart Poettering | 2007-08-15 | 2 | -0/+16 |
| | * | | actually mute sinks when asked for i, add new function pa_sink_suspend_all | Lennart Poettering | 2007-08-15 | 2 | -0/+16 |