summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into dbus-workTanu Kaskinen2009-06-294-23/+28
|\
| * Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+1
| | | | | | | | This removes the implicit declarations of send() and pthread_sigmask().
| * Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò2009-06-291-8/+8
| | | | | | | | flock() is a function on FreeBSD, and the variable shadowed its definition.
| * Only declare saved_errno when it's going to be used (on Linux).Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+1
| |
| * Rename the wait parameter to wait_op, to avoid shadowing wait().Diego Elio 'Flameeyes' Pettenò2009-06-292-13/+13
| |
| * Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+5
| |
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-06-2946-717/+1488
|\| | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h
| * sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
| |
| * rtclock: make use of constants when converting between nsec and usecLennart Poettering2009-06-231-3/+3
| |
| * rtclock: fix type of PA_TIMEVAL_RTCLOCKLennart Poettering2009-06-231-1/+1
| |
| * Merge most of elmarco/rtclock2Lennart Poettering2009-06-2218-101/+163
| |\ | | | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| | * rtclock: fix issues found by LennartMarc-André Lureau2009-06-201-0/+3
| | |
| | * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-2015-84/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
| | * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-205-12/+6
| | |
| | * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-195-7/+7
| | |
| * | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵Lennart Poettering2009-06-194-345/+4
| | | | | | | | | | | | finally fixed for granularity
| * | core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-192-107/+46
| | |
| * | core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-193-18/+329
| |/
| * alsa,core: include mapping name in description stringsLennart Poettering2009-06-181-15/+20
| |
| * core: be a bit more verbose when registering a sink/source failsLennart Poettering2009-06-182-0/+2
| |
| * native-protocol: allow enumerating portsLennart Poettering2009-06-171-0/+35
| |
| * native: implement command to change sink/source portLennart Poettering2009-06-172-2/+69
| |
| * alsa: rework mixer logicLennart Poettering2009-06-178-50/+425
| | | | | | | | | | | | | | | | | | | | | | | | Completely rework mixer logic. This now allows controlling a full set of elements from a single sink's volume slider/mute button. This also introduces sink and source "ports" that can be used to choose different input or output ports with the UI. (i.e. "mic"/"line-in" or "speaker"/"headphones". The mixer paths and device maps are now configered in external configuration files and can be tweaked as necessary.
| * pdispatch: fix s/recieve/receive/ typosLennart Poettering2009-06-171-2/+2
| |
| * pstream: fix s/recieve/receive/ typosLennart Poettering2009-06-171-4/+4
| |
| * gdbm: set default block size to 1KLennart Poettering2009-06-171-2/+5
| |
| * card: get rid of description field which is unusedLennart Poettering2009-06-171-2/+1
| |
| * card: make sure to always hand failure code back in some callsLennart Poettering2009-06-171-10/+19
| |
| * card: some modernizationsLennart Poettering2009-06-172-10/+8
| |
| * core-util: implement pa_maybe_prefix_path()Lennart Poettering2009-06-172-0/+11
| |
| * core-util: implement pa_split_spaces_strv()Lennart Poettering2009-06-172-0/+26
| |
| * core-util: implement pa_xstrfreev()Lennart Poettering2009-06-172-0/+18
| |
| * conf-parse: implement .include directiveLennart Poettering2009-06-171-7/+43
| |
| * channelmap: define a couple of standard channel masksLennart Poettering2009-06-171-0/+59
| |
| * hashmap: implement pa_hashmap_last()Lennart Poettering2009-06-172-0/+12
| |
| * hashmap: implement api to iterate a hashmap backwardsLennart Poettering2009-06-172-1/+42
| |
| * idxset: implement pa_idxset_copy()Lennart Poettering2009-06-172-0/+17
| |
| * sample: fix build on BE archsLennart Poettering2009-06-081-1/+1
| |
| * prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-084-0/+20
| |
| * core: replace tabs by spacesLennart Poettering2009-06-081-31/+31
| |
| * core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-082-2/+10
| | | | | | | | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732.
| * optimization: Optimized pa_sink_render_full.Jyri Sarha2009-06-071-3/+2
| | | | | | | | This is finally the latest version of the patch.
| * core: monitor sources need to inherit the suspend cause from their sinksLennart Poettering2009-06-061-2/+5
| |
| * core: suppress suspending/resume when we are already in the right stateLennart Poettering2009-06-062-0/+6
| |
| * hashmap: introduce PA_HASHMAP_FOREACH macroLennart Poettering2009-06-062-1/+5
| |
| * core: add a suspend cause flags fieldLennart Poettering2009-06-0511-24/+67
| |
| * tdb: include signal.h before tdb.h for compat reasonsLennart Poettering2009-06-041-0/+3
| |
* | dbus-common: Implement infrastructure for registering D-Bus objects on allTanu Kaskinen2009-06-194-0/+623
| | | | | | | | client connections and for receiving method calls from clients.
* | dbus-protocol: Connection handling for local connections.Tanu Kaskinen2009-06-165-0/+143
|/
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-286-1/+21
|