]> git.sesse.net Git - vlc/history - modules/control/dbus
Revert "deinterlace: add basic support for YUY2 and NV12 (fixes #2206)"
[vlc] / modules / control / dbus /
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-12-15 Rémi Denis-Courmontplaylist: use the new playlist_Pause() where appropriate
2014-12-15 Rémi Denis-Courmontplaylist: use playlist_TogglePause() directly, fix...
2014-12-15 Rémi Denis-Courmontplaylist: use playlist_Play() directly, fix minor races
2014-12-15 Rémi Denis-Courmontplaylist: rename playlist_Pause() to playlist_TogglePause()
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-24 Rémi Denis-Courmontdbus: remove evil intractable macro, fix memory leak
2014-04-23 Rémi Denis-Courmontdbus: memory leak
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-12-11 Rémi Duraffortdbus: fix memory leaks (cid #1048913)
2013-11-18 Maxim BublisFixed warnings on duplicate const modifiers.
2013-11-13 Mirsaldbus: Fix the MPRIS version in the header comments
2013-10-22 Mirsal Ennaimedbus: Fix copy-paste error
2013-10-09 Rémi Denis-Courmontdbus: fix volume setting (fix #9628)
2013-03-10 Mirsal Ennaimedbus: Fix handling of input events and remove memleaks
2013-02-07 Mirsal Ennaimedbus: Oops, abandon the correct container on error...
2013-02-07 Mirsal Ennaimedbus: Add another memory allocation failure check
2013-02-06 Mirsal Ennaimedbus: Add memory allocation failure check
2013-02-05 Mirsal Ennaimedbus: Add missing memory allocation failure handling
2013-02-05 Mirsal Ennaimedbus: Remove useless comment
2013-02-05 Mirsal Ennaimedbus: Fix memleaks on error paths
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
2013-01-28 Alex MerryFix MPRIS2 metadata entry types
2013-01-28 Alex MerryAdd Fullscreen property to GetAllProperties on DBus...
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-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
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-08-02 Erwan Tuloudbus: fix vout leak
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-05-17 Mirsal Ennaimedbus: Fix seek detection
2012-05-01 Mirsal Ennaimedbus: Use the AfterTrack parameter in the tracklist...
2012-04-17 Sean Robinsondbus: Fix the CanSeek property getter
2012-04-17 Sean Robinsondbus: Fix the Seek method's introspection data
2012-04-17 Sean Robinsondbus: Return an int64 in the Position property getter
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-18 Mirsal Ennaimedbus: fix the CanSetFullscreen property getter
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
2012-02-05 Mirsal Ennaimedbus: Fix a couple of warnings
2012-02-03 Edward SheldrakeFix dbus error (close #5977)
2011-12-29 Mirsal Ennaimedbus: Implement org.freedesktop.Properties.GetAll for...
2011-12-29 Mirsal Ennaimedbus: Move DBus property marshaling code to separate...
2011-12-15 Pere Orgafix filename self-references
2011-10-06 Jean-Baptiste Kempfdbus: Implement the MPRIS Raise method for the Qt interface
2011-08-13 Mirsal Ennaimedbus: Add missing introspection data
2011-08-13 Mirsal Ennaimedbus: Fix the org.mpris.MediaPlayer2.Player.Seek method...
2011-08-09 Rafaël Carrédbus: prefer char[][] to *char[]
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
next