Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Load module gconf earlier | Sjoerd Simons | 2009-02-03 | 1 | -9/+9 |
| | | | | | | | This makes sure that module-default-device-restore can actually work when GConf enables additional sinks. Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | when moving a sink between sinks make volume relative | Lennart Poettering | 2009-02-03 | 1 | -2/+14 |
| | |||||
* | before applying balance/fade check it actually makes sense | Lennart Poettering | 2009-02-03 | 2 | -7/+26 |
| | |||||
* | add a macro definition for each error code | Lennart Poettering | 2009-02-03 | 1 | -0/+28 |
| | |||||
* | make a couple of functions return proper error codes | Lennart Poettering | 2009-02-03 | 15 | -105/+122 |
| | |||||
* | make a few functions return void where the retval isn't used/never != 0 | Lennart Poettering | 2009-02-03 | 3 | -16/+6 |
| | |||||
* | add new error code PA_ERR_NOTIMPLEMENTED | Lennart Poettering | 2009-02-03 | 2 | -1/+4 |
| | |||||
* | implement PA_STREAM_FAIL_ON_SUSPEND logic | Lennart Poettering | 2009-02-03 | 10 | -24/+59 |
| | |||||
* | make iterating with pa_idxset_next() robust in regards to idxset modifications | Lennart Poettering | 2009-02-03 | 1 | -9/+33 |
| | |||||
* | make update-sbc should also update other BT related sources | Lennart Poettering | 2009-02-03 | 1 | -2/+7 |
| | |||||
* | pull in new SBC/BT files | Lennart Poettering | 2009-02-03 | 4 | -8/+5 |
| | |||||
* | don't use PA_STREAM_NOT_MONOTONOUS anymore | Lennart Poettering | 2009-02-02 | 2 | -3/+3 |
| | |||||
* | big module-bluetooth-device.c rework | Lennart Poettering | 2009-02-02 | 2 | -640/+968 |
| | |||||
* | make rtp.h ANSI C compliant | Lennart Poettering | 2009-02-02 | 1 | -22/+22 |
| | |||||
* | whitespace cleanup | Lennart Poettering | 2009-02-02 | 2 | -1/+3 |
| | |||||
* | handle EAGAIN properly | Lennart Poettering | 2009-02-02 | 1 | -1/+3 |
| | |||||
* | fix soft_mute handling | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | update sbc stuff | Lennart Poettering | 2009-02-02 | 11 | -311/+1694 |
| | |||||
* | reset rewind_requested when we enter suspend mode | Lennart Poettering | 2009-02-02 | 1 | -0/+4 |
| | |||||
* | shortcut pa_sink_process_rewind() when no rewind is happenning and none was ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+5 |
| | | | | requested | ||||
* | Fix a few sink/source calls when they are called in suspended state. | Lennart Poettering | 2009-02-02 | 2 | -16/+43 |
| | |||||
* | add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor() | Lennart Poettering | 2009-02-02 | 2 | -7/+70 |
| | |||||
* | set PA_PROP_WINDOW_X11_DISPLAY from :0.0 and initialize ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+19 |
| | | | | PA_PROP_APPLICATION_PROCESS_MACHINE_ID properly | ||||
* | try to use glib's g_get_application_name() to set PA_PROP_APPLICATION_NAME | Lennart Poettering | 2009-02-02 | 1 | -10/+24 |
| | |||||
* | when determining the minimum volume of all sink inputs make sure to handle ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+13 |
| | | | | the case when there are no sink inputs correctly | ||||
* | store the module index shifted by 1 to map PA_INVALID_INDEX to NULL | Lennart Poettering | 2009-02-02 | 1 | -6/+6 |
| | |||||
* | download everything from gitweb twice to make sure we don't get a ↵ | Lennart Poettering | 2009-02-02 | 1 | -3/+3 |
| | | | | 'Generating...' message | ||||
* | add a few new form factors | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | introduce PA_PROP_APPLICATION_PROCESS_MACHINE_ID | Lennart Poettering | 2009-02-02 | 1 | -0/+2 |
| | |||||
* | work around dlsym() return value mistyping as suggested in POSIX | Lennart Poettering | 2009-02-02 | 1 | -2/+4 |
| | |||||
* | use uintpr_t when casting between pointers and integers | Lennart Poettering | 2009-02-02 | 1 | -8/+8 |
| | |||||
* | check for NULL before accessing the name | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | allow passing of channel map on command line and hide unused sliders | Lennart Poettering | 2009-02-02 | 1 | -21/+47 |
| | |||||
* | look for libpulse in multiple different places | Lennart Poettering | 2009-02-02 | 1 | -1/+7 |
| | |||||
* | implement pa_channel_map_can_fade | Lennart Poettering | 2009-01-31 | 3 | -5/+58 |
| | |||||
* | Merge branch 'master' into lennartsbtfixes | Lennart Poettering | 2009-01-30 | 5 | -6/+41 |
|\ | |||||
| * | dump properties when we create a new sink or source | Lennart Poettering | 2009-01-30 | 2 | -4/+12 |
| | | |||||
| * | suppress lines made up only of whitespace | Lennart Poettering | 2009-01-30 | 1 | -1/+2 |
| | | |||||
| * | include ALSA driver in properties for cards/sink | Lennart Poettering | 2009-01-30 | 1 | -1/+6 |
| | | |||||
| * | add new function pa_alsa_get_driver_name() | Lennart Poettering | 2009-01-30 | 2 | -0/+21 |
| | | |||||
* | | Merge branch 'master' into lennartsbtfixes | Lennart Poettering | 2009-01-30 | 4 | -5/+360 |
|\| | |||||
| * | Add a little Gtk test tool to show how balance/fade/value and the channel ↵ | Lennart Poettering | 2009-01-30 | 1 | -0/+227 |
| | | | | | | | | volumes play together | ||||
| * | implement pa_cvolume_{get|set}_fade | Lennart Poettering | 2009-01-30 | 3 | -2/+130 |
| | | |||||
| * | fix a bogus assert | Lennart Poettering | 2009-01-30 | 1 | -1/+1 |
| | | |||||
| * | properly deal with the case when l/r is silent when adjust balance | Lennart Poettering | 2009-01-30 | 1 | -2/+2 |
| | | |||||
* | | add missing files | Lennart Poettering | 2009-01-29 | 2 | -0/+882 |
| | | |||||
* | | temporary commit of lennarts new bt changes | Lennart Poettering | 2009-01-29 | 3 | -925/+514 |
|/ |