]> git.sesse.net Git - vlc/history - modules/misc
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / misc /
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-04-05 Rémi DuraffortLua: use config_StringEscape.
2010-04-05 Rémi DuraffortLua: escape the lua modules names (fix #3492)
2010-04-03 Rémi DuraffortLua: fix #3492, and commas around the name and longname.
2010-04-03 Rémi DuraffortLua: fix a crash (the command is already freeed).
2010-04-03 Rémi DuraffortLua_ext: fix race condition.
2010-04-03 Ilkka Ollakkaaudioscrobbler: check video-es also in playingchange
2010-04-01 Ilkka Ollakkafreetype: don't create/show fontcache dialog if config...
2010-03-28 Rémi DuraffortLua: fix interface selection.
2010-03-28 Rémi DuraffortGrowl: do not get the configuration for every item...
2010-03-28 Rémi DuraffortGrowl: cosmetics.
2010-03-28 Rémi DuraffortGrowl: fix a second buffer overflow.
2010-03-28 Rémi Duraffortgrowl: fix a buffer overflow.
2010-03-28 Rémi DuraffortGrow: fix crash when the password is NULL.
2010-03-28 Rémi DuraffortGrowl: fix bad memset.
2010-03-28 Rémi DuraffortGrowl: cosmetics.
2010-03-28 Rémi Duraffortgrowl: fix pontential use after free (var_delcallbacl...
2010-03-20 Jean-Philippe AndréLua: do not click a button twice in a row
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-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
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-11 Fabio RitrovatoLua SD: don't open the playlist lib
2010-03-07 Rémi Denis-CourmontMSN: fix assertion (fixes #2930)
2010-03-07 Rémi Denis-CourmontLUA: (really) fix infinite loop
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-03-05 Pierre d'Herbemontluasd: Force a garbage collect at the end of Run().
2010-03-04 Pierre d'Herbemontluasd: Fix a leak.
2010-03-03 Rémi Denis-Courmontutf8_lstat -> vlc_lstat for consistency
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 CellerierDon't use printf to print debug output.
2010-02-27 Antoine CellerierDon't add share directory to lua search path on windows...
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 extension pointer in a variable visible...
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-27 Antoine CellerierDo not generate and run lua code to define the module...
2010-02-26 Fabio RitrovatoLua demux: open the stream lib
2010-02-26 Konstantin PavlovFix previous commit.
2010-02-26 Antoine CellerierInclude all authorized lua extensions in module search...
2010-02-24 Erwan TulouWin32: use linked_with_a_crap_library_which_uses_atexit...
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-23 Fabio RitrovatoLua SD: blind attempt at fixing #3324
2010-02-23 Fabio RitrovatoLua SD: don't fail the whole probe if a script fail
2010-02-23 Fabio RitrovatoLua SD: add longname option (Close #3323)
2010-02-22 Fabio RitrovatoFix debug message
2010-02-21 Erwan Tuloulua: fix crash
2010-02-21 Rémi Denis-CourmontLUA: fix directory separator for meta data scripts
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-20 Rafaël Carréfix assignement order from [3ecd0eb5dcb4]
2010-02-20 Rémi Denis-Courmontnotify: use make_path
2010-02-20 Rémi Denis-Courmontgrowl: use make_path()
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-20 Fabio RitrovatoLua SD: use a function to get the SD description
2010-02-18 Rémi Denis-Courmontdummy demux: implement seeking and positioning with...
2010-02-16 Rémi Denis-CourmontRemove old testsuite
2010-02-16 Fabio RitrovatoCopyright fix
2010-02-16 Fabio RitrovatoLua intf: missing lua_close()
2010-02-16 Rémi Duraffortlua_sd: fix memleak and factorize.
2010-02-16 Pierre d'HerbemontRevert "freebox: Bring back freebox SD in C."
2010-02-15 Rémi Denis-CourmontTypo (fix make dist)
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-14 Rémi Denis-CourmontGather all inhibit module in a directory (no code change)
2010-02-14 Rémi Denis-Courmontscreensaver: wait for process
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 Rémi Duraffortmsn: simplify (and remove some dummy strdup).
2010-02-10 Rémi DuraffortUse calloc.
next