]> git.sesse.net Git - vlc/history - share/lua/intf
Use var_InheritString for --decklink-video-connection.
[vlc] / share / lua / intf /
2010-10-02 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-10-02 GBXLUA HTTP Interface: Implementation of missing seeking...
2010-08-11 Denis CharmetFix lua telnet vlm_message_to_string
2010-08-03 Rémi Duraffortlua: fix hotkeys demo file.
2010-07-10 Rémi Duraffortluatelnet: really add the possibility to pipe commands...
2010-07-10 Rémi DuraffortRevert "luatelnet: accept multiple commands seperated...
2010-07-10 Rémi DuraffortRevert "luatelnet: missing debug message."
2010-07-06 Rémi Duraffortluatelnet: missing debug message.
2010-07-06 Rémi Duraffortluatelnet: accept multiple commands seperated by '...
2010-06-05 Rémi Denis-CourmontTypos
2010-04-10 Rémi Duraffortlua_rc: fix pause (use the right function as it exist...
2010-04-10 Rémi Duraffortlua_rc: print the item uri.
2010-04-10 Rémi Duraffortlua_http: fix /art url
2010-04-10 Rémi Duraffortlua_rc: fix 'stats' and 'info' commands.
2010-04-01 Rémi DuraffortLua_telnet: if the telnet client program quit, close...
2010-03-05 Rémi Denis-Courmontkilobit is kb, not kB
2010-03-05 Rémi Denis-CourmontUse KiB instead of kB for input statistics
2010-03-03 Rémi Denis-Courmontkilobit is kb, not kB
2010-03-03 Rémi Denis-CourmontUse KiB instead of kB for input statistics
2010-02-27 Antoine CellerierAdd error handling to luac intf.
2010-02-27 Antoine CellerierProvide luac compilation script. See vlc -I lua --lua...
2010-02-18 Vicente Jimenez... Corrected comments' file name, description and year...
2010-02-14 Antoine CellerierFix simplexml (still has issues with <bla/> tags)
2010-02-13 Antoine CellerierFix rc intf.
2010-02-13 Antoine Cellerieruse vlc.input.item() where appropriate
2010-02-13 Antoine CellerierAlso dump item name, uri, duration and es info.
2010-02-13 Antoine CellerierMake sure that the playlist item has been preparsed...
2010-02-13 Antoine CellerierNew dumpmeta lua interface module to dump a file's...
2010-02-13 Antoine CellerierMove sandbox lua module to global modules directory.
2010-01-09 Antoine CellerierRemove timeout parameter from lua listner:accept().
2010-01-09 Antoine CellerierAdd vlc.net.poll() and use in modules/host.lua.
2010-01-09 Antoine CellerierRemove dead code.
2010-01-06 Antoine CellerierRemove use of select/poll timeouts in lua rc and telnet...
2010-01-06 Antoine Cellerierfix comment.
2009-12-27 Antoine CellerierExperimental lua gettext support.
2009-12-27 Antoine CellerierMisc lua interface changes.
2009-12-27 Antoine CellerierAdd new rate command to rc.
2009-12-27 Antoine CellerierFix rc hotkey command.
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-27 Antoine CellerierDon't print welcome message if it's empty.
2009-12-27 Antoine CellerierImplement menu command. Disable eval command unless...
2009-12-27 Antoine CellerierSimplify lua http's custom.lua. Print any errors while...
2009-12-21 Antoine CellerierBump a few copyright dates.
2009-12-21 Antoine CellerierAdd new common.volume(). Understands use of strings...
2009-12-21 Antoine CellerierCleanup playlist status.
2009-12-14 Antoine CellerierAdd experimental album art support (http://localhost...
2009-12-14 Antoine CellerierFix segfault when closing http interface.
2009-12-14 Antoine CellerierFix acl use in http interface. Change default host...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-20 Rémi Duraffortlua: also add some statistics.
2009-11-13 Rémi Duraffortluarc: oups.
2009-11-13 Rémi Duraffortluarc: implement stats command.
2009-11-13 Rémi Duraffortluarc: add frame by frame support.
2009-11-11 Jean-Philippe AndréLua: fix typo in rc.lua
2009-11-07 Jean-Philippe AndreLua RC interface: Fix info command
2009-01-19 Antoine CellerierUse config chain in lua intf module.
2009-01-19 Antoine CellerierSimplify.
2009-01-19 Antoine CellerierQuit after printing message in dummy lua intf
2009-01-19 Antoine CellerierImplement "@name var val" style commands in rc.lua...
2009-01-18 Antoine CellerierMisc fixes.
2009-01-17 Antoine CellerierImplement option usage/parsing in rc.lua.
2008-12-01 Vicente Jimenez... Typo in README.txt file about Lua interface
2008-06-15 Antoine CellerierUpdate lua intf scripts to new API (untested).
2008-06-15 Antoine CellerierAdd a global documentation for all the Lua modules.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-04-07 Antoine CellerierMisc changes to Lua HTTP interface: spelling, Load...
2008-04-06 Antoine CellerierChange input item options handling in the lua http...
2008-04-03 Antoine CellerierFix lua http interface loading.
2008-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...