summaryrefslogtreecommitdiff
path: root/audio/a2dp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg1-1/+1
2011-10-05Fix missing initialization of A2DP errorJohan Hedberg1-0/+1
2011-08-08Fix possible invalid read/free on media.cLuiz Augusto von Dentz1-40/+52
2011-07-05Fix possible invalid read/free when using g_slist_free_fullLuiz Augusto von Dentz1-2/+10
2011-07-04Allow building with GLib 2.16 for nowMarcel Holtmann1-0/+1
2011-06-30Make use of g_slist_free_full on audio pluginLuiz Augusto von Dentz1-11/+5
2011-06-14Fix invalid write to memory issue in A2DP moduleRafal Michalski1-3/+2
2011-05-15Remove unused remote_type variable from a2dp_configSzymon Janc1-6/+2
2011-05-15Remove redundant local copy of GSlist* from functionsSzymon Janc1-3/+2
2011-05-02Fix crash when calling finalize_setup_errnoLuiz Augusto von Dentz1-7/+7
2011-04-14Fix unregistering a2dp sep while it is lockedLuiz Augusto von Dentz1-0/+16
2011-04-04Fix not removing source when removing setup callbackLuiz Augusto von Dentz1-3/+9
2011-04-04Refactor A2DP finalize_*_errno functionsLuiz Augusto von Dentz1-47/+41
2011-04-04Fix handling of A2DP suspend responseLuiz Augusto von Dentz1-11/+11
2011-03-28Fix crash when receiving avdtp close commandLuiz Augusto von Dentz1-0/+18
2011-03-24Fix crash while exiting when endpoint has a a2dp streamLuiz Augusto von Dentz1-1/+3
2011-03-22Fix crash when unregistering a2dp driver before media driverLuiz Augusto von Dentz1-0/+7
2011-03-18Recalculate remote SEP if the codec type changesArun Raghavan1-1/+8
2011-03-17Add 'Protocol not supported' error in a2dp_add_sepDmitriy Paliy1-8/+26
2011-02-17Fix no SEP if corresponding interface is disabledDmitriy Paliy1-1/+10
2011-02-08Reuse same SEP when reconfiguring A2DP streamsJohan Hedberg1-0/+3
2011-01-11Fix memory leak when calling endpoint to select capabilitiesLuiz Augusto von Dentz1-0/+1
2011-01-11Fix possible memory leak on each a2dp stream setupLuiz Augusto von Dentz1-11/+18
2010-11-19Fix reference count of a2dp stream setupLuiz Augusto von Dentz1-64/+54
2010-11-19Cleanup a2dp_cancel codeLuiz Augusto von Dentz1-1/+3
2010-11-19Cleanup a2dp setup codeLuiz Augusto von Dentz1-84/+68
2010-11-11Fix minor whitespace issueJohan Hedberg1-1/+1
2010-11-11Remove a2dp setup callbacks after they returnLuiz Augusto von Dentz1-20/+35
2010-10-26Fix A2DP play when sample rate gets changedJohn Crosbie1-0/+3
2010-10-11Fix blocking on setconf indication callbackLuiz Augusto von Dentz1-61/+140
2010-10-11Fix blocking on setconf confirmation callbackLuiz Augusto von Dentz1-5/+29
2010-10-11Make use of avdtp category when setting errorsLuiz Augusto von Dentz1-3/+3
2010-10-11Fix not always signalling new streams when acting as a sinkLuiz Augusto von Dentz1-0/+2
2010-10-06Fix audio.conf access when it isn't presentJohan Hedberg1-2/+5
2010-09-22Fix registering local endpoints when Socket interface is disabledLuiz Augusto von Dentz1-1/+12
2010-09-15Update a2dp transport delay when it changesLuiz Augusto von Dentz1-4/+27
2010-09-15Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz1-123/+603
2010-09-08Fix closing stream of locked sep when reconfiguringLuiz Augusto von Dentz1-0/+2
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz1-3/+3
2010-05-26Coding style cleanupJohan Hedberg1-0/+1
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-56/+56
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-03-24Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz1-2/+2
2010-03-24Send abort on while cancelling a2dp setupLuiz Augusto Von Dentz1-37/+6
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-06Add support for AVDTP 1.3 Delay ReportingJohan Hedberg1-24/+100
2009-10-05Fix A2DP and AVDTP versions in SDP recordsJohan Hedberg1-3/+4
2009-10-02Fix memory leaksSteve Grubb1-1/+3
2009-07-13Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita1-63/+75