]> git.sesse.net Git - vlc/history - share/lua/intf/modules
input: stream_memory: handle skip reads
[vlc] / share / lua / intf / modules /
2014-05-06 Rémi Denis-CourmontLua: input_AddSubtitle expects a file path, not an...
2014-04-17 Jean-Baptiste KempfLuaHTTP: do not fail when requesting command=fullscreen
2014-02-10 Julien 'Lta' BALLETMoves lua/intf/modules/common.lua to lua/modules, since...
2013-12-27 Pierre-Hugues HussonAdd name and duration to enqueue and play
2013-09-29 Jean-Baptiste KempfHTTP interface: fix infinite loop
2013-04-13 Francois Cartegnielua http: fix current int web intf
2013-04-13 Francois Cartegnielua intf: httprequests: fix current (fix #8314)
2013-04-08 Jean-Baptiste KempfHTTP requests: reindent
2013-03-24 Rémi Denis-Courmontlua: do not check for should_die (always false here)
2013-02-28 Stephen Parryhttprequests: output DVD title# and chapter# in status
2012-08-20 Rémi Denis-CourmontLua: fix number syntax error - unbreak RC interface
2012-05-18 Pierre Ynardluahttp: use us_tonumber() for commands passing decimals
2012-05-18 Pierre Ynardluahttp: make rounding function resilient to strings
2012-03-25 Pierre Ynardlua http: use us_tostring() to fix locale issues with...
2012-03-24 Pierre Ynardhttprequests.lua: remove duplicate helper function
2012-03-22 Rafaël Carréluahttp: bump API and document /art changes
2012-03-18 Pierre Ynardlua: cosmetics
2012-03-18 Pierre Ynardlua: do delete stdin/stdout client
2012-03-17 Pierre Ynardlua: finish reading data from hung up client before...
2012-03-11 Rémi Denis-CourmontMove vlc.misc.*dir to vlc.config.*dir
2012-02-27 Rob Jonsonavoid crash where vlc.net.stat returns nil for a file...
2012-02-11 Antoine CellerierFactorize and simplify client deletion
2012-02-11 Antoine CellerierFix host destructor call.
2012-02-11 Antoine CellerierRemove select timeout.
2012-02-10 Rob Jonsonadd http commands to select title, chapter, subtitle...
2012-02-07 Antoine CellerierAdd lua console handling code for windows.
2012-02-04 Kelly AndersonChange goto to gotoitem for lua 5.2 compatibility....
2012-01-07 Pierre Ynardlua: fix sign errors in us_tonumber()
2012-01-07 Pierre Ynardlua: add and use us_tonumber() for decimal numbers
2011-12-17 Akash MehrotraFix EQ HTTP UI partially
2011-12-04 Pierre Ynardlua: fix reference to telnet.lua
2011-10-21 Francois Cartegnieweb intf: fix uri decoding when browsing.
2011-10-13 Jean-Baptiste Kempfluahttp: Remove tabs, trailing spaces and reindent
2011-10-13 Rob JonsonluaHttp: Support drivelist for win32
2011-10-13 Rob Jonsondon't add / if dir ="" (allows drive listing on windows)
2011-10-05 Rob Jonsonclean up json output
2011-10-05 Rob Jonsongenerate properly escaped json
2011-10-05 Rob Jonsonuse make_uri on mrl inputs
2011-09-27 Rob JonsonMove character escaping from the model contents, to...
2011-09-27 Rob JonsonRemove stripslashes for input mrl. It's wrong and was...
2011-09-27 Rob Jonsonuri should be made from path without special xml chars...
2011-09-26 Rob Jonsonupdate browse.xml to support uri as preferred param
2011-09-26 Rob Jonsonrevert previous attempt to make browse handle uri and...
2011-09-25 Rémi Denis-CourmontRevert "lua http: fix valid uri handling with v2."
2011-09-24 Francois Cartegnielua http: fix valid uri handling with v2.
2011-09-24 Rob Jonsonlua http: update browse command in lua http interface.
2011-09-18 Rob JonsonluaHTTP: Force pl_loop and pl_repeat to be mutually...
2011-09-08 Pierre Ynardlua: fix snapshots
2011-08-30 Akash MehrotraLUA: EQ Preset setter
2011-08-30 Akash MehrotraLUA: add addsubtitle control
2011-08-30 Akash MehrotraLua: httprequests.lua -- formatting fixes
2011-08-30 Akash MehrotraLUA: Enable/Disable EQ, fix EQ input validation, and...
2011-08-30 Akash MehrotraLUA: Aspect Ratio
2011-08-30 Akash MehrotraLUA: Display video settings
2011-08-30 Akash MehrotraLUA: Display list of active audio filters
2011-08-23 Akash MehrotraLUA:Expose vout
2011-07-22 Rob JonsonAdd json capabilities to http requests
2011-06-19 Rafaël Carré*.lua: handle recv() returning nil
2011-05-09 Jean-Baptiste Kempflua, host: remove trailing spaces
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-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-10-02 GBXLUA HTTP Interface: Implementation of missing seeking...
2010-07-10 Rémi Duraffortluatelnet: really add the possibility to pipe commands...
2010-06-05 Rémi Denis-CourmontTypos
2010-02-14 Antoine CellerierFix simplexml (still has issues with <bla/> tags)
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...
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-21 Antoine CellerierAdd new common.volume(). Understands use of strings...
2008-06-15 Antoine CellerierUpdate lua intf scripts to new API (untested).
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...