]> git.sesse.net Git - vlc/history - modules/misc/lua/vlc.c
lua_intf: also provide the --rc-host option for backward compatibility.
[vlc] / modules / misc / lua / vlc.c
2010-09-09 Rémi Duraffortlua_intf: also provide the --rc-host option for backwar...
2010-09-08 Rémi Duraffortlua_sd: warn in cas descriptor function is missing.
2010-06-17 Rémi Duraffortluatelnet: the oldtelnet options are now working well...
2010-06-06 Jean-Philippe AndréLua: remove 'http' shortcut.
2010-06-02 Rémi Duraffortluahttp: use the same options as the http interface.
2010-04-11 Christophe MutricyPromote lua_intf as the main module
2010-04-11 Christophe MutricyMark 2 options as volatile and avoid some "" in transla...
2010-04-05 Rémi DuraffortLua: use config_StringEscape.
2010-04-05 Rémi DuraffortLua: escape the lua modules names (fix #3492)
2010-04-03 Rémi DuraffortLua: fix #3492, and commas around the name and longname.
2010-03-11 Fabio RitrovatoLua: don't use empty strings for metas (close #3403)
2010-02-27 Antoine CellerierDon't add share directory to lua search path on windows...
2010-02-27 Antoine CellerierDo not generate and run lua code to define the module...
2010-02-26 Konstantin PavlovFix previous commit.
2010-02-26 Antoine CellerierInclude all authorized lua extensions in module search...
2010-02-23 Fabio RitrovatoLua SD: don't fail the whole probe if a script fail
2010-02-23 Fabio RitrovatoLua SD: add longname option (Close #3323)
2010-02-20 Antoine CellerierDynamically allocate the dir list to prevent potential...
2010-02-20 Fabio RitrovatoLua SD: use a function to get the SD description
2010-02-16 Pierre d'HerbemontRevert "freebox: Bring back freebox SD in C."
2010-02-15 Pierre d'Herbemontfreebox: Bring back freebox SD in C.
2010-02-15 Pierre d'Herbemontlua: Add freebox and frenchtv back in the builtin SD.
2010-02-14 Rémi Denis-CourmontLUA: check libdir before datadir
2010-02-14 Rémi Denis-CourmontLUA: look in $(pkglibdir)/lua
2010-02-14 Rémi Denis-CourmontLUA: fix memory leaks in error path
2010-02-13 Antoine CellerierSetup lua module search path
2010-02-13 Antoine CellerierWhen scanning multiple lua scripts, create a new lua_St...
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-08 Fabio RitrovatoLua SD: fix for scripts without a description and ...
2010-02-08 Laurent AimarFixed invalid access in file_select (lua).
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Antoine CellerierAlso load .luac files.
2010-02-05 Jakob Lebenlua: vlclua_playlist_add_internal() should post an...
2010-02-04 Jean-Philippe AndréLua/SD: Set the "longname" configuration parameter
2010-02-04 Rémi Denis-CourmontLUA SD: simplify and fix a memory leak (untested)
2010-02-04 Fabio Ritrovatoluasd: the script loading module
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-28 Jean-Baptiste KempfShortname corrections
2010-01-24 Jean-Philippe AndréExtensions: buildsystem
2010-01-15 Pierre d'Herbemontlua: Expose a "meta fetcher".
2010-01-07 Pierre d'HerbemontAllow lua "meta reader" and implement a meta reader...
2010-01-06 Antoine CellerierRevert "Make sure LUA RC has lower priority than classi...
2010-01-06 Antoine CellerierRevert "Remove http shortcut from LUA"
2010-01-06 Rémi Denis-CourmontRemove http shortcut from LUA
2010-01-06 Rémi Denis-CourmontMake sure LUA RC has lower priority than classic RC
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-02-20 Frédéric CrozatFix format-security warnings
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-01 Rémi DuraffortAdd vlclua_dir_list_free to free list created by vlclua...
2008-07-05 Rémi Denis-CourmontLUA: don't look for scripts in .
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-06-14 Pierre d'Herbemontlua: Don't use the playlist in the lua demux.
2008-06-09 Christophe MutricyTypo (pointed by Bruno Queirós)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-22 Rémi Denis-CourmontPut the _same_ _platform-independent_ stuff in the...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontUse config_Get*Dir
2008-05-03 Rémi Denis-CourmontLUA: don't reinvent scandir
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-06 Jean-Baptiste KempfLua path for windows modification.
2008-04-02 Antoine CellerierSimplify code reading.
2008-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-16 Antoine CellerierChange demux2 capability values so the lua demux2 gets...
2007-11-24 Antoine CellerierChanges to the lua module's declaration: add luahttp...
2007-11-10 Antoine CellerierPort the http interface to the Lua Interface Module...
2007-11-05 Antoine Cellerier * modules/misc/lua:
2007-11-04 Antoine CellerierSome more simplification of the luaplaylist/luameta...
2007-11-04 Antoine CellerierDon't pop the string before using it (else our pointer...
2007-11-04 Antoine CellerierAdd a new type of VLC Lua module: Interfaces.