]> git.sesse.net Git - vlc/history - modules/control/dbus/dbus_player.c
playlist: rename playlist_Pause() to playlist_TogglePause()
[vlc] / modules / control / dbus / dbus_player.c
2014-12-15 Rémi Denis-Courmontplaylist: rename playlist_Pause() to playlist_TogglePause()
2014-08-15 Rémi Denis-CourmontRemove vlc_input.h from vlc_playlist.h
2014-04-23 Rémi Denis-Courmontdbus: memory leak
2014-01-01 Rémi Denis-Courmontdbus: use pl_CurrentInput()
2013-11-13 Mirsaldbus: Fix the MPRIS version in the header comments
2013-10-09 Rémi Denis-Courmontdbus: fix volume setting (fix #9628)
2013-02-07 Mirsal Ennaimedbus: Oops, abandon the correct container on error...
2013-02-07 Mirsal Ennaimedbus: Add another memory allocation failure check
2013-01-30 Alex Merrydbus: Add CanGoNext/Previous
2013-01-30 Alex MerryAdd Properties.GetAll support to all D-Bus interfaces
2013-01-29 Alex Merrydbus: Standardise property getters
2013-01-29 Alex Merrydbus: Separate out property marshalling code in D-Bus...
2013-01-29 Alex Merrydbus: Standardise property marshalling for PropertiesCh...
2013-01-29 Mirsal Ennaimedbus: Fix code style and add missing decref on error...
2013-01-29 Alex MerryFix Metadata marshalling when sending the PropertiesCha...
2013-01-28 Alex MerryFix Rate property on org.mpris.MediaPlayer2.Player
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-04-17 Sean Robinsondbus: Fix the CanSeek property getter
2012-04-17 Sean Robinsondbus: Return an int64 in the Position property getter
2012-02-03 Edward SheldrakeFix dbus error (close #5977)
2011-12-15 Pere Orgafix filename self-references
2011-08-13 Mirsal Ennaimedbus: Fix the org.mpris.MediaPlayer2.Player.Seek method...
2011-07-26 Rémi Denis-CourmontDBus: fix scale on setting volume
2011-07-26 Rémi Denis-CourmontDBus: do not assume AOUT_VOLUME_DEFAULT = AOUT_VOLUME_M...
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-06-08 Mirsal Ennaimedbus: fix memleaks
2011-05-19 Rafaël Carréfix memory leak
2011-05-16 Mirsal Ennaimedbus: Remove warnings and dead code
2011-05-16 Mirsal Ennaimedbus: Implement the MPRIS v2.1, as published on http...
2011-04-07 Rémi Denis-Courmontaout_VolumeGet: return volume directly
2011-02-19 Mirsal Ennaimedbus: Rework the main loop
2010-07-12 Rafaël Carrédbus: monitor input state change through "intf-event"
2010-07-05 Mirsal EnnaimeReorganize the dbus control module code