]> git.sesse.net Git - vlc/history - modules/control/dbus.c
dbus: correctly reference current input
[vlc] / modules / control / dbus.c
2010-02-11 Rafaël Carrédbus: correctly reference current input
2010-02-10 Jakob Lebendbus: fix compilation
2010-02-09 Rémi Denis-CourmontDBus: ifdef buggy input code out
2010-02-09 Rémi Denis-CourmontDBus: no need to lock playlist to add callbacks
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-01-14 Rémi Duraffortdbus: add 'time' and 'mtime' meta data as requiered...
2010-01-14 Rémi Duraffortdbus controler: cosmetics (split the meta: the ones...
2010-01-14 Rémi Duraffortdbus_control: fix a typo 's/tracknum/tracknumber'
2010-01-14 Rémi DuraffortDbus controler: Fix path for the TrackListChange signal.
2010-01-14 Rémi Duraffortdbus control: AFAIK we must lock here.
2010-01-06 Christophe MutricyFix compilation
2010-01-04 Rémi Denis-CourmontDBus: retain the playlist throughout
2009-10-26 Rémi Duraffortcontroles: use var_Get* and var_ToggleBool when applicable.
2009-10-07 Rafaël CarréRevert "dbus control: event based message notification"
2009-10-07 Rafaël Carrédbus control: event based message notification
2009-07-10 Sigmund AugdalMake the dbus plugin not sleep unless the event queue...
2009-07-09 Rémi Denis-CourmontDBus: set volume on playlist
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rafaël Carrédbus : fix a deadlock with p_events array
2009-05-29 Sigmund Augdaldbus: Fix an integer overflow when seeking more than...
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-03-25 Rémi Duraffortdbus: free the events array.
2009-03-21 Rémi Duraffortdbus: UpdateCaps is now always called with the playlist...
2009-03-21 Rémi Duraffortdbus: fix another locking problem.
2009-03-21 Rémi Duraffortdbus: fix the repeat signal.
2009-03-20 Rémi Duraffortdbus: fix a bunch of assert/crash about locking (playli...
2009-03-20 Rémi Duraffortdbus: fix an object leak (+some cleanings)
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-16 Laurent Aimar"item-remove" does not exist (dbus).
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-06 Laurent AimarFix quit sequence in dbus.
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-06 Rémi Duraffortdbus: include config.h before anything and remove dupli...
2008-09-28 Pierre d'HerbemontFix playlist_CurrentInput usage.
2008-09-27 Christophe MutricyCompile fix after d228fdd28e
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortThe playlist is locked here : should fix #1751 (patch...
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-18 Rémi DuraffortThe playlist is not lock for the moment.
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-13 Rafaël CarréDBus : missing return argument for AddTrack
2008-05-10 Rafaël CarréDBus: Play rewinds at the beginning if there is an...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-08 Rafaël CarréDBus: use the current array of playlist items
2008-05-05 Rafaël Carrés/URI/location/ to comply to the spec
2008-05-05 Rafaël CarréRead the correct type from the vlc value - fixes #1569
2008-05-05 Rafaël CarréAvoid deadlocking: refs #1566
2008-05-05 Rafaël CarréDBus: Round volume to nearest integer - fixes #1561
2008-04-29 Mirsal EnnaimeMove the MPRIS Quit method to the root dbus object.
2008-04-19 Mirsal EnnaimeFix MPRIS method names
2008-04-19 Mirsal EnnaimeAvoid a deadlock.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-27 Rafaël CarréDBus: remove unused macro, check memory allocation
2008-03-27 Mirsal EnnaimeDbus control module: * Add the MprisVersion Method...
2008-03-26 Mirsal EnnaimeDbus control module: * Simplify p_intf->p_sys->i_caps...
2008-03-26 Rafaël CarréDBus: don't use the demux object
2008-03-26 Rafaël CarréTypo
2008-03-26 Rafaël CarréDBus: don't use access object
2008-03-25 Rafaël CarréDBus : Fix a segfault when access->pf_control is NULL
2008-03-25 Mirsal EnnaimeDbus control module: * Add missing MPRIS capability...
2008-03-25 Mirsal EnnaimeDbus control module: * Implement (partially) the CapsCh...
2008-03-09 Rafaël Carrédon't send twice the signal when an item is added or...
2008-03-09 Mirsal EnnaimeD-Bus control module
2008-01-29 Rafaël Carrédbus: fix warnings, implement GetCaps method (the signa...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-18 Rafaël Carrédbus: super annoying typo
2007-10-23 Rafaël Carrédbus: review object locking/yielding, fix various bugs...
2007-10-23 Rafaël Carrédbus: don't lock the playlist, but only yield the input...
2007-10-22 Rafaël Carrédbus: updates to match the current status of MPRIS...
2007-10-22 Rafaël Carrédbus: monitors input "state" variable to emit the Track...
2007-10-04 Rafaël Carrédbus: adds some playlist locking, finish [22423]
next