]> git.sesse.net Git - vlc/history - modules/misc/lua
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / lua /
2010-02-15 Pierre d'Herbemontfreebox: Bring back freebox SD in C.
2010-02-15 Pierre d'Herbemontlua: Add freebox and frenchtv back in the builtin SD.
2010-02-14 Fabio RitrovatoLua SD: add modules path
2010-02-14 Fabio RitrovatoLua SD: open more libs
2010-02-14 Rémi Denis-CourmontLUA: check libdir before datadir
2010-02-14 Rémi Denis-CourmontLUA: look in $(pkglibdir)/lua
2010-02-14 Rémi Denis-CourmontLUA: fix memory leaks in error path
2010-02-14 Srikanth RajuLua: Add new callback playing_changed for playing statu...
2010-02-14 Srikanth RajuLua: Allow arguments to be passed to lua functions...
2010-02-13 Antoine CellerierItem specific information getters are now item object...
2010-02-13 Antoine CellerierMake sure that the playlist item has been preparsed...
2010-02-13 Antoine CellerierAdd lua wrapper for memory stream constructor.
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-12 Jakob Lebenplaylist: allow non-recursive search
2010-02-11 Rémi Duraffortlua: fix object leak.
2010-02-10 Rémi Denis-CourmontUse input_GetVout
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: fix for scripts without a description and ...
2010-02-08 Fabio RitrovatoLua SD: parse options
2010-02-08 Fabio RitrovatoLua SD: forgot to cast
2010-02-08 Laurent AimarFixed invalid access in file_select (lua).
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
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2010-02-06 Antoine CellerierAlso load .luac files.
2010-02-06 Rémi Denis-CourmontLUA: fopen/fclose -> stat
2010-02-06 Antoine CellerierFix lua intf thread cancellation and cleanup properly...
2010-02-05 Jakob Lebenlua: adjust to playlist changes and kill a warning
2010-02-05 Jakob Lebenlua: vlclua_playlist_add_internal() should post an...
2010-02-04 Jean-Philippe AndréLua/SD: Set the "longname" configuration parameter
2010-02-04 Rémi Denis-CourmontLUA SD: simplify and fix a memory leak (untested)
2010-02-04 Fabio Ritrovatoluasd: the script loading module
2010-02-04 Jean-Philippe AndréExtensions: fix leak: free commands
2010-02-04 Jean-Philippe AndréRevert "Lua dialogs: remove show() and hide()"
2010-02-04 Jean-Philippe AndréExtensions: do not wait on widget if dialog is deleted
2010-02-04 Jean-Philippe AndréRevert ef5d32ea57103: hopefully fix a race condition...
2010-02-03 Jean-Philippe AndréLua dialogs: remove show() and hide()
2010-02-03 Jean-Philippe AndréFix memory leaks in extensions
2010-02-03 Jean-Philippe AndréExtensions: they can also have a short description
2010-02-03 Jean-Philippe AndréExtensions: hopefully fix a race condition on deactivation
2010-02-03 Jean-Philippe AndréExtensions: call lua_DialogFlush after Lua call
2010-02-03 Jean-Philippe AndréLua: dialog auto-flush at end of function (pcall)
2010-02-03 Jean-Philippe AndréLua dialogs: introduce "dlg:flush()"
2010-02-03 Jean-Philippe AndréExtensions: New capability "meta-listener". Push unique...
2010-02-03 Jean-Philippe AndréExtensions: new script capability "input-listener"
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-29 Pierre d'Herbemontlua/libs: Fix a left over lonely UnlockExtension().
2010-01-29 Pierre d'Herbemontlua/extension: Make sure our input exists when releasin...
2010-01-29 Pierre d'Herbemontlua/extension: Export extension_SetInput().
2010-01-29 Jean-Philippe AndréExtensions/Lua: free extension strings
2010-01-28 Jean-Philippe AndréExtensions: export author, version, url and description
2010-01-28 Rémi Denis-CourmontLUA: use psz_intf instead of b_force
2010-01-28 Jean-Philippe AndréExtensions: fix extensions manager's locking scheme
2010-01-28 Jean-Philippe AndréExtensions: remove timers
2010-01-28 Jean-Baptiste KempfShortname corrections
2010-01-27 Rémi Denis-CourmontLUA: vlc_object_find does not work for decoders and...
2010-01-27 Pierre d'Herbemontlua/extension: Missing lock initialization.
2010-01-26 Rémi Duraffortlua: fix potential leak (and missing unlock).
2010-01-25 Pierre YnardExtensions: distribute headers
2010-01-24 Rémi Denis-CourmontLUA interface: correct/simplify error handling
2010-01-24 Rémi Denis-CourmontLUA interface: unlock the mutex sometime
2010-01-24 Rémi Denis-CourmontLUA: fix busy loop with "luahttp" and "luarc" shortcuts
2010-01-24 Geoffroy CouprieLua extensions: fix (again) compilation on Windows...
2010-01-24 Jean-Philippe AndréExtensions: buildsystem
2010-01-24 Jean-Philippe AndréExtensions: core library
2010-01-24 Jean-Philippe AndréExtensions: Lua implementation for dialogs
2010-01-15 Pierre d'Herbemontlua: Remove dummy printf.
2010-01-15 Pierre d'Herbemontlua: Properly set the meta according to metas().
2010-01-15 Pierre d'Herbemontlua: Expose a "meta fetcher".
2010-01-15 Pierre d'Herbemontlua: Expose extra meta through vlc.item.metas.
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-09 Antoine CellerierRemove vlc.net.select() and fd_set.
2010-01-09 Antoine CellerierRemove timeout parameter from lua listner:accept().
2010-01-09 Antoine CellerierRemove linux specific poll flag.
2010-01-09 Antoine CellerierAdd vlc.net.poll() and use in modules/host.lua.
2010-01-07 Pierre d'HerbemontAllow lua "meta reader" and implement a meta reader...
2010-01-07 Pierre d'Herbemontlua: assert that we have an item.
2010-01-06 Antoine CellerierRevert "Make sure LUA RC has lower priority than classi...
2010-01-06 Antoine CellerierRemove use of select/poll timeouts in lua rc and telnet...
2010-01-06 Antoine CellerierRevert "Remove http shortcut from LUA"
2010-01-06 Rémi Denis-CourmontRemove http shortcut from LUA
2010-01-06 Rémi Denis-CourmontMake sure LUA RC has lower priority than classic RC
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2010-01-06 Pierre d'Herbemontlua: Add the possibility to expose vlc.item.
2010-01-04 Antoine CellerierUse [[ ]] delimiter for string in order to prevent...
2010-01-04 Antoine CellerierFix indentation.
2009-12-30 Antoine CellerierPartially fix interface parsing order when multiple...
2009-12-30 Antoine CellerierOnly default to rc.lua if module loading wasn't forced...
2009-12-30 Pierre d'Herbemontlua/intf: Default to rc instead of dummy since rc has...
next