]> git.sesse.net Git - vlc/history - modules/misc/lua/vlc.h
lua: factorize the right way.
[vlc] / modules / misc / lua / vlc.h
2010-09-29 Rémi Duraffortlua: factorize the right way.
2010-09-29 Rémi Duraffortlua: fix fonction prototype (should return a boolean).
2010-04-11 Rémi Denis-CourmontLUA: store p_intf->p_sys separately
2010-04-11 Rémi Denis-CourmontLUA: avoid leading underscores
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-20 Antoine CellerierDynamically allocate the dir list to prevent potential...
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-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2010-02-06 Antoine CellerierAlso load .luac files.
2010-02-04 Fabio Ritrovatoluasd: the script loading module
2010-01-24 Jean-Philippe AndréExtensions: buildsystem
2010-01-15 Pierre d'Herbemontlua: Expose a "meta fetcher".
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-07 Pierre d'HerbemontAllow lua "meta reader" and implement a meta reader...
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-01-12 Rémi Denis-CourmontLUA intf: fix lock_and_wait, and stop using vlc_object_...
2008-08-01 Rémi DuraffortAdd vlclua_dir_list_free to free list created by vlclua...
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-04 Rémi Denis-CourmontNo need to lookup i_verbose. The core does it anyway.
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'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-15 Christophe Mutricy_GNU_SOURCE is already taken of by config.h + typo
2007-11-12 Antoine CellerierAdd services discovery support and enhance playlist...
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 CellerierAdd a new type of VLC Lua module: Interfaces.