]> git.sesse.net Git - vlc/history - modules/control
Fix Metacube header handling with multiple header blocks.
[vlc] / modules / control /
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-02-01 Rémi Denis-Courmonthotkeys: use only one channel for sliders
2013-02-01 Rémi Denis-Courmonthotkeys: put all text on the default SPU channel
2013-02-01 Rémi Denis-Courmonthotkeys: implement navigation actions
2013-01-31 Rémi Denis-Courmonthotkeys: remove special key event
2013-01-31 Rémi Denis-Courmonthotkeys: add context menu action
2013-01-31 Rémi Denis-Courmonthotkeys: map mouse wheel actions in core
2013-01-31 Rémi Denis-Courmonthotkeys: move mouse wheel setting to core with other...
2013-01-31 Rémi Denis-CourmontUseless #includes
2013-01-31 Rémi Denis-CourmontOld RC: remove non-working menu command
2013-01-31 Rémi Denis-CourmontLIRC: remove non-working menu
2013-01-31 Rémi Denis-Courmonthotkeys: remove unused OSD menu actions
2013-01-30 Rémi Denis-Courmonthotkeys: reorder the Big Switch and remove some useless...
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
2013-01-25 Rafaël Carréoldrc: fix "playlist" and "snapshot"
2013-01-15 Rémi Denis-CourmontOld RC: use audio output device functions and clean up
2013-01-14 Jean-Baptiste KempfNTservice: force use of ANSI versions of APIs
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceGet() and aout_DevicesList()
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceSet() directly
2013-01-01 Rafaël Carréoldrc: fix segfault
2012-12-15 Rémi Denis-Courmonthotkeys: adapt to new device selection
2012-11-27 Rémi Denis-CourmontRemove pf_run
2012-11-27 Rémi Denis-Courmontdbus: do not use pf_run
2012-11-27 Rémi Denis-Courmontmotion: do not use pf_run
2012-11-27 Rémi Denis-Courmontntservice: do not use pf_run
2012-11-27 Rémi Denis-CourmontLIRC: keep same pollfd
2012-11-27 Rémi Denis-CourmontLIRC: do not use pf_run
2012-11-27 Rémi Denis-CourmontOld RC: 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-22 Pierre Ynardmotion: fix orientation of transform filter
2012-11-01 Rémi Denis-Courmontinterfaces: use playlist_GetAout() where applicable...
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-10-21 Rémi Denis-CourmontOld RC: audio device or stereo mode can be changed...
2012-10-14 Pierre Ynardmotion: build fix
2012-10-14 Pierre Ynardmotion: log which sensor is used
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-10-11 Pierre Ynardmotion: fail if no sensor is available
2012-10-11 Pierre Ynardmotion: destroy transform-type variable when unused
2012-10-11 Pierre Ynardmotion: destroy motion data properly
2012-10-11 Pierre Ynardmotion: simplify
2012-10-11 Pierre Ynardmotion: don't override permanent configuration
2012-10-06 Pierre Ynardmotion: move rotate code into the rotate video filter
2012-10-06 Pierre Ynardmotion: split out motion sensor code
2012-10-04 Rémi Denis-Courmontaout: add --stereo-mode to replace audio-channels varia...
2012-09-09 Pierre YnardMakefile: fix file names
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/dbus/ and clean...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/globalhotkeys/
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-29 Rémi Duraffortrc: fix some memory leaks.
2012-08-26 Zoran TuralijaDeinterlace: Add hotkey to cycle through deinterlace...
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-08-16 Zoran TuralijaAdd hotkey to cycle through program SIDs.
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-02 Erwan Tuloudbus: fix vout leak
2012-07-21 Rémi Denis-Courmontplaylist: convert "volume" to float
2012-07-21 Rémi Denis-Courmontoldrc: do not show OSD volume on volume change
2012-07-21 Rémi Denis-Courmontoldrc: do not report volume twice, always report playli...
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-07-03 Rémi Denis-Courmontaout_MuteGet: fix name and add VLC_OBJECT() magic cast
2012-07-03 Rémi Denis-CourmontRC (old): fix muting
2012-07-03 Rémi Denis-Courmontaout_MuteToggle: fix name and remove unused or misused...
2012-05-17 Mirsal Ennaimedbus: Fix seek detection
2012-05-14 Rémi Denis-CourmontOld RC: use vlc_socket()
2012-05-09 Rémi Denis-Courmontgestures: follow playlist, input, vout events and remov...
2012-05-09 Rémi Denis-Courmontgestures: process gestures directly from event and...
2012-05-09 Rémi Denis-Courmontoldrc: avoid vlc_object_kill()
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-04-16 Rémi Denis-CourmontTypo
2012-04-16 Rémi Denis-CourmontRC: use ngettext
2012-03-20 Jean-Baptiste KempfFix OSD when auto-scaling
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-09 Felix Paul Kühnemacosx: fixed zooming the main window when using the...
2012-02-06 Rémi Denis-Courmontdbus: capitalize shortname correctly
2012-02-06 Rémi Denis-Courmontdbus: really remove the configuration option
next