Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
|/ | |||||
* | 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 | ||||
* | lirc: replace manual code by pa_cvolume_{inc|dec}() | Lennart Poettering | 2009-08-19 | 1 | -18/+4 |
| | |||||
* | mmkbd: replace manual code by pa_cvolume_{inc|dec}() | Lennart Poettering | 2009-08-19 | 1 | -22/+21 |
| | |||||
* | sink: volume handling rework, new flat volume logic | Lennart Poettering | 2009-08-19 | 8 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | - We now implement a logic where the sink maintains two distinct volumes: the 'reference' volume which is shown to the users, and the 'real' volume, which is configured to the hardware. The latter is configured to the max of all streams. Volume changes on sinks are propagated back to the streams proportional to the reference volume change. Volume changes on sink inputs are forwarded to the sink by 'pushing' the volume if necessary. This renames the old 'virtual_volume' to 'real_volume'. The 'reference_volume' is now the one exposed to users. By this logic the sink volume visible to the user, will always be the "upper" boundary for everything that is played. Saved/restored stream volumes are measured relative to this boundary, the factor here is always < 1.0. - introduce accuracy for sink volumes, similar to the accuracy we already have for source volumes. - other cleanups. | ||||
* | match: document how broken the module-match logic is | Lennart Poettering | 2009-08-19 | 1 | -0/+3 |
| | |||||
* | udev: allow passing of ignore_dB= parameter to alsa modules | Lennart Poettering | 2009-08-19 | 4 | -23/+49 |
| | |||||
* | source: rework volume handling | Lennart Poettering | 2009-08-19 | 3 | -19/+30 |
| | | | | | | | | | | | | | - drop the 'virtual_' prefix from s->virtual_volume since we don't distuingish between reference and real volumes for sources - introduce an accuracy for source volumes: if the hardware can control the volume "close enough" don't necessarily adjust the rest in software unless it is beyond a certain threshold. This should save a little bit of CPU at the expensive of a bit of accuracy in volume handling. - other minor cleanups | ||||
* | voltest: extend test to verify correctness of _multiply() and _divide() | Lennart Poettering | 2009-08-19 | 2 | -47/+2 |
| | |||||
* | dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since ↵ | Lennart Poettering | 2009-08-19 | 2 | -5/+0 |
| | | | | other callbacks might stell want to have the messages | ||||
* | bluetooth: fix match syntax | Lennart Poettering | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | bluetooth: make NameOwnerChanged filter matches more focussed | Lennart Poettering | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | reserver: update from upstream git | Lennart Poettering | 2009-08-17 | 1 | -9/+18 |
| | |||||
* | modules: add various checks to avoid selecting objects that are not linked ↵ | Lennart Poettering | 2009-08-16 | 3 | -8/+70 |
| | | | | or in another unclear state | ||||
* | bluetooth: move installation of mq's earlier to avoid context asserts to be ↵ | Lennart Poettering | 2009-08-16 | 1 | -2/+2 |
| | | | | triggered | ||||
* | bluetooth: ask first for Headset and AudioSink properties, followed by Audio | Lennart Poettering | 2009-08-15 | 1 | -4/+4 |
| | |||||
* | bluetooth: recognize only those BT devices that implement both the Audio and ↵ | Lennart Poettering | 2009-08-15 | 1 | -3/+3 |
| | | | | either AudioSink or Headset interfaces | ||||
* | bluetooth: drop PA_BT_AUDIO_STATE_LAST since it is unused and we normally ↵ | Lennart Poettering | 2009-08-15 | 1 | -2/+1 |
| | | | | call that _MAX anyway |