Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alsa: fix bad memory access for devices that lack a mixer | Lennart Poettering | 2009-06-10 | 1 | -1/+3 |
| | |||||
* | udev: reshuffle the properties we read from udev a bit | Lennart Poettering | 2009-06-08 | 1 | -5/+18 |
| | |||||
* | prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property | Lennart Poettering | 2009-06-08 | 2 | -0/+5 |
| | |||||
* | core: make sure soft mute status stays in sync with hw mute status | Lennart Poettering | 2009-06-08 | 2 | -2/+2 |
| | | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732. | ||||
* | udev: properly initialize userdata to 0 | Lennart Poettering | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | udev: try to unsuspend devices whenever they are closed by other processes | Lennart Poettering | 2009-06-06 | 1 | -12/+121 |
| | |||||
* | hal,udev: deprecate HAL support in favour of udev | Lennart Poettering | 2009-06-06 | 1 | -1/+2 |
| | |||||
* | udev: add module-udev-detect for discovering and configuring devices | Lennart Poettering | 2009-06-06 | 1 | -0/+348 |
| | |||||
* | rtp: remove gcc warning | Lennart Poettering | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | augment: try to deduce the media role from the menu category | Lennart Poettering | 2009-06-05 | 1 | -6/+67 |
| | |||||
* | alsa: monitor device reservation status and resume automatically when device ↵ | Lennart Poettering | 2009-06-05 | 2 | -6/+124 |
| | | | | becomes unused | ||||
* | core: add a suspend cause flags field | Lennart Poettering | 2009-06-05 | 5 | -16/+16 |
| | |||||
* | reserve: wrap device reservation monitor reference implementation | Lennart Poettering | 2009-06-05 | 4 | -2/+477 |
| | |||||
* | reserve: update reserve.[ch] from upstream git | Lennart Poettering | 2009-06-05 | 2 | -15/+9 |
| | |||||
* | modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated | Lennart Poettering | 2009-05-28 | 4 | -1/+8 |
| | |||||
* | modules: add {sink|source|card}_properties argument to all modules | Lennart Poettering | 2009-05-28 | 20 | -44/+227 |
| | |||||
* | null: introduce sink_properties= argument | Lennart Poettering | 2009-05-27 | 1 | -7/+14 |
| | |||||
* | oss: don't deadlock when we try to resume an OSS device that lacks a mixer | Lennart Poettering | 2009-05-26 | 1 | -4/+7 |
| | |||||
* | alsa: fix wording, we are speaking of card profiles, not output profiles | Lennart Poettering | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | upnp: s/org.Rygel./org.gnome.UPnP/ following the newest version of the spec | Lennart Poettering | 2009-05-25 | 1 | -32/+32 |
| | |||||
* | upnp: s/url/URL/ in GetAll() D-Bus call | Lennart Poettering | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | Add missing headers' include to build on FreeBSD 7.1. | Diego Elio 'Flameeyes' Pettenò | 2009-05-15 | 1 | -0/+1 |
| | |||||
* | upnp: update to newest spec | Lennart Poettering | 2009-05-15 | 1 | -119/+189 |
| | |||||
* | upnp: convert all property names to CamelCase to follow D-Bus spec | Lennart Poettering | 2009-05-14 | 1 | -29/+29 |
| | |||||
* | rescue: make we don't end up in an endless loop when we can't move a sink input | Lennart Poettering | 2009-05-14 | 1 | -17/+21 |
| | |||||
* | upnp: implement item-count/container-count properties | Lennart Poettering | 2009-05-14 | 1 | -10/+82 |
| | |||||
* | alsa: be a bit more verbose when a hwparam call fails | Lennart Poettering | 2009-05-14 | 1 | -8/+37 |
| | |||||
* | database: port restore modules to new database API | Lennart Poettering | 2009-05-14 | 3 | -160/+108 |
| | |||||
* | alsa: include mixer name in sink/source properties | Lennart Poettering | 2009-05-12 | 4 | -14/+63 |
| | |||||
* | suspend-on-idle: add per-device timeout property | Marc-André Lureau | 2009-05-12 | 1 | -3/+13 |
| | |||||
* | upnp: rework property handling | Lennart Poettering | 2009-05-11 | 1 | -34/+146 |
| | |||||
* | upnp: use new rygel @HOSTNAME@ wildcard for server name | Lennart Poettering | 2009-05-11 | 1 | -7/+2 |
| | |||||
* | upnp: properly issue method not found exception when we don't now it | Lennart Poettering | 2009-05-11 | 1 | -1/+2 |
| | |||||
* | upnp: update to newest spec, generate 'Updated' signal | Lennart Poettering | 2009-05-11 | 1 | -25/+9 |
| | |||||
* | upnp: fix URL of MediaServer spec | Lennart Poettering | 2009-05-11 | 1 | -2/+2 |
| | |||||
* | bluetooth-device: Add safe guard against BT streaming irregularities. | Jyri Sarha | 2009-05-08 | 1 | -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 Poettering | 2009-05-08 | 7 | -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 Poettering | 2009-05-01 | 1 | -13/+20 |
| | | | | some backends | ||||
* | zeroconf: properly unref native protocol object | Lennart Poettering | 2009-05-01 | 1 | -0/+3 |
| | |||||
* | alsa: don't hit an assert when invalid module arguments are passed | Lennart Poettering | 2009-05-01 | 2 | -2/+4 |
| | |||||
* | zeroconf: use pa_get_{user|host}_name_malloc() where applicable | Lennart Poettering | 2009-04-30 | 1 | -8/+14 |
| | |||||
* | zeroconf: copy more sink/source properties into DNS-SD TXT data | Lennart Poettering | 2009-04-30 | 1 | -7/+34 |
| | |||||
* | zeroconf: computer native protocol port automatically | Lennart Poettering | 2009-04-30 | 1 | -13/+32 |
| | |||||
* | rygel: get rid of forgotten debug trap | Lennart Poettering | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | rygel: instead of always handing out wildcard address find out the actual ↵ | Lennart Poettering | 2009-04-30 | 1 | -2/+48 |
| | | | | address we are listening on | ||||
* | http: export information about currently active server strings | Lennart Poettering | 2009-04-30 | 1 | -1/+37 |
| | |||||
* | rygel: make server name configurable | Lennart Poettering | 2009-04-29 | 1 | -1/+21 |
| | |||||
* | rygel: add module that interfaces with Rygel UPnP | Lennart Poettering | 2009-04-29 | 1 | -0/+549 |
| | |||||
* | alsa: allow configuration of fallback device strings in profiles | Lennart Poettering | 2009-04-29 | 2 | -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 subdirectories | Lennart Poettering | 2009-04-28 | 6 | -0/+0 |
| |