]> git.sesse.net Git - vlc/history - modules/lua/vlc.c
LUA is still GPLv2+
[vlc] / modules / lua / vlc.c
2015-03-23 Jean-Baptiste KempfLUA is still GPLv2+
2015-02-10 Jean-Baptiste Kempflua: fix opening of scripts on Windows on non-ASCII...
2015-02-10 Jean-Baptiste KempfLua: use the VLC wrapper to open files
2015-01-27 Jean-Baptiste KempfLua: code cosmetic
2014-09-28 KO Myung-Hunlua: add libdir to lua dir list on OS/2
2014-05-19 Francois Cartegnielua: include cleanup
2014-05-19 Francois Cartegniefinder/fetcher: always use scripts doing local access
2014-02-06 Jean-Baptiste KempfAdd the new metadata to lua code
2013-07-04 Felix Paul Kühnelua: fix self-introduced leak
2013-07-01 Felix Paul Kühnelua: fix crash introduced in 18c00a386 if a newly added...
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-15 Mario SpeißLua demuxers: show the original URL in playlist
2013-03-24 Rémi Denis-Courmontlua: remove unused parameter
2013-03-24 Rémi Denis-Courmontlua: remove unused argument
2012-04-01 Rémi Denis-CourmontLua http: add a configurable password
2012-03-27 Rémi Denis-CourmontLua: remove unused parameter
2012-03-26 Kaarlo RaihaAdd port range to LUA telnet
2012-03-25 Rémi Denis-CourmontLua: remove the never used hotkeys interface
2012-03-25 Rémi Denis-Courmonttelnet: clear the default password
2012-03-25 Rémi Denis-Courmonttelnet: no need to mention default value
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-06 Rémi Denis-CourmontLua: remove Freebox and French TV hacks
2012-02-05 Pierre Ynardlua: describe the CLI as a CLI
2012-01-31 Jean-Baptiste KempfLua: provide descriptions for submodules
2012-01-31 Jean-Baptiste KempfConsider lua in the Main Interface category
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-24 Rémi Denis-CourmontCompute the lib directory dynamically
2012-01-05 Kelly AndersonConsolidate lua includes in vlc.h
2011-10-10 KO Myung-HunDo not use config_GetLibDir() on OS/2
2011-09-26 Rob Jonsoninstead of sending the uri as name to input_item_NewExt...
2011-09-24 Francois Cartegnielua_http: fix name parsing on encoded uri
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-07-13 Rémi Duraffortlua: remove leading '__' in function name
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-26 Rémi Duraffortlua: factorize add_shortcut calls.
2011-06-21 Rémi Denis-CourmontLua: use submodules for the different interfaces
2011-06-18 Rémi Duraffortlua: remove debug printf and update the doc
2011-06-18 Rémi Duraffortlua playlist: add custom metadata to extra metadata...
2011-04-21 Jean-Baptiste Kempfluahttp: files forgotten in previous commit
2011-04-02 Pierre Ynardlua: rename rc interface to cli
2011-03-20 Rémi DuraffortImprove parenthesis.
2011-02-20 Jean-Baptiste KempfMove /modules/misc/lua/ to /modules/lua