]> git.sesse.net Git - vlc/history - modules/misc/lua/libs
lua: remove "bla ? true : false"
[vlc] / modules / misc / lua / libs /
2010-09-13 Rémi Duraffortlua: remove "bla ? true : false"
2010-09-13 Rémi Duraffortlua: use msg_Err instead of fprintf (remaining debug).
2010-09-13 Rémi Duraffortlua: also implement timer:getoverrun()
2010-09-12 Rémi Duraffortlua: implement timers in vlc.misc
2010-09-12 Rémi Duraffortlua: cosmetics (use the exact pointer typer not just...
2010-08-11 Denis CharmetFix lua telnet vlm_message_to_string
2010-08-09 Jean-Baptiste KempfWin32: fix lua compilation
2010-08-05 Rémi Denis-CourmontLUA: remove unused catalog and DTD support
2010-08-03 Rémi Duraffortlua_osd: add some parameters to the osd.message functio...
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-06-25 Rémi Denis-CourmontLUA: make one byte room for the nul terminator after...
2010-06-22 Ilkka Ollakkalua: add vlc.strings.iconv to use vlc_iconv, shouldn...
2010-06-08 Rémi Denis-CourmontFix compilation
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-06-05 Pierre YnardSpelling
2010-05-26 Laurent AimarRemoved all vlc_object_find in lua osd code.
2010-05-10 Christophe MutricyCompile fix
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-10 Rafaël Carrélua/net.c: revert [14707cbaca9fa] and fix properly
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-04-11 Rémi Denis-CourmontLUA: do not blindly cast object to interface thread...
2010-04-11 Rémi Denis-CourmontLUA: store p_intf->p_sys separately
2010-04-11 Rémi Denis-CourmontLUA: avoid leading underscores
2010-04-08 Rémi Duraffortlua_playlist: Use the title of the item and fallback...
2010-03-20 Jean-Philippe AndréLua: fix default value of drop-down lists
2010-03-20 Srikanth RajuLua: Avoid segmentation fault on recv() fail
2010-03-20 Srikanth RajuLua: Implement net.connect_tcp
2010-03-20 Jean-Philippe AndréLua: fix previous commit (83ab54255)
2010-03-20 Jean-Philippe AndréLua: new function "set_title()" for dialogs
2010-03-20 Jean-Philippe AndréLua: rename d:close() to d:delete() and d:flush() to...
2010-03-20 Jean-Philippe AndréLua: Extensions, fix position of buttons
2010-03-11 Fabio RitrovatoLua SD: check if p_input exists before using it
2010-03-11 Fabio RitrovatoLua: fix typo on previous commit
2010-03-11 Fabio RitrovatoLua: don't use empty strings for metas (close #3403)
2010-03-02 Antoine CellerierPrefer use of function references for buttons
2010-03-02 Antoine CellerierLua: Misc simplifications.
2010-03-02 Antoine CellerierChange vlc.stream() and vlc.memory_stream() error repor...
2010-03-02 Antoine CellerierRevert "Use pushliteral instead of pushstring where...
2010-03-02 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-28 Fabio RitrovatoLua SD: fix leaking
2010-02-27 Antoine CellerierFix NULL pointer dereferencing due to c58a5af7401735b50...
2010-02-27 Antoine CellerierKill warning.
2010-02-27 Antoine CellerierKill warnings about unused variables. (jpeg?)
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-23 Fabio RitrovatoLua SD: blind attempt at fixing #3324
2010-02-21 Erwan Tuloulua: fix crash
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-20 Antoine CellerierDynamically allocate the dir list to prevent potential...
2010-02-20 Fabio RitrovatoLua SD: use "path" instead of "url"
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-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: 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
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 Antoine CellerierFix lua intf thread cancellation and cleanup properly...
2010-02-05 Jakob Lebenlua: adjust to playlist changes and kill a warning
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-03 Jean-Philippe AndréLua dialogs: remove show() and hide()
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-01-29 Pierre d'Herbemontlua/libs: Fix a left over lonely UnlockExtension().
2010-01-29 Pierre d'Herbemontlua/extension: Export extension_SetInput().
2010-01-28 Jean-Philippe AndréExtensions: remove timers
2010-01-27 Rémi Denis-CourmontLUA: vlc_object_find does not work for decoders and...
2010-01-26 Rémi Duraffortlua: fix potential leak (and missing unlock).
2010-01-24 Rémi Denis-CourmontLUA interface: unlock the mutex sometime
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 extra meta through vlc.item.metas.
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
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'Herbemontlua: assert that we have an item.
2010-01-06 Antoine CellerierRemove use of select/poll timeouts in lua rc and telnet...
2010-01-06 Pierre d'Herbemontlua: Add the possibility to expose vlc.item.
2009-12-28 Antoine CellerierMake sure that vlc.gettext.N_() returns the first argument.
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 CellerierFix mutex cancellation.
next