summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-194-7/+9
* fall back to plughw:, if hw: doesn't work, in the alsa source, tooLennart Poettering2007-09-182-16/+42
* properly release memblock always abd as soon as possibleLennart Poettering2007-09-181-5/+6
* make rtp send socket low delayLennart Poettering2007-09-181-0/+2
* add two missing header file inclusionsLennart Poettering2007-09-181-0/+1
* bug fixes for module-rtp-recvLennart Poettering2007-09-181-9/+22
* port module-rtp-send.c to lock-free coreLennart Poettering2007-09-185-250/+338
* actually close the alsa device before we try to reopen it as plughwLennart Poettering2007-09-181-0/+3
* add LADSPA sink than can be piggy-backed ontop of another sinkLennart Poettering2007-09-172-0/+1168
* print a message when we fall back on plughwLennart Poettering2007-09-171-0/+1
* fall back to plughw: if hw: doesn't workLennart Poettering2007-09-171-15/+37
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-174-4/+4
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-1/+1
* add a new module module-remap-sink which can be used to remap the channel map...Lennart Poettering2007-09-161-0/+330
* add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-162-5/+5
* be a little bit more elaborate on the reason why we drop to software volume c...Lennart Poettering2007-09-161-5/+6
* trivial typoLennart Poettering2007-09-151-1/+1
* count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-151-1/+1
* Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-141-25/+19
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-147-171/+65
* call dbus_shutdown() before exiting, to make valgrind output more usefulLennart Poettering2007-09-141-2/+2
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-127-14/+14
* change pa_modargs_get_channel_map() to take an extra argument for specifying ...Lennart Poettering2007-09-121-2/+2
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-126-10/+10
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-117-15/+13
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-117-7/+7
* make sure that the device volume is properly read before we call pa_sink_put(...Lennart Poettering2007-09-101-2/+2
* don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i...Lennart Poettering2007-09-101-1/+1
* TIOCINQ isn't present on all systems.Pierre Ossman2007-09-101-1/+3
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-062-14/+34
* explicitly test for the availability of dbus_watch_get_unix_fd() before using...Lennart Poettering2007-09-061-7/+8
* fix a couple of compiler warningsLennart Poettering2007-09-042-4/+4
* actually add source code of module-default-device-restoreLennart Poettering2007-09-031-0/+103
* header file cleanupLennart Poettering2007-09-031-2/+1
* fix dbus version check for dbus_watch_get_unix_fd()Lennart Poettering2007-09-021-1/+1
* fix build for dbus < 1.1.1, re #126, patch from Marc-Andre LureauLennart Poettering2007-09-021-1/+11
* make use of new PA_PAGE_SIZE macroLennart Poettering2007-09-021-1/+1
* - fix suspend handlingLennart Poettering2007-08-311-23/+38
* port module-combine to new coreLennart Poettering2007-08-301-177/+933
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-309-233/+219
* lower suspend timeout to 1sLennart Poettering2007-08-251-1/+1
* port remaining sinks to pa_rtpollLennart Poettering2007-08-224-340/+306
* minor cleanupsLennart Poettering2007-08-221-29/+14
* port alsa driver to make use of new pa_rtpoll objectLennart Poettering2007-08-221-140/+142
* check pa_core::high_priority before becoming rt threadLennart Poettering2007-08-223-3/+6
* use realtime scheduling for ALSA and OSS driver threadsLennart Poettering2007-08-163-0/+6
* truncate service names if necessary, include user name in service stringLennart Poettering2007-08-161-23/+48
* a couple of build fixesLennart Poettering2007-08-131-1/+1
* fix latency reporting for oss and alsa modulesLennart Poettering2007-08-113-13/+15
* minor modernizationsLennart Poettering2007-08-111-14/+13