]> git.sesse.net Git - vlc/history - modules/control/dbus
dbus: remove unused variable
[vlc] / modules / control / dbus /
2011-08-08 Rafaël Carrédbus: remove unused variable
2011-08-08 Rafaël Carrédbus: move static const tables in the C file
2011-08-08 Rafaël Carrédbus: allocate pollfd array on the stack
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-23 Rémi Denis-Courmontdbus: missing dbus_introspect.h
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-06-15 Rafaël Carrédbus: use the correct volume variables
2011-06-08 Mirsal Ennaimedbus: fix memleaks
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: Remove legacy mpris1 signals from the tracklist...
2011-06-04 Mirsal Ennaimedbus: Implement the TrackList interface's PropertiesCha...
2011-06-04 Mirsal Ennaimedbus: Implement the mpris2 tracklist interface properties
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 Mirsal Ennaimedbus: Update the TrackList interface implementation
2011-05-19 Mirsal Ennaimedbus: Correctly implement the GetTracksMetadata method
2011-05-19 Mirsal Ennaimedbus: make the RemoveTrack method compliant with MPRIS2
2011-05-19 Rafaël Carrédbus fixes
2011-05-19 Rafaël Carrédbus: fix introspection data of SetPosition
2011-05-19 Rafaël Carréfix memory leak
2011-05-19 Mirsal Ennaimedbus: Fix the TrackList interface's introspection data
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-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