]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/sd.c
Use pushliteral instead of pushstring where possible. Saves a strlen call.
[vlc] / modules / misc / lua / libs / sd.c
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-23 Fabio RitrovatoLua SD: blind attempt at fixing #3324
2010-02-20 Fabio RitrovatoLua SD: use "path" instead of "url"
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-08 Fabio RitrovatoLua SD: parse options
2010-02-08 Fabio RitrovatoLua SD: forgot to cast
2010-02-08 Fabio RitrovatoLua SD: use a nicer icon for nodes
2010-02-08 Jean-Philippe AndréLua SD: fix another obvious leak
2010-02-08 Jean-Philippe AndréLua SD: fix obvious leaks
2010-02-08 Fabio Ritrovatoluasd: new SD related script functions
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-01-12 Rémi Denis-CourmontUnused variable
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2008-07-23 Ilkka Ollakkaadd vlc_object_lock/unlock to playlist-handling, fixes...
2008-07-21 Rémi DuraffortUse pl_Release an factorise two lines.
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...