]> git.sesse.net Git - vlc/history - modules/misc
LibVLC logo/marquee: allow settings without video, remove exceptions
[vlc] / modules / misc /
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.
2010-01-12 Bernie PurcellFreetype has had support for synthetic font styling...
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-10 Rémi Denis-CourmontMove Altivec memcpy to altivec directory
2010-01-10 Rémi Denis-CourmontMove x86 memcpy plugins to mmx, mmxext, 3dnow directories
2010-01-10 Rémi Denis-CourmontMove libc memcpy module to dummy
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-CourmontXDG screensaver: call waitpid immediately
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.
2010-01-03 Rémi Denis-Courmontasprintf -> strdup
2009-12-31 Pierre Ynardlogger: build fix
2009-12-31 Pierre d'Herbemontlogger: Remove what seems to be useless.
2009-12-31 Pierre d'Herbemontlogger: Allow log-verbose to override --verbose.
2009-12-30 Bernie PurcellSupport for strikethrough in freetype renderer
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-29 Rémi Denis-Courmontscreensaver: convert to POSIX spawn
2009-12-29 Pierre Ynardvod: switch to core code to generate SDP
next