]> git.sesse.net Git - vlc/history - modules/control/dbus/dbus.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / control / dbus / dbus.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-03-19 Rémi Denis-Courmontplaylist: remove activity callback in favor of input...
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-05 Rémi Denis-Courmontinput: merge ABORT and DEAD events
2014-08-20 Rémi Denis-Courmontdbus: avoid invalid zero-size array
2014-08-18 Rémi Denis-Courmontdbus: fix timeout handling
2014-08-16 Rémi Denis-Courmontdbus: fix file descriptors leak
2014-08-16 Rémi Denis-Courmontdbus: register only one MPRIS bus name (fixes #10301)
2014-08-16 Rémi Denis-Courmontdbus: register object path before bus names
2014-08-15 Rémi Denis-CourmontRemove vlc_input.h from vlc_playlist.h
2014-04-14 Rémi Denis-Courmontdbus: fix undefined zero-size arrays
2014-01-01 Rémi Denis-Courmontdbus: use pl_CurrentInput()
2013-12-29 Rémi Denis-CourmontD-Bus: use vlc_strerror_c()
2013-10-22 Mirsal Ennaimedbus: Fix copy-paste error
2013-03-10 Mirsal Ennaimedbus: Fix handling of input events and remove memleaks
2013-02-05 Mirsal Ennaimedbus: Remove useless comment
2013-02-05 Mirsal Ennaimedbus: Fix memleaks on error paths
2013-01-28 Alex MerryFix Rate property on org.mpris.MediaPlayer2.Player
2013-01-28 Alex MerryFix MPRIS2 metadata entry types
2013-01-28 Alex MerryMove helpers for GetAllProperties into dbus.c
2012-11-27 Rémi Denis-CourmontRemove pf_run
2012-11-27 Rémi Denis-Courmontdbus: do not use pf_run
2012-11-26 Rémi Denis-CourmontDBus: remove from list of "control" interfaces
2012-11-26 Rémi Denis-CourmontUse "activity" instead of "item-current" variable
2012-10-13 Rémi Denis-Courmontdbus: avoid spamming D-Bus with bogus volume/mute changes
2012-10-13 Rémi Denis-Courmontdbus: simplify input event handling and reduce lock...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/dbus/ and clean...
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-05-17 Mirsal Ennaimedbus: Fix seek detection
2012-04-17 Mirsal Ennaimedbus: Update comments related to the bus name policy
2012-04-17 Mirsal Ennaimedbus: Fix the instance identifier part of the MPRIS...
2012-03-18 Mirsal Ennaimedbus: remove useless callback and fix warnings
2012-03-18 Rémi Denis-Courmontdbus: remove excessive main loop debugging
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-29 Kevin Anthonydbus: Implement fullscreen switching (MPRIS 2.2)
2012-02-29 Casian Andreidbus: Prevent dictionary from growing out of control
2012-02-26 Mirsal Ennaimedbus: Do not crash on method calls with a null interface
2012-02-06 Rémi Denis-Courmontdbus: capitalize shortname correctly
2012-02-06 Rémi Denis-Courmontdbus: really remove the configuration option
2012-02-06 Rémi Denis-Courmontdbus: do not spam at startup
2012-02-06 Rémi Denis-Courmontdbus: remove silly configuration option regarding uniqu...
2012-02-06 Rémi Denis-Courmontdbus: remove useless intf_sys_t.b_unique
2011-08-08 Rafaël Carrédbus: remove unused variable
2011-08-08 Rafaël Carrédbus: allocate pollfd array on the stack
2011-06-15 Rafaël Carrédbus: use the correct volume variables
2011-06-07 Mirsal Ennaimedbus: Fix memleak and remove warnings
2011-06-07 Mirsal Ennaimedbus: Fix the tracklist's PropertyChanged signal
2011-06-07 Mirsal Ennaimedbus: Correctly initialize p_sys
2011-06-04 Mirsal Ennaimedbus: Implement the TrackList interface's PropertiesCha...
2011-05-31 Rémi Denis-CourmontDBus: fix some leaks on error path (but not all)
2011-05-31 Rafaël Carrédbus: remove not thread-safe strerror() and GNU strerro...
2011-05-19 Rafaël Carrédbus fixes
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-05 Rémi DuraffortDo not include vlc_fixups, config.h is already doing it.
2011-04-03 Rémi DuraffortFix calloc usage.
2011-02-19 Mirsal Ennaimedbus: Use vlc_pipe
2011-02-19 Mirsal Ennaimedbus: Rework the main loop
2010-11-07 Rémi Duraffortdbus: fix memory leaks.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-07-12 Rafaël Carrédbus: monitor input state change through "intf-event"
2010-07-05 Mirsal EnnaimeReorganize the dbus control module code