]> git.sesse.net Git - vlc/history - modules/misc/lua/meta.c
lua_meta: factorize.
[vlc] / modules / misc / lua / meta.c
2010-09-29 Rémi Duraffortlua_meta: factorize.
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-05 Pierre YnardSpelling
2010-03-02 Antoine CellerierLua: Misc simplifications.
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-21 Rémi Denis-CourmontLUA: fix directory separator for meta data scripts
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-13 Antoine CellerierExport vlc's xml api.
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-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-15 Pierre d'Herbemontlua: Expose a "meta fetcher".
2010-01-07 Pierre d'HerbemontAllow lua "meta reader" and implement a meta reader...
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2008-09-10 Antoine CellerierAdd new functions to Lua API.
2008-08-03 Justus PiaterDeclared many static variables const
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.