| Commit message (Expand) | Author | Age | Files | Lines |
* | also port over JACK source to new core | Lennart Poettering | 2007-10-22 | 2 | -150/+164 |
* | Port JACK sink module over from old core | Lennart Poettering | 2007-10-22 | 1 | -152/+196 |
* | minor fixup | Lennart Poettering | 2007-10-22 | 1 | -1/+1 |
* | Properly handle if ALSA sends us an POLLERR event, this should allow us to su... | Lennart Poettering | 2007-10-17 | 3 | -10/+66 |
* | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -14/+15 |
* | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -0/+1 |
* | s/timespec/timeval | Lennart Poettering | 2007-10-07 | 1 | -16/+17 |
* | Adapt rtpoll and friends to Windows by replacing timespec with timeval and | Pierre Ossman | 2007-10-03 | 2 | -16/+16 |
* | Fix race condition between IO thread creation and pa_sink_put(). Move activat... | Lennart Poettering | 2007-10-01 | 5 | -72/+128 |
* | Update module-solaris to new structure. | Pierre Ossman | 2007-09-28 | 1 | -300/+388 |
* | rework module-combine once again. We now run the data generation always in a ... | Lennart Poettering | 2007-09-28 | 1 | -336/+208 |
* | only do IO if we are RUNNING or IDLE, but not when we are in INIT | Lennart Poettering | 2007-09-28 | 1 | -2/+2 |
* | make sure when can shutdown PA cleanly without segfault | Lennart Poettering | 2007-09-25 | 1 | -1/+1 |
* | fix suspending in module-combine.c | Lennart Poettering | 2007-09-24 | 1 | -4/+4 |
* | * decouple suspending of monitor sources and their sinks | Lennart Poettering | 2007-09-24 | 1 | -13/+48 |
* | rework zeroconf service publishing, to use synchronous hooks instead of async... | Lennart Poettering | 2007-09-24 | 1 | -340/+198 |
* | drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were... | Lennart Poettering | 2007-09-24 | 7 | -193/+185 |
* | instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the... | Lennart Poettering | 2007-09-23 | 3 | -192/+290 |
* | Fix the assignment of control values by using the right variable for indexing. | Tanu Kaskinen | 2007-09-22 | 1 | -1/+1 |
* | Correct the parameter positions with the pa_cvolume_set() call. | Tanu Kaskinen | 2007-09-22 | 1 | -1/+1 |
* | include the name of the master sink in the name for piggy-backed virtual sinks | Lennart Poettering | 2007-09-22 | 2 | -23/+30 |
* | clamp sample data to -1 .. 1, before passing it to the plugin; if a control p... | Lennart Poettering | 2007-09-21 | 1 | -33/+123 |
* | don't segfault when the master changes | Lennart Poettering | 2007-09-20 | 1 | -15/+9 |
* | rework module-combine again | Lennart Poettering | 2007-09-20 | 1 | -187/+245 |
* | render new data always in the master sink's thread, fixing missing locking | Lennart Poettering | 2007-09-19 | 1 | -65/+133 |
* | make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always... | Lennart Poettering | 2007-09-19 | 4 | -7/+9 |
* | fall back to plughw:, if hw: doesn't work, in the alsa source, too | Lennart Poettering | 2007-09-18 | 2 | -16/+42 |
* | properly release memblock always abd as soon as possible | Lennart Poettering | 2007-09-18 | 1 | -5/+6 |
* | make rtp send socket low delay | Lennart Poettering | 2007-09-18 | 1 | -0/+2 |
* | add two missing header file inclusions | Lennart Poettering | 2007-09-18 | 1 | -0/+1 |
* | bug fixes for module-rtp-recv | Lennart Poettering | 2007-09-18 | 1 | -9/+22 |
* | port module-rtp-send.c to lock-free core | Lennart Poettering | 2007-09-18 | 5 | -250/+338 |
* | actually close the alsa device before we try to reopen it as plughw | Lennart Poettering | 2007-09-18 | 1 | -0/+3 |
* | add LADSPA sink than can be piggy-backed ontop of another sink | Lennart Poettering | 2007-09-17 | 2 | -0/+1168 |
* | print a message when we fall back on plughw | Lennart Poettering | 2007-09-17 | 1 | -0/+1 |
* | fall back to plughw: if hw: doesn't work | Lennart Poettering | 2007-09-17 | 1 | -15/+37 |
* | drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ... | Lennart Poettering | 2007-09-17 | 4 | -4/+4 |
* | use priority inheritance on mutexes where applicable | Lennart Poettering | 2007-09-17 | 1 | -1/+1 |
* | add a new module module-remap-sink which can be used to remap the channel map... | Lennart Poettering | 2007-09-16 | 1 | -0/+330 |
* | add a "length" argument to the seek functions, as an optimization to request ... | Lennart Poettering | 2007-09-16 | 2 | -5/+5 |
* | be a little bit more elaborate on the reason why we drop to software volume c... | Lennart Poettering | 2007-09-16 | 1 | -5/+6 |
* | trivial typo | Lennart Poettering | 2007-09-15 | 1 | -1/+1 |
* | count corked streams per sink/source and make pa_sink_used_by() return only t... | Lennart Poettering | 2007-09-15 | 1 | -1/+1 |
* | Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from... | Lennart Poettering | 2007-09-14 | 1 | -25/+19 |
* | simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl... | Lennart Poettering | 2007-09-14 | 7 | -171/+65 |
* | call dbus_shutdown() before exiting, to make valgrind output more useful | Lennart Poettering | 2007-09-14 | 1 | -2/+2 |
* | extend rtpoll API to allow registration of arbitray functions to be executed ... | Lennart Poettering | 2007-09-12 | 7 | -14/+14 |
* | change pa_modargs_get_channel_map() to take an extra argument for specifying ... | Lennart Poettering | 2007-09-12 | 1 | -2/+2 |
* | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 6 | -10/+10 |
* | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 7 | -15/+13 |