]> git.sesse.net Git - vlc/history - modules/control/dbus.c
Use pl_Locked and pl_Unlocked.
[vlc] / modules / control / dbus.c
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]
2007-10-04 Rafaël Carrédbus: simplify playlist operations
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-28 Rafaël Carrédbus: Removes dbus_threads_init_default() since it...
2007-09-18 Rafaël CarréUse intf_ShouldDie()
2007-09-15 Rafaël CarréMakes vlc the 2nd Media Player in history to implement...
2007-09-11 Rafaël CarréFix segfault when nothing is playing
2007-09-11 Rafaël CarréFix TEST_NEXT macro usage (renamed to TEST_NEXT_ITEM)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-25 Rafaël CarréFix memory leak spotted by Mr_Mirsal
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rafaël CarréAdvertises signals and renames VLC_ defines to MPRIS_
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'HerbemontAn other attempt at fixing compilation of dbus.
2007-08-15 Pierre d'HerbemontAttempt to fix previous commit.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Rafaël CarréReturns object hierarchy with root object introspection...
2007-07-02 Jean-Baptiste KempfD-Bus: The MPRIS uses a new services behavior to allow...
2007-06-25 Rafaël CarréAdds Disconnect method to release the org.freedesktop...
2007-06-24 Jean-Baptiste KempfD-Bus, The Repeat method should be part of /Player...
2007-06-13 Jean-Paul SamanWhite space and indentation fixes.
2007-06-03 Jean-Baptiste KempfD-Bus - Implement "Random" Method. Patch from Mirsal...
2007-05-29 Jean-Baptiste KempfDbus Improvements thanks to Mirsal ENNAIME
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-03-08 Jean-Baptiste KempfDBUS: fix by Mr_Mirsal
2007-02-04 Jean-Baptiste KempfD-Bus ameliorations and fix by Mr_Mirsal.
2007-02-01 Jean-Baptiste KempfD-Bus Patch by Mirsal ENNAIME
2006-12-06 Rafaël CarréSimplification of one-instance mode
2006-12-06 Rafaël CarréD-Bus module now uses new specification
2006-11-28 Rafaël CarréAdd a method to export playlists
2006-11-26 Antoine CellerierFix dbus compilation
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rafaël CarréReenables D-Bus one instance code, without needing...
2006-11-21 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-21 Rafaël CarréUnref D-Bus connections when not using them anymore
2006-11-21 Rafaël CarréImplement input position control
2006-11-21 Rafaël CarréImplement Volume control
2006-11-20 Rafaël CarréUses playlist facilities
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-19 Rafaël CarréAdds GetPlayingItem method
2006-11-18 Rafaël CarréAdd Next, Prev, and Stop methods
2006-11-18 Rafaël CarréAdded quit method
2006-11-18 Rafaël CarréInitial support of D-Bus based control interface