]> git.sesse.net Git - vlc/history - modules/misc/lua
Remove useless parameters
[vlc] / modules / misc / lua /
2011-01-23 Rémi Denis-CourmontLUA: hide EINTR from scripts and remove the timeout...
2011-01-23 Rémi Duraffortlua_xml: fix read of non-initialized pointers.
2011-01-23 Rémi Duraffortextension: fix a potential memleak.
2011-01-22 Jean-Philippe AndréXML: fix two small mistakes in Lua
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-21 Jean-Philippe AndréLua: also return node name in XML's next_node() method
2011-01-21 Jean-Philippe AndréLua: load modules manually for zipped extensions
2011-01-21 Jean-Philippe AndréLua: load extensions in .vle files (Zip archives)
2011-01-21 Jean-Philippe AndréLua: allow killing Extensions
2011-01-21 Jean-Philippe AndréExtensions: support embbeded icon data
2011-01-21 Jean-Philippe AndréLua: add support for the new spin icon
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2010-12-06 Rémi Duraffortlua_gettext: do not include vlc_fixups.h
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-12-04 Rémi Duraffortlua_variables: luaL_optstring returned pointer is valid...
2010-12-03 Rémi Duraffortlua_variables: the pointers returned by luaL_checkstrin...
2010-12-03 Rémi Duraffortlua_variables: cosmetics. (no functionnal change).
2010-12-03 Rémi Duraffortlua_variables: allow the creation of a void variable.
2010-12-02 Rémi Duraffortlua_variables: add the possibility to attach a callback...
2010-12-02 Rémi Duraffortlua_variables: call only one time var_Type and corretly...
2010-12-02 Rémi Duraffortlua: remove dummy storage.
2010-11-07 Rémi Duraffortlua_timers: fix timers.
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-11-05 Pierre Ynardlua: copy input options to result of playlist script
2010-11-02 Rémi Duraffortlua: implement var_ToggleBool and var_CountChoices.
2010-11-02 Rémi Duraffortlua: use var_ToggleBool.
2010-11-02 Rémi Duraffortlua_variables: implement var_IncInteger and var_DecInteger
2010-11-02 Rémi Duraffortlua_sd: cosmetics.
2010-11-02 Rémi Duraffortlua_sd: Implement the descriptor request.
2010-11-02 Rémi Duraffortlua_extension: do not export the array of capabilities.
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-30 Rémi Duraffortlua_sd: force garbage collection once a while.
2010-10-27 Rémi Denis-CourmontLUA: use FromCharset()
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.h>
2010-10-25 Rémi Duraffortlua: cosmetics.
2010-10-24 Rémi Duraffortsd: remove the pf_search and use a more generic pf_cont...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-19 Rémi Duraffortlua_sd: cleanup.
2010-10-19 Rémi Duraffortlua_sd: implement the search function.
2010-10-11 Rémi Duraffortlua extensions: remove dummy function (moreover vlc_joi...
2010-10-11 Rémi Duraffortlua extensions: use an enum and remove demuy declaration.
2010-10-09 Rémi Duraffortlua_extensions: no need to lock the object as we are...
2010-10-06 Rémi Duraffortlua_input: grab the input lock only one time when readi...
2010-09-29 Rémi Duraffortlua: factorize the right way.
2010-09-29 Rémi DuraffortRevert "lua_extension: factorize."
2010-09-29 Rémi Duraffortlua: fix fonction prototype (should return a boolean).
2010-09-29 Rémi Duraffortlua_meta: factorize.
2010-09-29 Rémi Duraffortlua_extension: remove dummy variable (we want to run...
2010-09-26 Rémi Duraffortlua_extension: factorize.
2010-09-26 Rémi Duraffortlua_demux: fix a potential read of uninitialized value...
2010-09-13 Rémi Duraffortlua: remove "bla ? true : false"
2010-09-13 Rémi Duraffortlua: use msg_Err instead of fprintf (remaining debug).
2010-09-13 Rémi Duraffortlua: also implement timer:getoverrun()
2010-09-12 Rémi Duraffortlua: implement timers in vlc.misc
2010-09-12 Rémi Duraffortlua: cosmetics (use the exact pointer typer not just...
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-08-11 Denis CharmetFix lua telnet vlm_message_to_string
2010-08-09 Jean-Baptiste KempfWin32: fix lua compilation
2010-08-05 Rémi Denis-CourmontLUA: remove unused catalog and DTD support
2010-08-03 Rémi Duraffortlua_osd: add some parameters to the osd.message functio...
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-19 Rémi Duraffortlua_demux: fix object leak.
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-25 Rémi Denis-CourmontLUA: make one byte room for the nul terminator after...
2010-06-22 Ilkka Ollakkalua: add vlc.strings.iconv to use vlc_iconv, shouldn...
2010-06-17 Rémi Duraffortluatelnet: the oldtelnet options are now working well...
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-06-08 Rémi Denis-CourmontFix compilation
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-06 Jean-Philippe AndréLua: remove 'http' shortcut.
2010-06-05 Pierre YnardSpelling
2010-06-02 Rémi Duraffortluahttp: use the same options as the http interface.
2010-05-30 Jean-Philippe AndréLua Extensions: implement fake "require"
2010-05-29 Rémi Denis-CourmontPut http alias back from LUA to native
2010-05-26 Laurent AimarRemoved all vlc_object_find in lua osd code.
2010-05-10 Christophe MutricyCompile fix
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-10 Rafaël Carrélua/net.c: revert [14707cbaca9fa] and fix properly
2010-05-05 Jean-Philippe AndréExtensions: fix vlc.deactivate() malfunction
2010-05-05 Jean-Philippe AndréExtensions: fix a leak (and a potential crash)
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-04-29 Rémi DuraffortQt4: fix a memleak in the extensions menu.
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-11 Rémi Denis-CourmontLUA: do not blindly cast object to interface thread...
2010-04-11 Rémi Denis-CourmontLUA: store p_intf->p_sys separately
2010-04-11 Rémi Denis-CourmontLUA: avoid leading underscores
2010-04-08 Rémi Duraffortlua_playlist: Use the title of the item and fallback...
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.
next