]> git.sesse.net Git - vlc/history - modules/misc
Remove legacy nice target
[vlc] / modules / misc /
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()"
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 Rémi Denis-CourmontXSPF export fixes and cleanup
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-31 Rémi Denis-CourmontDon't #include LibVLC from plugins
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-CourmontRemove useless vlc_object_detach() before vlc_object_re...
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-26 Erwan Tuloufreetype: fix a forgotten dialog progress bar when...
2010-01-25 Alexis BallierFix segfault when freetype-yuvp is set to 1 in vlcrc.
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-23 Rémi Denis-Courmontmisc: use var_Inherit
2010-01-23 Ramiro Polladummy vout: check for sys->pool before deleting it.
2010-01-20 Pierre Ynardvod: remove useless strdup()'s
2010-01-20 Pierre Ynardvod: config_GetPsz -> var_InheritString
2010-01-17 Rémi Duraffortsvg: fix possible NULL dereference.
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
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.
next