Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dbus: Change IsMuted property names to Mute. | Tanu Kaskinen | 2009-08-31 | 3 | -60/+60 |
| | |||||
* | dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset. | Tanu Kaskinen | 2009-08-31 | 1 | -0/+20 |
| | |||||
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-30 | 12 | -27/+62 |
|\ | | | | | | | | | Conflicts: src/modules/module-stream-restore.c | ||||
| * | suspend-on-idle: don't resume devices for corked streams | Lennart Poettering | 2009-08-28 | 1 | -12/+18 |
| | | |||||
| * | core: move 'flags' field into 'pa_sink_input_new_data' structure so that ↵ | Lennart Poettering | 2009-08-28 | 7 | -8/+13 |
| | | | | | | | | hooks can access it | ||||
| * | raop: Fix memory leak | Andy Shevchenko | 2009-08-28 | 1 | -3/+7 |
| | | | | | | | | | | The return memory of the pa_strbuf_tostring_free() should be freed. pa_headerlist_puts() saves its own copy. | ||||
| * | bluetooth: remove left-over debug line | Lennart Poettering | 2009-08-28 | 1 | -1/+0 |
| | | |||||
| * | Handle DisconnectRequested in bluetooth module. | Luiz Augusto von Dentz | 2009-08-27 | 1 | -0/+17 |
| | | |||||
| * | protocol-native: print more volume change debug messages to easy tracking ↵ | Lennart Poettering | 2009-08-27 | 1 | -0/+4 |
| | | | | | | | | down of feedback loops | ||||
| * | loopback: quieten gcc on 32bit | Lennart Poettering | 2009-08-26 | 1 | -1/+1 |
| | | |||||
* | | dbus: Do message argument type checking early, centrally. | Tanu Kaskinen | 2009-08-30 | 7 | -338/+178 |
| | | |||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-26 | 8 | -41/+1004 |
|\| | | | | | | | | | Conflicts: src/Makefile.am | ||||
| * | loopback: update description and icons when moving loopback streams | Lennart Poettering | 2009-08-26 | 1 | -2/+52 |
| | | |||||
| * | loopback: make sure a monitor can't be looped back to its sink | Lennart Poettering | 2009-08-26 | 1 | -0/+27 |
| | | |||||
| * | combine: store adjust time in usec | Lennart Poettering | 2009-08-26 | 1 | -15/+15 |
| | | |||||
| * | loopback: add loopback module for direct connections of sinks and sources | Lennart Poettering | 2009-08-26 | 1 | -0/+706 |
| | | |||||
| * | Solaris: debug my latest enbugging, take 2 | Finn Thain | 2009-08-25 | 1 | -2/+6 |
| | | | | | | | | | | Prevent partially played memchunks from getting lost. If the sink has a memblock, don't leak it when rewinding. | ||||
| * | Merge commit 'jprvita2/master' | Lennart Poettering | 2009-08-24 | 4 | -23/+199 |
| |\ | |||||
| | * | bluetooth: add discover of bluetooth sources | João Paulo Rechi Vita | 2009-08-23 | 3 | -10/+31 |
| | | | |||||
| | * | bluetooth: handle bluetooth source | João Paulo Rechi Vita | 2009-08-23 | 1 | -13/+168 |
| | | | |||||
| * | | detect: recommend module-udev-detect instead of module-hal-detect | Lennart Poettering | 2009-08-24 | 1 | -1/+1 |
| |/ | |||||
* | | dbus: Finish the Client D-Bus interface. | Tanu Kaskinen | 2009-08-26 | 2 | -18/+176 |
| | | |||||
* | | dbusiface-stream: Only send stream event signals from the right D-Bus objects. | Tanu Kaskinen | 2009-08-26 | 1 | -0/+6 |
| | | |||||
* | | dbus: Make sure that subscription callbacks don't try to access removed objects. | Tanu Kaskinen | 2009-08-26 | 4 | -72/+143 |
| | | |||||
* | | dbus: Save one level of identation by returning early. | Tanu Kaskinen | 2009-08-26 | 2 | -40/+41 |
| | | |||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-24 | 12 | -189/+677 |
|\| | | | | | | | | | Conflicts: src/Makefile.am | ||||
| * | alsa: automatically decrease watermark after a time of stability | Lennart Poettering | 2009-08-24 | 2 | -68/+223 |
| | | |||||
| * | alsa: increase interval between smoother updates exponentially for alsa ↵ | Lennart Poettering | 2009-08-23 | 2 | -7/+21 |
| | | | | | | | | sources, following the scheme for sinks | ||||
| * | Merge commit 'wtay/optimize' | Lennart Poettering | 2009-08-23 | 1 | -4/+22 |
| |\ | |||||
| | * | alsa-sink: reduce the amount of smoother updates | Wim Taymans | 2009-08-20 | 1 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | Exponentially increase the amount of time between smoother updates. We start with a 2ms interval and increase up to 200ms intervals. Smoother updates and the resulting linear regression take a fair amount of CPU so we want to reduce the amount of updates. | ||||
| * | | udev: check busy status of alsa cards before loading alsa modules and hence ↵ | Lennart Poettering | 2009-08-22 | 1 | -17/+132 |
| | | | | | | | | | | | | initiating profile probing | ||||
| * | | udev: process all inotify events queued up, not just the first one in the queue | Lennart Poettering | 2009-08-22 | 1 | -17/+39 |
| | | | |||||
| * | | ladspa/remap: handle failing stream moves properly | Lennart Poettering | 2009-08-22 | 2 | -4/+10 |
| | | | |||||
| * | | Solaris: fixed latency (resent) | Finn Thain | 2009-08-22 | 1 | -26/+30 |
| | | | | | | | | | | | | | | | Set a fixed latency based on the given buffer size, which is constrained to the 128 KB limit on buffered writes. Also fix an error path. | ||||
| * | | Solaris: use smoother (resent) | Finn Thain | 2009-08-22 | 1 | -3/+29 |
| | | | | | | | | | | | | Make use of the smoother, just in case. | ||||
| * | | Solaris: build fixes (resent) | Finn Thain | 2009-08-22 | 1 | -7/+5 |
| | | | | | | | | | | | | Fix bit rot due to recent flat volume changes. | ||||
| * | | udev: tell inotify to actually inform us about ACL changes | Lennart Poettering | 2009-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | udev: watch for both ACL changes and processes closing devices | Lennart Poettering | 2009-08-21 | 1 | -12/+51 |
| | | | |||||
| * | | udev: don't access string after free() | Lennart Poettering | 2009-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | udev: always verify access before loading modules | Lennart Poettering | 2009-08-21 | 1 | -11/+3 |
| | | | |||||
| * | | gconf: use correct path for gconf-helper tool when running from build tree | Lennart Poettering | 2009-08-21 | 1 | -4/+5 |
| | | | |||||
| * | | udev: when a device appears that we cannot access right-away try again later ↵ | Lennart Poettering | 2009-08-21 | 1 | -34/+57 |
| | | | | | | | | | | | | on inotify | ||||
| * | | alsa: leave headphone jack enabled in normal mixer paths | Lennart Poettering | 2009-08-21 | 3 | -6/+15 |
| | | | |||||
| * | | combine: quieten gcc a bit | Lennart Poettering | 2009-08-21 | 1 | -0/+2 |
| | | | |||||
| * | | adjust various data/library paths automatically if we are run from a build tree | Lennart Poettering | 2009-08-21 | 1 | -3/+13 |
| | | | |||||
| * | | ladspa: forward volume changes from ladspa sink to stream and hence via flat ↵ | Lennart Poettering | 2009-08-21 | 1 | -9/+63 |
| |/ | | | | | | | volume logic to master sink | ||||
* | | dbusiface-module: Implement the Module D-Bus interface. | Tanu Kaskinen | 2009-08-24 | 3 | -7/+279 |
| | | |||||
* | | dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface. | Tanu Kaskinen | 2009-08-19 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-19 | 16 | -161/+145 |
|\| | |||||
| * | lirc: replace manual code by pa_cvolume_{inc|dec}() | Lennart Poettering | 2009-08-19 | 1 | -18/+4 |
| | |