summaryrefslogtreecommitdiff
path: root/profiles/audio/avrcp.c
Commit message (Expand)AuthorAgeFilesLines
* avrcp: Fix crash while handling unsupported eventsLuiz Augusto von Dentz2023-03-301-0/+6
* player: Fix Track being emitted with empty metadataLuiz Augusto von Dentz2022-02-221-0/+4
* avrcp: Fix unaligned accessLuiz Augusto von Dentz2022-01-141-118/+111
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-5/+5
* avrcp: Fix browsing support in SDP recordLuiz Augusto von Dentz2021-09-241-49/+52
* audio/avrcp: Use host/network order as appropriate for pdu->params_lenMarijn Suijten2021-08-091-2/+2
* avrcp: Fix unregister AVRCP playerHuang-Huang Bao2021-05-211-0/+6
* profile: Fix memory leaksSteve Grubb2021-05-141-1/+3
* avrcp: Fix not checking if params_len match number of received bytesLuiz Augusto von Dentz2021-05-041-0/+8
* profiles: Use timeout_add_secondsFrédéric Danis2021-03-161-6/+7
* avrcp: Notify Addressed Player Changed if player is unregisteredLuiz Augusto von Dentz2020-10-121-1/+3
* avrcp: Fix segfault when using headset controlsDaniel Šimko2020-10-121-2/+8
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* avrcp: Add handler for GET_TOTAL_NUMBER_OF_ITEMSArchie Pusaka2020-09-111-0/+58
* avrcp: Set volume if volume changed event is registeredYu Liu2020-09-101-1/+7
* avrcp: Implement Press/Hold/Release method for MediaPlayer1Archie Pusaka2020-09-041-9/+53
* avrcp: include all player settings in notif eventHoward Chung2020-08-051-39/+32
* audio/transport: supply volume on transport initArchie Pusaka2020-07-231-1/+26
* audio/transport: change volume to 8bitArchie Pusaka2020-07-231-6/+11
* audio/avrcp: Always update transport volume regardless of playerMarijn Suijten2020-07-131-4/+8
* audio/avrcp: Fix media player passthrough bitmaskArchie Pusaka2020-06-041-7/+86
* avrcp: Don't attempt to load settings if on volume changed is supportedLuiz Augusto von Dentz2020-05-281-0/+4
* avrcp: Fix always requesting player settings for category 1Luiz Augusto von Dentz2020-05-271-1/+2
* avrcp: Handle not implemented response to AVRCP_LIST_PLAYER_ATTRIBUTESLuiz Augusto von Dentz2020-05-111-1/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* avrcp: Fix change-pathLuiz Augusto von Dentz2017-11-261-1/+6
* avrcp: Fix not parsing all itemsLuiz Augusto von Dentz2017-11-231-4/+1
* audio: Add missing fall through declarationLuiz Augusto von Dentz2017-07-121-0/+1
* audio: Add missing break statementsMarcel Holtmann2017-07-111-0/+2
* audio/avrcp: Fix PlayItem response handlingLuiz Augusto von Dentz2016-12-071-1/+1
* audio/player: Report PlayItem errorsLuiz Augusto von Dentz2016-11-081-1/+36
* audio/player: Fix not setting scope properlyLuiz Augusto von Dentz2016-08-221-0/+2
* audio/avrcp: Use SetAddressedPlayer when player changesLuiz Augusto von Dentz2016-08-221-26/+89
* audio/avrcp: Don't send SetBrowsedPlayer if player is not browsableLuiz Augusto von Dentz2016-08-221-2/+18
* audio/avrcp: Fix not setting player idLuiz Augusto von Dentz2016-08-221-0/+1
* audio/avrcp: Fix crash if no player is availableLuiz Augusto von Dentz2016-06-151-1/+10
* audio/avrcp: Fix not handling Addressed Player Changed errorLuiz Augusto von Dentz2016-05-251-17/+39
* audio/avrcp: Fix uninitialized variableFrancois Beaufort2016-04-221-1/+1
* audio/avrcp: Fix registering to player eventsLuiz Augusto von Dentz2016-04-011-2/+3
* audio/avrcp: Fix crash when connecting to controllersLuiz Augusto von Dentz2016-03-221-1/+1
* audio/avrcp: Don't print an error if folder length is 0Luiz Augusto von Dentz2016-01-271-1/+3
* audio/avrcp: Fix not always requesting capabilitiesLuiz Augusto von Dentz2016-01-271-6/+5
* audio/avrcp: Fix ctype code of PlayItem and AddToNowPlayingLuiz Augusto von Dentz2015-10-121-2/+2
* audio/control: Add Player property to MediaControl1Luiz Augusto von Dentz2015-09-291-4/+13
* audio/avrcp: Fix possible crash when current player is removedLuiz Augusto von Dentz2015-09-291-6/+8
* audio/avrcp: Remove not needed null check inSzymon Janc2015-09-231-1/+1
* audio/avrcp: Enable volume notificationsLuiz Augusto von Dentz2015-09-151-5/+56
* audio/avrcp: Fix rejecting SetAbsoluteVolume without a playerLuiz Augusto von Dentz2015-09-151-4/+0
* audio/avrcp: Fix missing event for volume controlLuiz Augusto von Dentz2015-09-151-4/+2
* audio/avrcp: Assing ids when registering a playerLuiz Augusto von Dentz2015-09-021-0/+2