]> git.sesse.net Git - vlc/history - share/lua/README.txt
wasapi: add loopback mode
[vlc] / share / lua / README.txt
2015-02-12 Rémi Denis-Courmontlua: attempt to clarify playlist documentation
2015-02-12 Rémi Denis-Courmontlua: update example input item option
2014-05-06 Rémi Denis-CourmontLua: input_AddSubtitle expects a file path, not an...
2014-03-24 Rémi Denis-CourmontLua: add sockets to extensions (fixes #9495)
2014-03-23 Rémi Denis-CourmontLua: split sd function for SD and for interfaces plugin...
2013-07-07 Rémi Denis-CourmontLua: disable net.(poll|read|write) on Windows and document
2013-06-20 Rémi Denis-Courmontlua: raise an erro from net.poll() when quitting
2013-05-02 Tomas KrotilAdded commands move and delete in command line interfaces
2013-04-23 Rémi Denis-CourmontLua: remove var.command
2013-04-13 Francois Cartegnielua intf: fix documentation
2013-03-24 Rémi Denis-Courmontlua: remove should_die (always false here)
2013-01-31 Rémi Denis-CourmontLua: remove non-working menu object
2012-04-01 Rémi Denis-CourmontLua: remove now unused ACL functions
2012-04-01 Rémi Denis-CourmontLua: remove httpd ACL support
2012-03-26 Rémi Denis-Courmontlua: remove add_callback and del_callback
2012-03-25 Rémi Denis-CourmontLua: remove lock_and_wait
2012-03-25 Rémi Denis-CourmontLua: remove the timers API
2012-03-22 Rafaël Carrélua: export playlist item's input item
2012-03-16 Jean-Baptiste KempfLua: update README.txt
2012-03-11 Rémi Denis-CourmontMove vlc.misc.*dir to vlc.config.*dir
2012-02-11 Antoine CellerierRemove select timeout.
2012-02-07 Antoine CellerierAdd lua console handling code for windows.
2012-01-16 Gaurav NarulaLUA: add support for category field in SD nodes and...
2012-01-13 Edward WangLua SD: add methods to item object to change metadata
2012-01-12 Edward WangLUA SD: Rename node:add_node to node:add_subnode for...
2011-11-25 Rémi Denis-Courmontlua: remove MD5 functions before someone uses them
2011-09-15 Pierre Ynardlua: expose var_Inherit()
2011-09-08 Pierre Ynardlua: document vlc.object.aout() and vlc.object.vout()
2011-07-13 Rémi Duraffortlua: typo in the documentation
2011-06-18 Rémi Duraffortlua: remove debug printf and update the doc
2011-05-26 Rémi Denis-CourmontLUA: remove find_name() before something starts to...
2011-05-25 Rémi Denis-CourmontRemove unused FIND_PARENT
2011-04-03 Pierre Ynardlua: export make_URI()
2011-01-23 Rémi Denis-CourmontLUA: hide EINTR from scripts and remove the timeout...
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2010-12-03 Rémi Duraffortlua_variables: allow the creation of a void variable.
2010-11-02 Rémi Duraffortlua: update the documentation.
2010-10-27 Rémi Denis-CourmontLUA: use FromCharset()
2010-09-13 Rémi Duraffortlua: Update the README.
2010-08-12 Rémi Duraffortlua: add xml binding to the README.
2010-08-12 Rémi DuraffortUpdate the lua README.
2010-08-03 Rémi Duraffortlua: fix README.
2010-08-03 Rémi Duraffortlua_osd: add some parameters to the osd.message functio...
2010-06-22 Ilkka Ollakkalua: add vlc.strings.iconv to use vlc_iconv, shouldn...
2010-04-05 Rémi DuraffortLua documentation: fix typos.
2010-04-05 Rémi DuraffortFix Lua documentation (thanks to Dan Brickley)
2010-03-20 Jean-Philippe AndréLua: update documentation
2010-03-02 Antoine CellerierPrefer use of function references for buttons
2010-03-02 Antoine CellerierChange vlc.stream() and vlc.memory_stream() error repor...
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-20 Fabio RitrovatoLua SD: add a bit of documentation
2010-02-13 Antoine CellerierUpdate vlc.input doc.
2010-01-24 Jean-Philippe AndréExtensions: Lua documentation (to be completed)
2010-01-09 Antoine CellerierRemove vlc.net.select() and fd_set.
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-06 Antoine CellerierRemove use of select/poll timeouts in lua rc and telnet...
2009-12-19 Jean-Philippe AndréLua: document function vlc.stream : addfilter
2009-12-14 Antoine Cellerierrepeat is a reserved lua keyword
2009-12-14 Antoine CellerierAdd osd menu api to lua (DVD menus).
2009-12-14 Rémi Duraffortlua: update documentation.
2009-01-19 Antoine CellerierImplement "@name var val" style commands in rc.lua...
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontLUA: update object types list
2009-01-05 Rémi Denis-CourmontLUA: remove misc.signal() - this API does not make...
2008-09-10 Antoine CellerierAdd new functions to Lua API.
2008-08-31 Antoine CellerierClarify user specific lua script path on linux.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-06-15 Antoine CellerierAdd a global documentation for all the Lua modules.