summaryrefslogtreecommitdiff
path: root/audio/media.c
Commit message (Expand)AuthorAgeFilesLines
* Add callback to list available metadata IDsLucas De Marchi2011-10-131-0/+13
* Fix compilation error on 32-bit systemsJohan Hedberg2011-10-121-2/+4
* Fix crash while registering playerLuiz Augusto von Dentz2011-10-061-0/+3
* Fix not being able to unregister player via UnregisterPlayerLuiz Augusto von Dentz2011-10-061-1/+1
* AVRCP: do not allow CT to set a property not supportedLucas De Marchi2011-10-061-0/+3
* AVRCP: move MediaPlayer to adapter objectLuiz Augusto von Dentz2011-10-061-0/+784
* Update g_strcmp0 to strcasecmpFrédéric Dalleau2011-08-241-1/+1
* Use state change callback from media interfaceFrédéric Dalleau2011-08-241-0/+56
* Fix double free in error case in endpoint_replyFrédéric Dalleau2011-08-241-1/+2
* Fix possible invalid read/free on media.cLuiz Augusto von Dentz2011-08-081-266/+388
* Fix headset state callback in Media APILukasz Rymanowski2011-07-101-1/+6
* Allow building with GLib 2.16 for nowMarcel Holtmann2011-07-041-0/+1
* Make use of g_slist_free_full on audio pluginLuiz Augusto von Dentz2011-06-301-3/+2
* Fix invalid write to memory issue in media moduleRafal Michalski2011-06-141-1/+2
* Fix type in conditional expressionLukasz Pawlik2011-06-061-1/+1
* Rework adding/removing owners to a transportLuiz Augusto von Dentz2011-03-271-2/+2
* Fix crash when unregistering a2dp driver before media driverLuiz Augusto von Dentz2011-03-221-0/+3
* Add 'Protocol not supported' error in a2dp_add_sepDmitriy Paliy2011-03-171-6/+17
* Fix crash while parsering of endpoint propertiesLuiz Augusto von Dentz2011-02-021-8/+17
* Fix memory leak when calling endpoint methodLuiz Augusto von Dentz2011-01-111-6/+15
* Configure HFP/HSP endpoints if headset interface is already connectedLuiz Augusto von Dentz2010-12-221-2/+11
* Fix not calling SetConfiguration on hfp/hsp endpoints before connectedLuiz Augusto von Dentz2010-12-161-7/+4
* convert errors to btd_error_does_not_exist()Gustavo F. Padovan2010-12-081-2/+1
* Add btd_error_already_exists()Gustavo F. Padovan2010-12-071-2/+1
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-6/+3
* Fix not ignoring case of uuid given to RegisterEndpointLuiz Augusto von Dentz2010-11-041-3/+3
* Remove unused codeLuiz Augusto von Dentz2010-10-111-32/+2
* Fix blocking when calling endpoint on hsp/hfp connectionLuiz Augusto von Dentz2010-10-111-2/+15
* Fix not replying an error in case of endpoint request timeoutLuiz Augusto von Dentz2010-10-111-0/+3
* Make MediaEndpoint.ClearConfiguration to take transport pathLuiz Augusto von Dentz2010-09-221-4/+8
* Make MediaEndpoint.SetConfiguration to take all transport propertiesLuiz Augusto von Dentz2010-09-221-4/+6
* Update a2dp transport delay when it changesLuiz Augusto von Dentz2010-09-151-0/+6
* Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz2010-09-151-0/+683