summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing headers' include to build on FreeBSD 7.1.Diego Elio 'Flameeyes' Pettenò2009-05-151-0/+1
|
* upnp: update to newest specLennart Poettering2009-05-151-119/+189
|
* upnp: convert all property names to CamelCase to follow D-Bus specLennart Poettering2009-05-141-29/+29
|
* rescue: make we don't end up in an endless loop when we can't move a sink inputLennart Poettering2009-05-141-17/+21
|
* upnp: implement item-count/container-count propertiesLennart Poettering2009-05-141-10/+82
|
* alsa: be a bit more verbose when a hwparam call failsLennart Poettering2009-05-141-8/+37
|
* database: port restore modules to new database APILennart Poettering2009-05-143-160/+108
|
* alsa: include mixer name in sink/source propertiesLennart Poettering2009-05-124-14/+63
|
* suspend-on-idle: add per-device timeout propertyMarc-André Lureau2009-05-121-3/+13
|
* upnp: rework property handlingLennart Poettering2009-05-111-34/+146
|
* upnp: use new rygel @HOSTNAME@ wildcard for server nameLennart Poettering2009-05-111-7/+2
|
* upnp: properly issue method not found exception when we don't now itLennart Poettering2009-05-111-1/+2
|
* upnp: update to newest spec, generate 'Updated' signalLennart Poettering2009-05-111-25/+9
|
* upnp: fix URL of MediaServer specLennart Poettering2009-05-111-2/+2
|
* bluetooth-device: Add safe guard against BT streaming irregularities.Jyri Sarha2009-05-081-3/+27
| | | | | | | | | Some bad quality BT-headsets block bluez socket sometimes for hundreds of milliseconds, especially when changing mode. When the module tries catch up the lost time it may SBC encode up to half a second of audio without yielding. On slow machine this may cause maximum RT time slice to be exceeded. Cleaned out the minor fix that slipped into first version of the patch.
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-087-16/+15
| | | | | This allows us to forward the fixed latency directly from the sink to the monitor source withut having to wait for pa_sink_put().
* alsa: initialize buffer size before number of periods to improve compat with ↵Lennart Poettering2009-05-011-13/+20
| | | | some backends
* zeroconf: properly unref native protocol objectLennart Poettering2009-05-011-0/+3
|
* alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2009-05-012-2/+4
|
* zeroconf: use pa_get_{user|host}_name_malloc() where applicableLennart Poettering2009-04-301-8/+14
|
* zeroconf: copy more sink/source properties into DNS-SD TXT dataLennart Poettering2009-04-301-7/+34
|
* zeroconf: computer native protocol port automaticallyLennart Poettering2009-04-301-13/+32
|
* rygel: get rid of forgotten debug trapLennart Poettering2009-04-301-2/+0
|
* rygel: instead of always handing out wildcard address find out the actual ↵Lennart Poettering2009-04-301-2/+48
| | | | address we are listening on
* http: export information about currently active server stringsLennart Poettering2009-04-301-1/+37
|
* rygel: make server name configurableLennart Poettering2009-04-291-1/+21
|
* rygel: add module that interfaces with Rygel UPnPLennart Poettering2009-04-291-0/+549
|
* alsa: allow configuration of fallback device strings in profilesLennart Poettering2009-04-292-37/+90
| | | | | | This has the benefit that we can properly support ALSA devices where only the raw 'hw' device exists but no 'front' although it's a proper 2ch stereo device.
* build-system: move x11 and jack modules into subdirectoriesLennart Poettering2009-04-286-0/+0
|
* alsa: remove debug codeLennart Poettering2009-04-191-2/+0
|
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-195-53/+86
|
* reserve-device: allow building without D-BusErich Boleyn2009-04-191-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lennart Poettering <lennart@poettering.net> wrote: > On Wed, 15.04.09 16:26, Erich Boleyn (erich@uruk.org) wrote: > > > Just noticed the new 0.9.15 release, got it building on Gentoo, and then > > found that the non-dbus build's ALSA modules appear to be broken: ... > > Is this something that can stubbed out (relatively) safely? > > Hmm, yes. As it seems I broke the build for non-dbus builds. Should be > easy to fix. Best way is probably to make the reserver wrapper mostly > a noop if D-Bus is not available. > > Please understand that I don't really focus on making every weird > combination of build deps work. So I won't fix this for you. But I am > happy to merge good patches! No problem, I was mainly looking for a hint that to your knowledge there should be no wierd side-effects from stubbing out the reserve and dbus functions inside reserve_wrapper. Thanks for said hint. ;-) Attached is a patch to include "reserve_wrapper.[ch]" in the non-dbus builds, and do said stubbing when HAVE_DBUS is not defined. It has passed moderate testing: built both versions, both pass "pulseaudio --dump-modules" with no weird messages, and the "--disable-dbus" build works and produces audio as expected in some simple tests including RTP.
* solaris: 0.9.15 solaris module build failureFinn Thain2009-04-181-1/+1
| | | | | | | | | | | | | | | | Lennart wrote, > > Hmm, yes. As it seems I broke the build for non-dbus builds. Well, you also broke the solaris module between 0.9.15-test8 and 0.9.15. Have you considered release candidates? Patch follows. It would be nice if API changes could be made without breaking things when the effort to avoid that is trivial. Finn
* bluetoth-device: be less strict on CONNECTED state to switch profileMarc-André Lureau2009-04-171-2/+7
|
* rescue-streams: when one stream move fails try to continue with the ↵Lennart Poettering2009-04-171-10/+6
| | | | remaining ones
* add a few missing initializationsv0.9.15Lennart Poettering2009-04-141-2/+2
|
* explcitly ignore return values of some functions marked with gcc's ↵Lennart Poettering2009-04-141-2/+2
| | | | warn_unused_result attribute
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-137-99/+63
| | | | | | | | | | | | | | | The reference volume is to be used as reference volume for stored stream volumes. Previously if a new stream was created the relative volume was taken relatively to the virtual device volume. Due to the flat volume logic this could then be fed back to the virtual device volume. Repeating the whole story over and over would result in a device volume that would go lower, and lower and lower. This patch introduces a 'reference' volume for each sink which stays unmodified by stream volume changes even if flat volumes are used. It is only modified if the sink volumes are modified directly by the user. For further explanations see http://pulseaudio.org/wiki/InternalVolumes
* alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-134-4/+7
|
* alsa: store mixer controls to use in profile dataLennart Poettering2009-04-134-19/+48
| | | | | This allows us to easily use different mixer controls for analog and spdif output.
* alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
|
* client-conf-x11: unbreak autospawn due to stale X11 propertiesLennart Poettering2009-04-131-1/+7
| | | | | | | If the X11 property data is from the same session than the client the client may do autospawning in case the X11 property data is stale. Closes #518.
* cork-music-on-phone: make sure that we don't check the refcnt of pa_core ↵Lennart Poettering2009-04-131-1/+0
| | | | when the daemon goes down
* lirc: fix logic behind mute buttonsLennart Poettering2009-04-131-2/+2
|
* mmkbd: get rid of support for ancient kernelsLennart Poettering2009-04-131-16/+5
|
* mmkbd,lirc: make use of pa_assert_not_reached()Lennart Poettering2009-04-132-2/+2
|
* lirc, mmkbd: extend controllable volume range to PA_VOLUME_MAXLennart Poettering2009-04-132-10/+10
|
* lirc: drop lirc_in_use, it's made redundant by PA_MODULE_LOAD_ONCELennart Poettering2009-04-131-11/+0
|
* make sure we never overflow when calculating sleep timeLennart Poettering2009-04-132-4/+28
| | | | Issue pointed out by Jaroslav Kysela
* set fixed latencies at more places where appropriateLennart Poettering2009-04-106-9/+16
|