- 10 Apr, 2019 1 commit
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 15 Feb, 2019 1 commit
-
-
Thomas Guillem authored
Because: Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties Getting All properties
-
- 17 Jan, 2019 1 commit
-
-
Steve Lhomme authored
-
- 15 Nov, 2018 1 commit
-
-
Thomas Guillem authored
To make room for the new playlist. This playlist_legacy will be removed once all modules are using the new playlist.
-
- 21 May, 2017 1 commit
-
-
Only the core should have permission to do forceful deletion of entities. This patch removes a mostly static, from outside of the core, argument to playlist_NodeDelete, while also making it safer to use as it was previously possible for anything with access to the function to delete read-only entities. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 18 May, 2017 1 commit
-
-
There is no need to query all keys when we are only interested in the presence of a single one; these changes simplify the implementation to properly reflect the intent. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 14 May, 2017 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Nov, 2016 2 commits
-
-
Rémi Denis-Courmont authored
This fixes potential assertion failures. Insertion position must always be valid.
-
Rémi Denis-Courmont authored
They are set but never used. In practice, the (following) position parameter determines whether the item is inserted or appended. A positive position means insertion; PLAYLIST_END means appendment.
-
- 16 Nov, 2016 2 commits
-
-
Rémi Denis-Courmont authored
This is always false. For unlocked insertions, playlist_NodeAddInput() is preferred.
-
Rémi Denis-Courmont authored
-
- 15 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Aug, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 Nov, 2013 1 commit
-
-
Mirsal Ennaime authored
Change the mpris version to 2.2 as VLC implements it.
-
- 05 Feb, 2013 1 commit
-
-
Mirsal Ennaime authored
Handle memory allocation failures when sending the PropertyChanged signal in the TrackList interface implementation.
-
- 30 Jan, 2013 1 commit
-
-
Signed-off-by:
Mirsal Ennaime <mirsal@videolan.org>
-
- 29 Jan, 2013 2 commits
-
-
There was a lot of repeated code, some of which properly checked return values and some of which didn't. This is all replaced and folded into the GetProperty function of each interface. A side-effect is that it should be more efficient (we only check the interface argument once instead of once for each property, and there should be a smaller overall code size). Signed-off-by:
Mirsal Ennaime <mirsal@videolan.org>
-
Pull out code to marshal the various properties into separate functions (and make sure the return type of those functions is int). This is in preparation for adding org.freedesktop.DBus.Properties.GetAll support. Signed-off-by:
Mirsal Ennaime <mirsal@videolan.org>
-
- 01 May, 2012 1 commit
-
-
Mirsal Ennaime authored
-
- 15 Dec, 2011 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 08 Jun, 2011 1 commit
-
-
Mirsal Ennaime authored
-
- 07 Jun, 2011 2 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
- 04 Jun, 2011 3 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
* Add a dispatcher method for tracklist properties * Implement Tracks and CanEditTracks
-
- 19 May, 2011 4 commits
-
-
Mirsal Ennaime authored
* Remove legacy methods * Implement the GoTo method
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Rafaël Carré authored
really route messages to tracklist interface fix DBUS_MPRIS_TRACKLIST_INTERFACE definition fix CanQuit/CanRaise/HasTracklist input types fix AddTrack function The function has changed in mpris 2.1, but the additional parameter isn't being used by VLC (yet)
-
- 16 May, 2011 1 commit
-
-
http://www.mpris.orgMirsal Ennaime authored
WARNING: These changes are backwards incompatible. Please refer to the mpris project for documentation.
-
- 19 Feb, 2011 1 commit
-
-
Mirsal Ennaime authored
* use a poll() based model instead of msleep() * Use input events to detect when the input thread stops playback * Use an enum for mpris playback statuses instead of hardcoded values
-
- 05 Jul, 2010 1 commit
-
-
* Split the module source code into several files Functionality is unchanged, but the result is more maintainable. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-