]> git.sesse.net Git - vlc/history - modules/misc
m3u: factorize.
[vlc] / modules / misc /
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.
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-Courmontaudioscrobbler: no need to lock playlist to add callbacks
2010-02-09 Rémi Denis-Courmontaudioscrobbler: unused variables
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-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-02-06 Rémi Denis-CourmontXDG screensaver: fix initialization ordering
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 Rémi Denis-Courmontwin32text is for WinCE, not Win32
2010-02-04 Fabio Ritrovatoluasd: the script loading module
2010-02-04 Jean-Philippe AndréExtensions: fix leak: free commands
2010-02-04 Srikanth RajuSqlite: Unlock commit transaction on success, not fail
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 Rémi Denis-CourmontHard-code MSN plugin on Windows
2010-02-03 Rémi Denis-CourmontAlways build win32text resp quartztext on Win32 resp...
2010-02-03 Rémi Denis-CourmontRemove quite useless audioscrobbler configure option
2010-02-03 Christophe MutricyTypos
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()"
next