| Commit message (Expand) | Author | Age | Files | Lines |
* | add new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flag | Lennart Poettering | 2007-08-30 | 1 | -2/+4 |
* | drop check for gid < 500, since this isn't really a security improvement, re:... | Lennart Poettering | 2007-08-26 | 1 | -1/+1 |
* | Add option --dump-resample-methods to list available resampler implementations | Lennart Poettering | 2007-08-25 | 3 | -4/+20 |
* | make floating point speex resampler the default | Lennart Poettering | 2007-08-25 | 1 | -7/+2 |
* | enable -ffast-math for gcc | Lennart Poettering | 2007-08-25 | 1 | -10/+15 |
* | lower suspend timeout to 1s | Lennart Poettering | 2007-08-25 | 1 | -1/+1 |
* | include ffmpeg resampler in build | Lennart Poettering | 2007-08-25 | 1 | -2/+8 |
* | make ffmpeg resampler actually work | Lennart Poettering | 2007-08-25 | 1 | -19/+81 |
* | add makefiles to speex/ and ffmpeg/ to easy compilation from emacs | Lennart Poettering | 2007-08-24 | 6 | -12/+117 |
* | Copy resampler from ffmpeg into our sources | Lennart Poettering | 2007-08-24 | 3 | -0/+396 |
* | make speex resampler the default | Lennart Poettering | 2007-08-23 | 1 | -1/+1 |
* | big resampler rework: support integer-only resampling, support speex resampler | Lennart Poettering | 2007-08-23 | 8 | -430/+711 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | 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 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 |
* | 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 |