]> git.sesse.net Git - vlc/history - modules/misc/lua
vod: use memcmp()
[vlc] / modules / misc / lua /
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...
2009-12-28 Antoine CellerierMake sure that vlc.gettext.N_() returns the first argument.
2009-12-28 Antoine CellerierRevert "lua: Make sure it builds with --disable-nls."
2009-12-28 Pierre d'Herbemontlua: Make sure it builds with --disable-nls.
2009-12-27 Antoine CellerierExperimental lua gettext support.
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-21 Antoine CellerierPrevent setting volume to outrageous values.
2009-12-21 Antoine CellerierCleanup playlist status.
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
2009-12-21 Antoine CellerierFix mutex cancellation.
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-21 Antoine CellerierFix blocking/non-blocking accept in lua interface.
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-12-19 Jean-Philippe AndréLua: vlc.stream has a new function: addfilter
2009-12-14 Antoine Cellerierrepeat is a reserved lua keyword
2009-12-14 Antoine CellerierFix acl use in http interface. Change default host...
2009-12-14 Antoine CellerierAdd osd menu api to lua (DVD menus).
2009-11-20 Rémi Duraffortlua: also add some statistics.
2009-11-16 Rémi Duraffortlua_libs: release the playlist object.
2009-11-16 Rémi Duraffortlua_libs: lock the mutex when reading the stats of...
2009-11-13 Rémi Duraffortlua_libs: add a function to trigger callbacks.
next