Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | position-event-sounds: don't warn that loud about vpos/hpos out of range | Lennart Poettering | 2009-09-17 | 1 | -2/+3 |
| | |||||
* | alsa: correct assumptions about channels an element lacks | Vladimir Kokarev | 2009-09-17 | 1 | -10/+2 |
| | | | | | | | If an element does not control some channels assume they are 0dB in comparison to the other elements, i.e. do not influence the volume at all. Previously we were assuming they were as high as the highest of the channels we do control. | ||||
* | position-event-sounds: apply volume factor after, not before resamplingv0.9.17 | Lennart Poettering | 2009-09-11 | 1 | -6/+6 |
| | |||||
* | position-event-sounds: honour window position if set, position both ↵ | Lennart Poettering | 2009-09-11 | 1 | -11/+44 |
| | | | | vertically and horizontally | ||||
* | alsa: properly report suspension error codes | Lennart Poettering | 2009-09-11 | 2 | -18/+27 |
| | |||||
* | alsa: properly convert sample buffer sizes | Lennart Poettering | 2009-09-11 | 1 | -3/+3 |
| | |||||
* | alsa: disable tsched for software devices before we configure the buffer ↵ | Lennart Poettering | 2009-09-09 | 3 | -11/+4 |
| | | | | metrics so that we don't accidently set a buffer size that is suitable for tsched where we don't use tsched | ||||
* | alsa: when probing for profiles configure buffer/period sizes since some ↵ | Lennart Poettering | 2009-09-09 | 3 | -5/+22 |
| | | | | broken drivers apparently need that | ||||
* | alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same ↵ | Lennart Poettering | 2009-09-09 | 2 | -2/+2 |
| | | | | way we do it for initial opening | ||||
* | alsa: rework buffer/period configuration | Lennart Poettering | 2009-09-09 | 4 | -130/+217 |
| | | | | | | | | | | | | | - As discussed on alsa-devel it's probably better to initialize the buffer size first, followed by the period size. If that fails try the other way round. If that fails try to configure only buffer size. If that fails try to configure only period size. Finally, try to configure neither. - Don't require integral periods anymore. Both of these changes should help improving compatibility with various weirder sound devices, such as TV cards. | ||||
* | udev: ratelimit device initializations | Lennart Poettering | 2009-09-09 | 1 | -6/+41 |
| | |||||
* | rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -0/+2 |
| | |||||
* | hal: check properly for failure of libhal_find_device_by_capability() ↵ | Lennart Poettering | 2009-09-08 | 1 | -1/+1 |
| | | | | (llvm-clang-analyzer) | ||||
* | blueooth: actually honour 'room' variable (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -3/+6 |
| | |||||
* | alsa-sink: init after_avail earlier (llvm-clang-analyzer) | Lennart Poettering | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes | Lennart Poettering | 2009-09-08 | 8 | -20/+12 |
| | |||||
* | always-sink: rename null sink created to 'dummy sink' and make it translatable | Lennart Poettering | 2009-09-04 | 1 | -2/+4 |
| | |||||
* | null: make name of null sink translatable | Lennart Poettering | 2009-09-04 | 1 | -2/+3 |
| | |||||
* | alsa: add more input sources to path set | Lennart Poettering | 2009-09-03 | 1 | -0/+8 |
| | |||||
* | ladspa,remap: make description of sink follow moves | Lennart Poettering | 2009-09-01 | 2 | -6/+43 |
| | |||||
* | alsa: by default increase watermarks only on real underruns, don't try to be ↵ | Lennart Poettering | 2009-09-01 | 2 | -2/+5 |
| | | | | smart | ||||
* | alsa: distuingish real underruns from left_to_play=0 | Lennart Poettering | 2009-09-01 | 2 | -2/+6 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |