]> git.sesse.net Git - vlc/history - modules/misc/lua/intf.c
Fix memleaks (use vlclua_dir_list_free).
[vlc] / modules / misc / lua / intf.c
2008-08-01 Rémi DuraffortFix memleaks (use vlclua_dir_list_free).
2008-08-01 Rémi Duraffortlua/intf: Fix a memleak.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
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-08 Rémi Denis-CourmontRemove E_()
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-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...
2008-03-08 Antoine CellerierAdd a function to get the current playlist item in...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-24 Antoine CellerierOops, forgot this file.
2007-11-12 Antoine CellerierFix problem with the search lua wrapper (it always...
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.