summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | add trivial redirecting makefile to bt dirLennart Poettering2008-09-111-0/+1
| |
* | Move bluetooth proximity module to src/modules/bluetooth/João Paulo Rechi Vita2008-09-113-13/+13
| |
* | Change all int vars that doesn't allow negative values to uintJoão Paulo Rechi Vita2008-09-111-11/+12
| |
* | Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-1110-37/+37
| |
* | Cleanup some codeJoão Paulo Rechi Vita2008-09-111-14/+0
| |
* | Remove some warningsJoão Paulo Rechi Vita2008-09-111-5/+8
| |
* | Free mempoolJoão Paulo Rechi Vita2008-09-111-1/+3
| |
* | Fix "file not found" error on load of module-bt-device for Ubuntu Intrepid IbexRuss Dill2008-09-111-1/+1
| |
* | Merge A2DP and SCO thread functionsJoão Paulo Rechi Vita2008-09-111-121/+52
| |
* | Add some more device properties to the sink properties listJoão Paulo Rechi Vita2008-09-111-1/+10
| |
* | Remove check for SIOCOUTQ and add proper includesJoão Paulo Rechi Vita2008-09-111-17/+9
| |
* | Use union instead of different pointer types to the same memory area to make ↵João Paulo Rechi Vita2008-09-111-47/+53
| | | | | | | | the code C99 compliant
* | Move render and write to the fd to a separate functionJoão Paulo Rechi Vita2008-09-111-81/+90
| |
* | Change MIN/MAX to PA_MIN/PA_MAXJoão Paulo Rechi Vita2008-09-111-2/+2
| |
* | Remove unnecessary initialization of getcaps_req->flagsJoão Paulo Rechi Vita2008-09-111-2/+1
| |
* | Remove u->channels and u->rates, since it's redundant infoJoão Paulo Rechi Vita2008-09-111-11/+5
| |
* | Fix some memory leakingJoão Paulo Rechi Vita2008-09-111-3/+13
| |
* | Change sbc_initialized to pa_bool_tJoão Paulo Rechi Vita2008-09-111-3/+3
| |
* | pa__done for module-bt-deviceJoão Paulo Rechi Vita2008-09-111-4/+41
| |
* | Fix some debug messages and other cosmetic changesJoão Paulo Rechi Vita2008-09-111-51/+39
| |
* | Refactor a2dp thread execution flow and improve time estimationJoão Paulo Rechi Vita2008-09-111-97/+76
| |
* | A2DP poorly workingJoão Paulo Rechi Vita2008-09-111-6/+194
| |
* | Fix sample sizeJoão Paulo Rechi Vita2008-09-111-1/+3
| |
* | Fix block_size calculationJoão Paulo Rechi Vita2008-09-111-4/+3
| |
* | Configure bt connection for a2dpJoão Paulo Rechi Vita2008-09-112-14/+94
| |
* | Get rid of hw_constraint function. It's code now lives inside bt_setconf().João Paulo Rechi Vita2008-09-111-15/+4
| |
* | Change default sink name to bluetooth_sinkJoão Paulo Rechi Vita2008-09-111-1/+1
| |
* | Try to improve time estimationJoão Paulo Rechi Vita2008-09-111-7/+7
| |
* | Fix handling of PA_SINK_MESSAGE_GET_LATENCYJoão Paulo Rechi Vita2008-09-111-1/+2
| |
* | Remove PA_SINK_NETWORK flag and move the passage of streamfd to the rt ↵João Paulo Rechi Vita2008-09-111-5/+6
| | | | | | | | thread just before the thread creation
* | Change pa_sink_render to pa_sink_render_into_full and remove some ↵João Paulo Rechi Vita2008-09-111-96/+90
| | | | | | | | unnecessary checks on the rt thread
* | Make stream socket non-blockingJoão Paulo Rechi Vita2008-09-111-0/+1
| |
* | Fix block size for SCOJoão Paulo Rechi Vita2008-09-111-1/+5
| |
* | Add include for core-util.hJoão Paulo Rechi Vita2008-09-111-0/+1
| |
* | Initialize rtpoll_itemJoão Paulo Rechi Vita2008-09-111-0/+5
| |
* | Add include for sample.hJoão Paulo Rechi Vita2008-09-111-0/+1
| |
* | Change close() to pa_close()João Paulo Rechi Vita2008-09-111-1/+1
| |
* | Change strerror() to pa_cstrerror()João Paulo Rechi Vita2008-09-111-5/+5
| |
* | Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't really need itJoão Paulo Rechi Vita2008-09-111-16/+0
| |
* | Changes for pa_modargs_get_value_u32 for integer arguments and correct some ↵João Paulo Rechi Vita2008-09-111-6/+4
| | | | | | | | error messages
* | Copy arguments values instead of just getting a pointer for themJoão Paulo Rechi Vita2008-09-111-3/+3
| |
* | Hand the stream socket to the rt threadJoão Paulo Rechi Vita2008-09-111-9/+16
| |
* | Initial code for rt threadJoão Paulo Rechi Vita2008-09-111-139/+147
| |
* | Fix PA_USEC_PER_SEC missingJoão Paulo Rechi Vita2008-09-111-0/+1
| |
* | BlueZ connection configuration doneJoão Paulo Rechi Vita2008-09-111-33/+695
| |
* | Adds SBC Codec to pa treeJoão Paulo Rechi Vita2008-09-115-1/+1754
| |
* | Add module-bt-device and dependencies to automakeJoão Paulo Rechi Vita2008-09-111-1/+15
| |
* | Initial file for module-bt-deviceJoão Paulo Rechi Vita2008-09-111-0/+154
| |
* | Add code from bluez/audio/ipc.[ch]João Paulo Rechi Vita2008-09-112-0/+427
| |
* | Add sender=org.bluez to dbus add matchJoão Paulo Rechi Vita2008-09-111-2/+4
| |