Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't open the alsa devices in hw:xxx mode | Lennart Poettering | 2009-02-15 | 1 | -1/+1 |
| | |||||
* | unify ALSA mixer initialization | Lennart Poettering | 2009-02-14 | 4 | -74/+83 |
| | |||||
* | add doxygen comment for PA_GCC_WEAKREF | Lennart Poettering | 2009-02-13 | 1 | -0/+1 |
| | |||||
* | document all currently known properties | Lennart Poettering | 2009-02-13 | 1 | -59/+112 |
| | |||||
* | Optionally disable IPv6 | Iain Hibbert | 2009-02-13 | 14 | -23/+152 |
| | | | | Closes #79 | ||||
* | ignore gtk-test | Lennart Poettering | 2009-02-13 | 1 | -0/+1 |
| | |||||
* | properly read icon/application name/display from gtk/glib/gdk | Lennart Poettering | 2009-02-13 | 3 | -14/+134 |
| | |||||
* | make PULSE_PROP env vars non-overriding but introduce PULSE_PROP_OVERRIDE ↵ | Lennart Poettering | 2009-02-13 | 1 | -6/+24 |
| | | | | for allowing overriding | ||||
* | add definition for GCC style weak references | Lennart Poettering | 2009-02-13 | 1 | -0/+6 |
| | |||||
* | make PA_GCC_PACKED and PA_GCC_MALLOC actually work | Lennart Poettering | 2009-02-13 | 5 | -10/+10 |
| | |||||
* | drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce ↵ | Lennart Poettering | 2009-02-13 | 1 | -3/+0 |
| | | | | this better from g_get_application_name() | ||||
* | we reinit proplist since the server will copy from client proplist anyway | Lennart Poettering | 2009-02-13 | 1 | -3/+1 |
| | |||||
* | fix aiff channel mapping for 6 channels | Lennart Poettering | 2009-02-13 | 1 | -2/+2 |
| | |||||
* | add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵ | Lennart Poettering | 2009-02-13 | 3 | -1/+198 |
| | | | | key events | ||||
* | add full set of argument description | Lennart Poettering | 2009-02-12 | 1 | -1/+5 |
| | |||||
* | don't try to recycle rtpoll objects | Lennart Poettering | 2009-02-12 | 2 | -8/+12 |
| | |||||
* | don't claim that profile changes are always successful | Lennart Poettering | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | use the same service fd shutdown logic when destructing module and changing ↵ | Lennart Poettering | 2009-02-12 | 1 | -10/+12 |
| | | | | profile | ||||
* | minor service IO fixes | Lennart Poettering | 2009-02-12 | 1 | -7/+4 |
| | |||||
* | the service fd is a stream socket, so handle things accordingly | Lennart Poettering | 2009-02-12 | 1 | -41/+54 |
| | |||||
* | handle errors from BT service properly | Lennart Poettering | 2009-02-12 | 1 | -10/+15 |
| | |||||
* | make module-hal-detect pick up all cards even when they have no device 0 | Lennart Poettering | 2009-02-12 | 1 | -6/+1 |
| | |||||
* | properly free modargs object when init fails; don't abbreviate modargs in struct | Lennart Poettering | 2009-02-12 | 1 | -8/+14 |
| | |||||
* | tabs are evil | Lennart Poettering | 2009-02-12 | 2 | -7/+7 |
| | |||||
* | some minor fixups | Lennart Poettering | 2009-02-12 | 1 | -6/+4 |
| | |||||
* | instead of reparsing the rate module argument when changing profile, simply ↵ | Lennart Poettering | 2009-02-12 | 1 | -8/+3 |
| | | | | restore the originally requested sample_spec, this also makes sure the channel count is properly reset | ||||
* | addendum to f56da9893: don't crash when s->sink is NULL | Lennart Poettering | 2009-02-12 | 1 | -0/+3 |
| | |||||
* | call _kill functions instead of _unlink since the latter should only be ↵ | Lennart Poettering | 2009-02-12 | 2 | -4/+4 |
| | | | | called be the stream implementor | ||||
* | Merge commit 'elmarco/bt-wip' | Lennart Poettering | 2009-02-12 | 6 | -73/+264 |
|\ | |||||
| * | pulsecore: add PA_CORE_HOOK_*_MOVE_FAIL | Marc-André Lureau | 2009-02-11 | 3 | -4/+10 |
| | | | | | | | | | | | | In case pa_*_move_all_fail(), it is nicer to let a module override the default behavior to fallback on a different sink/source. (instead of unlinking the sink_input/source_output) | ||||
| * | suspend-on-idle: don't crash when so->source is NULL | Marc-André Lureau | 2009-02-11 | 1 | -0/+3 |
| | | |||||
| * | bluetooth: reinitialize the sample spec when switching profile | Marc-André Lureau | 2009-02-10 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | When doing init_profile(), the value u->sample_spec is modified to the one which has been last configured. In case of HSP, it will be 8kHz. Later on, when setting the profile to A2DP, it picks up the lower rate available which match with current u->sample_spec. In my case, it would be 16kHz. To circunvent the issue, I decided to reinitialize the u->sample_spec to default value with user module argument requested rate. | ||||
| * | bluetooth: export nrec | Marc-André Lureau | 2009-02-10 | 1 | -13/+28 |
| | | |||||
| * | bluetooth: suspend SCO state when over PCM | Marc-André Lureau | 2009-02-10 | 1 | -0/+72 |
| | | |||||
| * | bluetooth: SCO over PCM | Marc-André Lureau | 2009-02-09 | 2 | -46/+131 |
| | | |||||
| * | bluetooth: reconnect to audio service when switching profile | Marc-André Lureau | 2009-02-09 | 1 | -12/+14 |
| | | | | | | | | | | | | Currently, Bluez audio service crash when reusing the same control socket to switch to different profiles. This typically happen when first switching from HSP to A2DP on dual headsets. | ||||
| * | bluetooth: typo | Marc-André Lureau | 2009-02-03 | 1 | -1/+1 |
| | | |||||
* | | minor reformatting | Lennart Poettering | 2009-02-12 | 1 | -2/+2 |
| | | |||||
* | | declare 'animation' stream role for Flash and suchlike | Lennart Poettering | 2009-02-12 | 1 | -1/+1 |
| | | |||||
* | | make gcc 4.4 shut up | Lennart Poettering | 2009-02-12 | 1 | -1/+1 |
| | | |||||
* | | implement a module that corks music/video streams automatically when a phone ↵ | Lennart Poettering | 2009-02-12 | 3 | -1/+236 |
| | | | | | | | | call is active | ||||
* | | allow sending meta/policy events to clients | Lennart Poettering | 2009-02-12 | 17 | -2/+369 |
| | | |||||
* | | RTP segfault/uninitialized resampler | Erich Boleyn | 2009-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Erich Boleyn <erich@uruk.org> wrote: > Using RTP for multi-room music streaming, updated to Pulse 0.9.14 from > 0.9.9, RTP reception new crashes with a segfault on all machines at > the first "Updating sample rate" log message. > > Source of the segfault appears to be null pointer for > "impl_update_rates" function in resampler routine, perhaps > uninitialized resamplers in general? A fresh look after work made the resampler initialization code pop out. The problem is in the sink connection being made from "module-rtp-recv.c", the "PA_SINK_INPUT_VARIABLE_RATE" flag should be passed into "pa_sink_input_new", but is not there. Made the change and tested it, fixes the problem. Checked and head-of- tree off of the pulseaudio.org source browsing link does not have this fix either. One-liner patch attached. | ||||
* | | add #defines for all enums that lacked it | Lennart Poettering | 2009-02-06 | 3 | -0/+141 |
| | | |||||
* | | A few MacOS X portability fixes | Lennart Poettering | 2009-02-06 | 2 | -3/+11 |
| | | | | | | | | | | | | Based on patches contributed by "Tron". See bug #478. | ||||
* | | add new module-augment-properties module for augmenting properties from ↵ | Lennart Poettering | 2009-02-05 | 4 | -3/+301 |
| | | | | | | | | .desktop files | ||||
* | | parse ini-style sections properly | Lennart Poettering | 2009-02-05 | 4 | -93/+117 |
| | | |||||
* | | make native protocol use pa_{sink_input|source_output|card}_update_proplist() | Lennart Poettering | 2009-02-05 | 1 | -9/+4 |
| | | |||||
* | | add missing hook | Lennart Poettering | 2009-02-05 | 1 | -0/+1 |
| | | |||||
* | | allow overwriting of process properties with environment variables | Lennart Poettering | 2009-02-05 | 1 | -6/+1 |
| | |