summaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-4/+2
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-2/+2
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-31/+17
* audio: Remove unused functionChan-yeol Park2012-10-042-41/+0
* audio: Use DBus.Properties on Control interfaceLucas De Marchi2012-10-041-39/+18
* AVDTP: Remove hand-written function name from logLucas De Marchi2012-10-041-1/+1
* AVCTP: Remove hand-written function name from logLucas De Marchi2012-10-041-1/+1
* AVRCP: Fix not freeing session list on exitLuiz Augusto von Dentz2012-10-031-0/+1
* AVRCP: Fix not removing session from player upon disconnectLuiz Augusto von Dentz2012-10-031-0/+5
* AVRCP: Fix not freeing player session list on exitLuiz Augusto von Dentz2012-10-031-0/+1
* audio: Fix missing gateway state check on ConnectMikel Astiz2012-10-021-0/+5
* audio: Fix crash on gateway close while connectedMikel Astiz2012-10-021-6/+27
* audio: Fix crash if gateway closed before replyMikel Astiz2012-10-021-8/+27
* audio: Drop audio-specific authorization mechanismMikel Astiz2012-10-015-196/+43
* adapter: Use authorization id for cancellingMikel Astiz2012-10-011-10/+15
* AVRCP: Store version and features of the remote in the sessionLuiz Augusto von Dentz2012-09-261-14/+13
* AVRCP: Fix using struct avrcp_player as session abstractionLuiz Augusto von Dentz2012-09-262-124/+172
* AVRCP: Automatically connect browsing channel if supportedLuiz Augusto von Dentz2012-09-263-1/+40
* AVRCP: Add handler for browsing PDUsVani Patel2012-09-262-6/+96
* AVCTP: Add functions to register and unregister Browsing handlerJoohi Rastogi2012-09-262-0/+38
* AVRCP: Add browsing channel supportVani Patel2012-09-261-19/+165
* AVRCP: Rename variables used for control channelVani Patel2012-09-263-73/+75
* AVRCP: Adds SDP record to support browsing channelVani Patel2012-09-263-7/+29
* AVRCP: Fix handler lookup for undefined control PDU idsLuiz Augusto von Dentz2012-09-261-1/+1
* audio: Fix attempting to create a device on driver .removeLuiz Augusto von Dentz2012-09-251-2/+5
* core: Add profile parameter to adapter and device probe functionsJohan Hedberg2012-09-251-13/+25
* media: Fix possible crash when endpoint exitLuiz Augusto von Dentz2012-09-211-10/+6
* audio: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-2122-281/+194
* adapter: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-1/+1
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-217-27/+27
* gstavdtpsink: Free the D-Bus error on reply failureSyam Sidhardhan2012-09-171-5/+10
* media: Fix infinite loop due to release_endpoint()Mikel Astiz2012-09-171-2/+2
* media: Extend media API with optional acquireMikel Astiz2012-09-171-0/+4
* media: Automatically release transport when HUPMikel Astiz2012-09-171-1/+10
* media: Expose transport state in D-BusMikel Astiz2012-09-141-0/+29
* media: Split transport state based on playing flagMikel Astiz2012-09-141-11/+57
* media: Watch interface state changes in transportMikel Astiz2012-09-141-0/+103
* media: Replace transport->in_use flag with stateMikel Astiz2012-09-141-19/+58
* media: Add gateway_get_state() to internal APIMikel Astiz2012-09-142-0/+8
* media: Add a2dp_sep_is_playing() to internal APIMikel Astiz2012-09-142-0/+9
* media: Fix accesstype comparisonMikel Astiz2012-09-141-51/+68
* core: Move profile code into profile.{c,h}Johan Hedberg2012-09-111-0/+1
* avctp: Fix reply for message with invalid PIDPar-Gunnar Hjalmdahl2012-09-111-1/+1
* avrcp: Fix compilation errors due to unaligned memory accessSzymon Janc2012-09-051-5/+5
* audio: Handle error in gateway_request_stream()Mikel Astiz2012-09-041-3/+4
* audio: Fix gateway in connecting state foreverMikel Astiz2012-09-041-3/+10
* audio: Remove unused functionMikel Astiz2012-09-042-18/+0
* audio: Fix gateway probe always failingMikel Astiz2012-09-041-1/+1
* core: replace NULL by dbus invalid argumentsChan-yeol Park2012-09-032-4/+4
* audio: Remove unused enum valuesChan-yeol Park2012-09-031-17/+0