]> git.sesse.net Git - vlc/history - share/lua/intf
wasapi: add loopback mode
[vlc] / share / lua / intf /
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...
2014-01-24 Sam Malonelua: http: fix artwork not being displayed on windows.
2013-12-27 Pierre-Hugues HussonAdd name and duration to enqueue and play
2013-09-29 Jean-Baptiste KempfHTTP interface: fix infinite loop
2013-06-16 Rémi Denis-CourmontLua: CLI: exit cleanly
2013-05-15 Rafaël Carrélua HTTPd: inform user that password has not been set
2013-05-02 Tomas KrotilAdded commands move and delete in command line interfaces
2013-04-23 Rémi Denis-CourmontLua RC: remove generic object commands (never really...
2013-04-22 Rémi Denis-Courmonthttp intf: ensure the password is set
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 Ludovic Fauvetlua http: fix two xss vulnerabilities
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-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-02-28 Stephen Parryhttprequests: output DVD title# and chapter# in status
2013-01-31 Rémi Denis-CourmontLua RC: remove non-working menu command
2013-01-15 Rémi Denis-CourmontLua RC: comment out broken adev implementation
2012-12-15 Rémi Denis-CourmontLua RC: adapt to new audio device interface
2012-11-19 Konstantin Pavlovlua cli: fix typos.
2012-11-19 Konstantin Pavlovlua cli: don't error out on get_length if there is...
2012-11-08 Rémi Denis-Courmontdumpmeta: update comment
2012-10-04 Rémi Denis-Courmontaout: add --stereo-mode to replace audio-channels varia...
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-05-17 Pierre Ynardluahttp: fix scope of url handler variables
2012-04-29 Edward Wangluahttp: Actually load the base directory
2012-04-01 Rémi Denis-CourmontLua: remove httpd ACL support
2012-04-01 Rémi Denis-CourmontLua http: remove ACL in favor of the password
2012-04-01 Rémi Denis-CourmontLua http: add a configurable password
2012-03-25 Rémi Denis-Courmonthttpd: do not use lock_and_wait
2012-03-25 Rémi Denis-CourmontLua: remove the never used hotkeys interface
2012-03-25 Rémi Denis-CourmontLua: remove the timers API
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-22 Rafaël Carréhttplua: export art by playlist item id
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-31 Edward WangLuaHTTP: Use binary instead of ASCII when serving rawfile
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-18 Pierre Ynardluahttp: print error when setting the host from the...
2011-12-17 Akash MehrotraFix EQ HTTP UI partially
2011-12-04 Pierre Ynardcli: add a command to load the VLM
2011-12-04 Pierre Ynardlua: fix reference to telnet.lua
2011-12-03 Pierre Ynardlua: don't document rc and telnet, they're gone
2011-12-03 Pierre Ynardlua: document the use of -I luaintf instead of -I lua
2011-10-21 Francois Cartegnieweb intf: fix uri decoding when browsing.
2011-10-16 Pierre Ynardcli.lua: skip unknown VLM commands
2011-10-16 Pierre YnardRevert "RC: try the vlm commands later in the process"
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-10-02 Jean-Baptiste KempfRC: try the vlm commands later in the process
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 Ynardcli: fix many aout/vout functions
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-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
next