summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* also port over JACK source to new coreLennart Poettering2007-10-222-150/+164
* Port JACK sink module over from old coreLennart Poettering2007-10-221-152/+196
* minor fixupLennart Poettering2007-10-221-1/+1
* Properly handle if ALSA sends us an POLLERR event, this should allow us to su...Lennart Poettering2007-10-173-10/+66
* add missing poll.h inclusionLennart Poettering2007-10-071-14/+15
* add missing poll.h inclusionLennart Poettering2007-10-071-0/+1
* s/timespec/timevalLennart Poettering2007-10-071-16/+17
* Adapt rtpoll and friends to Windows by replacing timespec with timeval andPierre Ossman2007-10-032-16/+16
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-015-72/+128
* Update module-solaris to new structure.Pierre Ossman2007-09-281-300/+388
* rework module-combine once again. We now run the data generation always in a ...Lennart Poettering2007-09-281-336/+208
* only do IO if we are RUNNING or IDLE, but not when we are in INITLennart Poettering2007-09-281-2/+2
* make sure when can shutdown PA cleanly without segfaultLennart Poettering2007-09-251-1/+1
* fix suspending in module-combine.cLennart Poettering2007-09-241-4/+4
* * decouple suspending of monitor sources and their sinksLennart Poettering2007-09-241-13/+48
* rework zeroconf service publishing, to use synchronous hooks instead of async...Lennart Poettering2007-09-241-340/+198
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-247-193/+185
* instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the...Lennart Poettering2007-09-233-192/+290
* Fix the assignment of control values by using the right variable for indexing.Tanu Kaskinen2007-09-221-1/+1
* Correct the parameter positions with the pa_cvolume_set() call.Tanu Kaskinen2007-09-221-1/+1
* include the name of the master sink in the name for piggy-backed virtual sinksLennart Poettering2007-09-222-23/+30
* clamp sample data to -1 .. 1, before passing it to the plugin; if a control p...Lennart Poettering2007-09-211-33/+123
* don't segfault when the master changesLennart Poettering2007-09-201-15/+9
* rework module-combine againLennart Poettering2007-09-201-187/+245
* render new data always in the master sink's thread, fixing missing lockingLennart Poettering2007-09-191-65/+133
* 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