]> git.sesse.net Git - vlc/history - modules/misc/lua/meta.c
Fix memleak in lua module.
[vlc] / modules / misc / lua / meta.c
2008-06-27 Antoine CellerierDon't segfault when looking for art with the lua script...
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-08 Rémi Denis-CourmontRemove E_()
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-04 Antoine CellerierAdd a new type of VLC Lua module: Interfaces.