Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'elmarco/dbus' | Lennart Poettering | 2009-03-30 | 19 | -130/+379 |
|\ | |||||
| * | gtk-test: updated to use PA_CONTEXT_NOAUTOSPAWN|PA_CONTEXT_NOFAIL | Marc-André Lureau | 2009-03-30 | 1 | -10/+31 |
| | | |||||
| * | pulse: client connect to dbus | Marc-André Lureau | 2009-03-30 | 4 | -6/+90 |
| | | |||||
| * | daemon: take org.pulseaudio | Marc-André Lureau | 2009-03-30 | 1 | -0/+32 |
| | | |||||
| * | dbus: split dbus-util into dbus-shared | Marc-André Lureau | 2009-03-30 | 13 | -114/+226 |
| | | | | | | | | | | modules: fix dbus-util include pulse: get dbus at context connection | ||||
* | | Use pa_source_set_max_rewind_within_thread() for updating the monitor ↵ | Lennart Poettering | 2009-03-30 | 1 | -1/+1 |
| | | | | | | | | source's max_rewind | ||||
* | | Merge commit 'coling/master' | Lennart Poettering | 2009-03-30 | 1 | -1/+10 |
|\ \ | |||||
| * | | raop: Add call to pa_sink_set_max_request() | Colin Guthrie | 2009-03-25 | 1 | -1/+10 |
| | | | | | | | | | | | | This is just a copy from the ESD version which is a little crude, but will do for now. | ||||
* | | | Merge commit 'origin/master' | Lennart Poettering | 2009-03-30 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | Small fix for MacOSX compat | Lennart Poettering | 2009-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Issue originally pointed out by Igor Zubkov. | ||||
| * | | | fix typo | Lennart Poettering | 2009-03-27 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | rework tunneling code | Lennart Poettering | 2009-03-30 | 1 | -58/+129 |
| | | | |||||
* | | | notify clients about tlength changes | Lennart Poettering | 2009-03-30 | 7 | -206/+327 |
| | | | |||||
* | | | typo fix | Lennart Poettering | 2009-03-30 | 1 | -1/+1 |
| | | | |||||
* | | | add pa_memblockq_apply_attr()/pa_memblockq_get_attr() | Lennart Poettering | 2009-03-30 | 2 | -1/+24 |
| | | | |||||
* | | | document more often the context certain functions are called in | Lennart Poettering | 2009-03-30 | 1 | -1/+22 |
| | | | |||||
* | | | simplify latency config functions a bit and make them callable in more contexts | Lennart Poettering | 2009-03-30 | 2 | -60/+50 |
| | | | |||||
* | | | Trigger move callback a little bit earlier so that no IO thread is running | Lennart Poettering | 2009-03-30 | 5 | -17/+17 |
| | | | |||||
* | | | don't enabled tsched on software ALSA devices | Lennart Poettering | 2009-03-30 | 4 | -1/+26 |
|/ / | |||||
* | | add missing initialization | Lennart Poettering | 2009-03-25 | 1 | -0/+1 |
| | | |||||
* | | make sure the discovery module is only loaded once | Lennart Poettering | 2009-03-25 | 1 | -0/+1 |
|/ | |||||
* | on monitor source be fine with any latency range set by the sink | Lennart Poettering | 2009-03-25 | 1 | -1/+2 |
| | |||||
* | add missing whitespace | Lennart Poettering | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | copy latency flags from sink to monitor source | Lennart Poettering | 2009-03-25 | 1 | -1/+7 |
| | |||||
* | use u->use_tsched everywhere | Lennart Poettering | 2009-03-25 | 2 | -2/+2 |
| | |||||
* | fix value of DYNAMIC_LATENCY | Lennart Poettering | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | fix misplace _ref() calls that should have been _assert_ref() | Lennart Poettering | 2009-03-25 | 1 | -3/+4 |
| | |||||
* | optionally skip initial frames in backtrace | Lennart Poettering | 2009-03-25 | 2 | -7/+23 |
| | |||||
* | don't show full so path in backtrace | Lennart Poettering | 2009-03-25 | 1 | -3/+7 |
| | |||||
* | add simple ref counting debugging framework | Lennart Poettering | 2009-03-25 | 2 | -6/+81 |
| | |||||
* | trivial simplification | Lennart Poettering | 2009-03-25 | 1 | -2/+1 |
| | |||||
* | beef up esd sink properties a bit | Lennart Poettering | 2009-03-25 | 1 | -1/+2 |
| | |||||
* | initialize max_request to SO_SNDBUF | Lennart Poettering | 2009-03-25 | 1 | -0/+10 |
| | |||||
* | don't fiddle with latency range in sources with static latency | Lennart Poettering | 2009-03-25 | 1 | -3/+2 |
| | |||||
* | initialize max_request | Lennart Poettering | 2009-03-25 | 1 | -0/+1 |
| | |||||
* | again, don't fiddle with latency range in sinks with static latency | Lennart Poettering | 2009-03-25 | 1 | -4/+2 |
| | |||||
* | Don't initialize userdata twice | Lennart Poettering | 2009-03-25 | 1 | -1/+0 |
| | |||||
* | don't fiddle with latency range because we cannot adjust it dynamically | Lennart Poettering | 2009-03-25 | 1 | -7/+4 |
| | |||||
* | set latency range only in tsched mode | Lennart Poettering | 2009-03-25 | 2 | -19/+19 |
| | |||||
* | link jack modules's max_request to the jack buffer size | Lennart Poettering | 2009-03-25 | 2 | -8/+22 |
| | |||||
* | simplify things and make sure timing setters can be called in most contexts | Lennart Poettering | 2009-03-25 | 2 | -34/+38 |
| | |||||
* | introduce new flag that marks sinks/sources which can adjust the latency ↵ | Lennart Poettering | 2009-03-25 | 8 | -21/+64 |
| | | | | dynamically | ||||
* | make pa_source_set_max_rewind() work similar to pa_sink_set_max_rewind() | Lennart Poettering | 2009-03-25 | 2 | -2/+20 |
| | |||||
* | get rid of 'default' min/max latencies, simplify things by just having ↵ | Lennart Poettering | 2009-03-25 | 3 | -23/+9 |
| | | | | absolute boundaries | ||||
* | bluetooth: fix #NOKIA, correctly unlink sink/src | Marc-André Lureau | 2009-03-24 | 1 | -2/+2 |
| | |||||
* | fix bad memory access when destroying m-b-d | Lennart Poettering | 2009-03-24 | 1 | -14/+29 |
| | |||||
* | Allow calling pa_{sink|source}_update_proplist() without an actual proprlist | Lennart Poettering | 2009-03-24 | 2 | -5/+4 |
| | |||||
* | minimal reordering | Lennart Poettering | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | set request/rewind sizes only via accessor functions | Lennart Poettering | 2009-03-24 | 9 | -17/+52 |
| | |||||
* | simplify latency range by not allowing stored 'wildcard' ranges anymore | Lennart Poettering | 2009-03-24 | 8 | -27/+42 |
| |