]> git.sesse.net Git - vlc/history - modules/misc/lua
Use config_GetDataDir() instead of DATA_PATH.
[vlc] / modules / misc / lua /
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-29 Rafaël Carrémisc: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Rémi Denis-CourmontFix Windows case which implements fd_set differently:
2008-01-18 Rémi Denis-CourmontAvoid overflows in the LUA net API. Run-time behavior...
2008-01-15 Christophe Mutricy_GNU_SOURCE is already taken of by config.h + typo
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 CellerierOops, forgot this file.
2007-11-24 Antoine CellerierChanges to the lua module's declaration: add luahttp...
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 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.
2007-10-21 Rafaël Carrélua: makes sure metadata is UTF8 encoded (some websites...
2007-09-19 Rafaël Carrélua: check stream_UrlNew return value
2007-09-17 Pierre d'Herbemontlua: Print debug message only if really wanted.
2007-09-16 Antoine CellerierDon't print the "googleimage.lua: didn't return a strin...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Christophe Mutricyluameta.c: Fix a message
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-08-23 Antoine CellerierFix copyright date here too.
2007-08-23 Antoine CellerierSet svn:keywords and change copyright year back to...
2007-08-23 Antoine CellerierRestore svn history for the lua modules (For future...
2007-08-22 Christophe MutricyCheck for the good directory.
2007-08-22 Christophe MutricyDistribute vlclua.h
2007-08-22 Pierre d'Herbemontmodules/misc/lua: Share some code between the modules...