summaryrefslogtreecommitdiff
path: root/profiles/audio/player.c
Commit message (Expand)AuthorAgeFilesLines
* player: Fix Track being emitted with empty metadataLuiz Augusto von Dentz2022-02-221-35/+39
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* avrcp: Implement Press/Hold/Release method for MediaPlayer1Archie Pusaka2020-09-041-0/+66
* avrcp: Fix error creating media itemsLuiz Augusto von Dentz2018-12-121-3/+3
* 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-40/+63
* audio/player: Fix method definition of MediaItem.PlayLuiz Augusto von Dentz2016-12-071-1/+1
* audio/player: Report PlayItem errorsLuiz Augusto von Dentz2016-11-081-2/+29
* audio/player: Fix not setting scope properlyLuiz Augusto von Dentz2016-08-221-1/+4
* audio/avrcp: Don't send SetBrowsedPlayer if player is not browsableLuiz Augusto von Dentz2016-08-221-0/+5
* audio/player: Fix checking wrong flagLuiz Augusto von Dentz2016-08-221-1/+1
* audio/player: Fix properties being marked as experimentalLuiz Augusto von Dentz2016-08-051-4/+2
* audio/control: Add Player property to MediaControl1Luiz Augusto von Dentz2015-09-291-0/+5
* audio/avrcp: Add support for GetTotalNumberOfItemsBharat Panda2015-07-291-2/+31
* profiles: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-1/+2
* audio/player: Reduce verbosityLuiz Augusto von Dentz2014-08-061-24/+0
* audio/media: Remove experimental status from Media* interfacesLuiz Augusto von Dentz2014-08-051-56/+32
* audio/player: Fix accepting invalid folders in ChangeFolderLuiz Augusto von Dentz2014-05-091-0/+8
* audio/player: Fix properties Browsable/SearchableLuiz Augusto von Dentz2014-04-231-3/+3
* audio/player: Use proper errors instead of using .FailedLuiz Augusto von Dentz2014-03-131-19/+10
* audio/player: Fix using invalid end indexLuiz Augusto von Dentz2014-02-021-1/+2
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-3/+4
* audio/player: Fix overflowing positionLuiz Augusto von Dentz2013-07-311-1/+2
* audio/player: Fix not setting playlist items as playableLuiz Augusto von Dentz2013-07-261-0/+2
* audio/player: Fix attempting to set the same setting valueLuiz Augusto von Dentz2013-07-231-1/+7
* audio/player: Add Player property to MediaItem1Luiz Augusto von Dentz2013-07-171-0/+15
* audio/player: Fix crash when current item UID is set to 0Luiz Augusto von Dentz2013-06-261-1/+1
* audio/player: Create item on media_player_set_playlist_itemLuiz Augusto von Dentz2013-06-171-34/+77
* audio/player: Add implementation of MediaFolder.SearchLuiz Augusto von Dentz2013-06-171-24/+95
* audio/player: Add implementation of MediaItem.AddToNowPlayingLuiz Augusto von Dentz2013-06-171-1/+17
* audio/player: Add implementation of MediaItem.PlayLuiz Augusto von Dentz2013-06-171-1/+16
* audio/player: Add implementation of MediaFolder.ChangeFolderLuiz Augusto von Dentz2013-06-171-2/+62
* audio/player: Add support for MediaItem.Metadata propertyLuiz Augusto von Dentz2013-06-171-1/+41
* audio/player: Add function media_item_set_playableLuiz Augusto von Dentz2013-06-171-0/+11
* audio/player: Add support for setting current Item objectLuiz Augusto von Dentz2013-06-171-6/+36
* audio/player: Add implementation of MediaFolder.ListItemsLuiz Augusto von Dentz2013-06-171-2/+141
* audio/player: Split item creationLuiz Augusto von Dentz2013-06-171-104/+239
* player: Check if values really changed before emitting signalsLuiz Augusto von Dentz2013-03-201-0/+19
* AVRCP: Add support for available player changed event for CT roleLuiz Augusto von Dentz2013-03-201-2/+3
* player: Only expose Track property if there is metadataLuiz Augusto von Dentz2013-03-051-1/+8
* player: Only emit PropertiesChanged for Position if track existsLuiz Augusto von Dentz2013-03-051-0/+4
* AVRCP: Fix changing track metadata too many timesLuiz Augusto von Dentz2013-03-051-4/+7
* player: Fix not emitting PropertiesChanged for Browsable and SearchableLuiz Augusto von Dentz2013-03-051-0/+8
* player: Add Playlist propertyLuiz Augusto von Dentz2013-03-051-1/+45
* player: Add enums for item types and folder typesLuiz Augusto von Dentz2013-03-051-19/+64
* media: Rework MediaItem Type propertyLuiz Augusto von Dentz2013-03-041-14/+55
* player: Fix property Device typeLuiz Augusto von Dentz2013-03-041-2/+3
* AVRCP: Create folders for /Filesystem and /NowPlayingLuiz Augusto von Dentz2013-02-151-25/+208
* AVRCP: Move features to avrcp.cLuiz Augusto von Dentz2013-02-151-8/+0
* AVRCP: Parse browsing and searching features bitsLuiz Augusto von Dentz2013-02-151-1/+72