]> git.sesse.net Git - vlc/history - modules/misc/lua/vlc.c
Use config_GetDataDir() instead of DATA_PATH.
[vlc] / modules / misc / lua / vlc.c
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-16 Antoine CellerierChange demux2 capability values so the lua demux2 gets...
2007-11-24 Antoine CellerierChanges to the lua module's declaration: add luahttp...
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 CellerierSome more simplification of the luaplaylist/luameta...
2007-11-04 Antoine CellerierDon't pop the string before using it (else our pointer...
2007-11-04 Antoine CellerierAdd a new type of VLC Lua module: Interfaces.