]> git.sesse.net Git - vlc/history - share/lua/intf
Proofread byte order inline functions
[vlc] / share / lua / intf /
2011-08-23 Akash MehrotraLUA:Expose vout
2011-08-02 Rémi Denis-CourmontLUA HTTP: update httpd creation
2011-07-22 Rob JonsonAdd json capabilities to http requests
2011-07-17 Rémi Duraffortlua: automatic test for some lua functions.
2011-06-19 Rafaël Carré*.lua: handle recv() returning nil
2011-06-15 Rafaël Carrécli.lua: handles ^D in the console (rvlc)
2011-05-21 Jean-Baptiste KempfluaRC: provide deinterlace control
2011-05-09 Jean-Baptiste Kempflua, host: remove trailing spaces
2011-04-03 Pierre Ynardcli: use make_uri()
2011-04-02 Pierre Ynardcli: use dedicated strip function
2011-04-02 Pierre Ynardlua: rename rc interface to cli
2011-03-30 Pierre Ynardlua: redirect telnet shortcut to unified rc interface
2011-03-21 Pierre Ynardlua: merge telnet interface into rc
2011-03-21 Pierre Ynardlua: remove broken code
2011-03-21 Pierre Ynardlua: fix polling
2011-03-20 Pierre Ynardluatelnet: use dedicated strip function
2011-03-15 Pierre Ynardluarc: simplify
2011-03-15 Pierre Ynardluarc: simplify
2011-03-15 Pierre Ynardluarc: remove pointless extra variables
2011-03-15 Pierre Ynardluarc: remove development debug
2011-03-15 Pierre Ynardluarc: fix interface crash on object command with missi...
2011-03-12 Pierre Ynardluarc: terminate logout line with a pretty new line
2011-03-12 Pierre Ynardluatelnet: fix input reading
2011-03-11 Pierre Ynardluatelnet: remove spurious blank line on prompt lock
2011-02-02 Pierre Ynardluatelnet: fix typo
2011-02-01 Pierre Ynardluatelnet: end connections in the password state too
2011-02-01 Pierre Ynardluatelnet: end remotely closed connections
2011-02-01 Pierre Ynardluatelnet: fix ending connections
2011-02-01 Pierre Ynardluarc: end remotely closed connections
2011-02-01 Pierre YnardRevert "lua: fix a busy loop (fix #4165)"
2011-01-23 Rémi Denis-CourmontLUA: hide EINTR from scripts and remove the timeout...
2010-11-09 Rémi Duraffortlua: fix a busy loop (fix #4165)
2010-11-08 Rémi Duraffortluatelnet: remove the telnet commands from the command...
2010-10-30 Rémi Duraffortluarc: fix #4282
2010-10-26 Pierre Ynardluatelnet: fix grammar
2010-10-26 Pierre Ynardluatelnet: don't replace \r by extra \n
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...
next