aboutsummaryrefslogtreecommitdiff
path: root/audio/a2dp.c
AgeCommit message (Expand)Author
2011-01-11Fix memory leak when calling endpoint to select capabilitiesLuiz Augusto von Dentz
2011-01-11Fix possible memory leak on each a2dp stream setupLuiz Augusto von Dentz
2010-11-19Fix reference count of a2dp stream setupLuiz Augusto von Dentz
2010-11-19Cleanup a2dp_cancel codeLuiz Augusto von Dentz
2010-11-19Cleanup a2dp setup codeLuiz Augusto von Dentz
2010-11-11Fix minor whitespace issueJohan Hedberg
2010-11-11Remove a2dp setup callbacks after they returnLuiz Augusto von Dentz
2010-10-26Fix A2DP play when sample rate gets changedJohn Crosbie
2010-10-11Fix blocking on setconf indication callbackLuiz Augusto von Dentz
2010-10-11Fix blocking on setconf confirmation callbackLuiz Augusto von Dentz
2010-10-11Make use of avdtp category when setting errorsLuiz Augusto von Dentz
2010-10-11Fix not always signalling new streams when acting as a sinkLuiz Augusto von Dentz
2010-10-06Fix audio.conf access when it isn't presentJohan Hedberg
2010-09-22Fix registering local endpoints when Socket interface is disabledLuiz Augusto von Dentz
2010-09-15Update a2dp transport delay when it changesLuiz Augusto von Dentz
2010-09-15Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz
2010-09-08Fix closing stream of locked sep when reconfiguringLuiz Augusto von Dentz
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz
2010-05-26Coding style cleanupJohan Hedberg
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-03-24Add immediate parameter to avdtp_closeLuiz Augusto Von Dentz
2010-03-24Send abort on while cancelling a2dp setupLuiz Augusto Von Dentz
2010-01-07Update Nokia copyrightsJohan Hedberg
2010-01-01Update copyright informationMarcel Holtmann
2009-10-06Add support for AVDTP 1.3 Delay ReportingJohan Hedberg
2009-10-05Fix A2DP and AVDTP versions in SDP recordsJohan Hedberg
2009-10-02Fix memory leaksSteve Grubb
2009-07-13Adapt A2DP functions to support the Sink role.João Paulo Rechi Vita
2009-07-13Create A2DP Source interface.João Paulo Rechi Vita
2009-07-13Create one SBC Sink when registering A2DP server.João Paulo Rechi Vita
2009-06-04Fix some error messages in A2DP Source functions.João Paulo Rechi Vita
2009-05-02Fix more format string issuesJohan Hedberg
2009-04-28Fix bug which prevent a2dp adapter driver probe to succeed a second time.Luiz Augusto von Dentz
2009-04-15Fix sink.c crash if removing device while connectingJohan Hedberg
2009-04-01Fix possible null deference and mismatch seps triggering set configuration.Luiz Augusto von Dentz
2009-03-26Null pointer check on cb in finalize_resume().Nick Pelly
2009-03-25Add lock flag for capabilities.Luiz Augusto von Dentz
2009-03-25Introduce BT_OPEN command to audio ipc.Luiz Augusto von Dentz
2009-03-25Add configured flag for codec capabilities.Luiz Augusto von Dentz
2009-03-25Add object field to audio ipc messages.Luiz Augusto von Dentz
2009-03-25Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz
2009-03-09Don't pass stream to config callback if there was an errorJohan Hedberg
2009-02-24Be more strict about codec capability length checksJohan Hedberg
2009-02-19Make probe to fail if avdtp_init fail.Luiz Augusto von Dentz
2009-01-30Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann
2009-01-01Update copyright informationMarcel Holtmann
2008-12-15Revert previous change to g_timeout_add_secondsJohan Hedberg
2008-12-10Convert two more users to g_timeout_add_seconds()Marcel Holtmann
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz