summaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix AVDTP General Reject to match ESR04Johan Hedberg2009-09-021-6/+10
* Reject AVDTP_DISCOVER when there are no SEPs availableJohan Hedberg2009-09-021-0/+7
* Reject AVDTP START/STOP when disconnectingDaniel Orstadius2009-09-021-2/+17
* Make headset connecting state consistent with the rest of the interfacesJohan Hedberg2009-09-024-17/+17
* Fix org.bluez.Audio state trackingJohan Hedberg2009-09-021-5/+10
* Move IPC test program to test directoryMarcel Holtmann2009-08-286-1337/+0
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-83/+0
* Fix issues with the previous A2DP Source patch for unix.cJohan Hedberg2009-08-171-18/+30
* Small optimization on audio IPC.João Paulo Rechi Vita2009-08-171-4/+3
* Add support for the source interface to audio IPC.João Paulo Rechi Vita2009-08-171-14/+41
* Fix maemo telephony initialization to wait for correct modem stateJohan Hedberg2009-08-131-107/+125
* Fix checking records returned by bt_search_service on headset.c.Luiz Augusto von Dentz2009-08-121-7/+6
* Don't enable the SCO server socket when not necessaryJohan Hedberg2009-08-113-3/+11
* Make all major plugins builtin to simplify debuggingMarcel Holtmann2009-08-091-9/+5
* Remove deprecated method and signals for AudioSource.Luiz Augusto von Dentz2009-07-311-75/+5
* Fix ipctest and its strict-aliasing problemsMarcel Holtmann2009-07-312-17/+22
* Fix possible use of a pointer after free.Luiz Augusto von Dentz2009-07-171-2/+7
* Cleanup gateway code to make Coverty happy.Luiz Augusto von Dentz2009-07-161-52/+57
* Fix unhandled return.Luiz Augusto von Dentz2009-07-161-1/+4
* Remove useless instruction.Luiz Augusto von Dentz2009-07-161-6/+3
* Use -fno-strict-aliasing for audio subdirectory for nowMarcel Holtmann2009-07-161-2/+2
* Fix another strict-aliasing rules handling with CMSG_DATAMarcel Holtmann2009-07-161-1/+1
* Fix strict-aliasing rules handling with CMSG_DATAMarcel Holtmann2009-07-161-2/+4
* Fix ipctest reading socket forever.Luiz Augusto von Dentz2009-07-131-1/+1
* Add Sink role support to audio IPC.João Paulo Rechi Vita2009-07-131-0/+4
* Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita2009-07-134-83/+92
* Create A2DP Source interface.João Paulo Rechi Vita2009-07-137-3/+939
* Create one SBC Sink when registering A2DP server.João Paulo Rechi Vita2009-07-131-2/+15
* Add SetCallerId D-Bus interface to telephony-maemoOlli-Pekka Salin2009-07-101-1/+119
* Fix inband ring setting to be per-headsetJohan Hedberg2009-07-071-4/+9
* Wait for CSD before attempting to initialize telephonyJohan Hedberg2009-07-071-11/+51
* Remove unused variableJohan Hedberg2009-07-071-1/+0
* Allow setting the voice mailbox number using an environment variableJohan Hedberg2009-07-061-0/+2
* Fix three-way calling indicator orderJohan Hedberg2009-07-061-26/+13
* Downgrade and upgrade the callheld indicator when necessaryJohan Hedberg2009-07-041-7/+26
* Use create timer only if there's a call in ACTIVE stateJohan Hedberg2009-07-041-1/+1
* Make the redundant indicator change check optionalJohan Hedberg2009-07-044-22/+23
* Remove unnecessary telephony_get_indicator checksJohan Hedberg2009-07-032-10/+4
* Don't send +CIEV when the indicator value hasn't changedJohan Hedberg2009-07-031-0/+5
* Add support for Call.CreateRequested signalJohan Hedberg2009-07-031-3/+37
* Make use of Conference.Joined and Conference.Left signalsJohan Hedberg2009-07-031-20/+36
* Make GetCallInfoAll reply parsing more stableJohan Hedberg2009-07-031-7/+8
* Fix infinite loop if parsing GetCallInfoAll reply failsJohan Hedberg2009-07-031-1/+1
* Register the a2dp gst sink as marginalFilippo Giunchedi2009-07-031-1/+1
* Ensure that a call is never added twice to the active_calls listJohan Hedberg2009-07-031-1/+2
* Make headset connection attempt really cancelable.Luiz Augusto von Dentz2009-07-021-15/+9
* Make sure Audio.Disconnect cancel pending connections.Luiz Augusto von Dentz2009-07-023-6/+16
* Add an assert to catch issues with bt_cancel_discoveryJohan Hedberg2009-07-021-0/+2
* Fix inconsistent call list information from CSDJohan Hedberg2009-07-021-0/+8
* Fix multiparty bit value when doing a conference callJohan Hedberg2009-07-021-12/+30