]> git.sesse.net Git - vlc/history - modules/control
Modules LIST update.
[vlc] / modules / control /
2007-05-08 Antoine CellerierAdd a hotkey to toggle wallpaper mode. Currently only...
2007-05-08 Antoine CellerierTab and trailing space police.
2007-05-08 Pierre d'HerbemontHotkeys: Enable mouse wheel up/down and left/right...
2007-05-01 Sigmund Augdal Helberghotkeys.c: Don't continue looking once the action for...
2007-05-01 Sigmund Augdal Helberghotkeys.c: Print a warning and do nothing when somethin...
2007-04-27 Antoine CellerierFix a bug.
2007-04-20 Antoine Cellerier * rotate.c: Fix a few bugs + don't use p_libvlc_global...
2007-04-15 Rémi Denis-CourmontAlso remove --rc-unix from Win32 port for obvious reasons
2007-04-15 Rémi Denis-CourmontRemove rc-fake-tty from Win32 port since it's explicitl...
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-03-31 Antoine CellerierUpdate the help strings. These should be autogenerated...
2007-03-31 Antoine CellerierModule specific commands change in rc.c. See http:...
2007-03-25 Rémi Denis-CourmontAllow URL parameter of arbitrary size (closes #1125)
2007-03-25 Rémi Denis-CourmontRemove debug
2007-03-25 Rémi Denis-CourmontSplit ExtractURIValue into a research and an extract...
2007-03-25 Pierre d'HerbemontGestures: Fix two dead locks when changing audio track...
2007-03-25 Pierre d'HerbemontGestures: The break statement here refers to the local...
2007-03-25 Pierre d'HerbemontGestures: Really remove unwanted commit. (Oops).
2007-03-25 Pierre d'HerbemontGestures: Remove unwanted commit.
2007-03-25 Pierre d'HerbemontGestures: no need to retain p_playlist longer than...
2007-03-25 Pierre d'HerbemontGestures: Make sure we that p_playlist is valid, and...
2007-03-25 Pierre d'HerbemontGestures: Obtain the p_input associated with the p_play...
2007-03-24 Jean-Baptiste KempfNew gestures actions.
2007-03-24 Pierre d'HerbemontGestures: Make sure we follow the locking strategy...
2007-03-24 Pierre d'HerbemontGestures: Defines p_intf->change_lock rules, and apply...
2007-03-24 Pierre d'HerbemontGestures: Fix typo in comment.
2007-03-24 Pierre d'HerbemontGestures: Make sure p_intf->p_sys->p_input gets released.
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-03-22 Antoine Cellerierlimit values extracted by url_extract to 2048 character...
2007-03-08 Jean-Baptiste KempfDBUS: fix by Mr_Mirsal
2007-03-04 Pierre d'HerbemontHotkeys control: Don't yield vout and input more than...
2007-03-02 Laurent AimarFixed a small memory leak (password)
2007-02-25 Antoine CellerierPatch by ILEoo to make the telnet interface work with...
2007-02-24 Antoine CellerierUntested new hotkeys:
2007-02-21 Rémi Denis-CourmontFix descriptor leak and remove useless code
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-15 Rémi Denis-Courmont- Fix file descriptors leak
2007-02-15 Rémi Denis-CourmontClose telnet connection in case of error (fixes #995)
2007-02-11 Antoine CellerierUse net_Accept's timeout param instead of a call to...
2007-02-11 Antoine CellerierFix #1048... kind of. Should the rc interface be able...
2007-02-10 Christophe Mutricytelnet.c: remove the bloat which was needed when string...
2007-02-09 Antoine CellerierAdd "key" (or "hotkey") command in RC to simulate a...
2007-02-05 Pavlov KonstantinDon't translate messages in telnet interface
2007-02-04 Jean-Baptiste KempfD-Bus ameliorations and fix by Mr_Mirsal.
2007-02-01 Jean-Baptiste KempfD-Bus Patch by Mirsal ENNAIME
2007-01-13 Jean-Paul SamanFix segmentation fault in modules/control/telnet.c...
2007-01-10 Rémi Denis-CourmontDo not read inexistant configuration parameter
2007-01-06 Christophe MutricySplit text and control character to please gettext
2006-12-24 Clément StenacMore cleanup
2006-12-11 Derk-Jan Hartman* one more closedir fix
2006-12-11 Derk-Jan Hartman* another closedir fix
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
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-12-03 Antoine CellerierAlso show telnet specific commands when using "help...
2006-12-03 Antoine CellerierOops (at least it wasn't a regression ;) )
2006-12-03 Antoine CellerierDon't display "Unknown command!" when the command is...
2006-12-03 Antoine CellerierCosmetics and small fix
2006-12-03 Antoine CellerierSimplify callback registration.
2006-12-03 Antoine CellerierFix [17577]. Removing 200 lines of code is nice. Replac...
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-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
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-21 Rafaël CarréCorrect method signature
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 Clément StenacFinish the playlist API transition (hopefully)
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éAdd missing </method> tag
2006-11-18 Rafaël CarréAdded quit method
2006-11-18 Rafaël CarréInitial support of D-Bus based control interface
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontUse Unicode wrappers to open HTTP interface files
2006-11-11 Rémi Denis-CourmontFix a bunch of warnings
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-09 Rémi Denis-CourmontYou can't find the root object, so don't try to mess...
2006-11-09 Rémi Denis-CourmontHow to remove ~200 lines of code
2006-11-09 Rémi Denis-CourmontSuppress copy-cat code (more to come)
2006-11-09 Rémi Denis-Courmont- Remove the rc-force option, and do the same automatically
2006-11-09 Felix Paul Kühneretry on failure to connect to rc-unix socket. Patch...
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacPlaylist
2006-10-17 Antoine CellerierFix 32bit/64bit issue in http interface time/length...
2006-10-14 Antoine CellerierMotion control interface can now be used with the rotat...
2006-10-14 Clément StenacFix HTTP deletion
2006-10-13 Antoine Cellerier[vlc] http streaming interface bug (with fix) by Mitch...
2006-10-12 Antoine Cellerier[PATCH] Repeat and Loop - Remote Control Interface...
2006-10-05 Rémi Denis-CourmontFix off-by-one buffer overflow
2006-10-05 Rafaël CarréFix "Fix httpd stack corruption"
2006-10-05 Rafaël CarréFix stack corruption in httpd
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
next