summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flagLennart Poettering2007-08-301-2/+4
* drop check for gid < 500, since this isn't really a security improvement, re:...Lennart Poettering2007-08-261-1/+1
* Add option --dump-resample-methods to list available resampler implementationsLennart Poettering2007-08-253-4/+20
* make floating point speex resampler the defaultLennart Poettering2007-08-251-7/+2
* enable -ffast-math for gccLennart Poettering2007-08-251-10/+15
* lower suspend timeout to 1sLennart Poettering2007-08-251-1/+1
* include ffmpeg resampler in buildLennart Poettering2007-08-251-2/+8
* make ffmpeg resampler actually workLennart Poettering2007-08-251-19/+81
* add makefiles to speex/ and ffmpeg/ to easy compilation from emacsLennart Poettering2007-08-246-12/+117
* Copy resampler from ffmpeg into our sourcesLennart Poettering2007-08-243-0/+396
* make speex resampler the defaultLennart Poettering2007-08-231-1/+1
* big resampler rework: support integer-only resampling, support speex resamplerLennart Poettering2007-08-238-430/+711
* 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-221-1/+1
* 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
* 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 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
* 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