]> git.sesse.net Git - vlc/history - modules/misc
Qt: draw rounded art pixmap
[vlc] / modules / misc /
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
2009-12-28 Antoine CellerierMake sure that vlc.gettext.N_() returns the first argument.
2009-12-28 Antoine CellerierRevert "lua: Make sure it builds with --disable-nls."
2009-12-28 Pierre d'Herbemontlua: Make sure it builds with --disable-nls.
2009-12-27 Srikanth RajuSqlite: Typo in testing for threadsafeness
2009-12-27 Antoine CellerierExperimental lua gettext support.
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-26 Rémi Denis-Courmontfreetype: NULL for %s is not portable
2009-12-23 Pierre Ynardvod: removing more unused stuff
2009-12-21 Antoine CellerierPrevent setting volume to outrageous values.
2009-12-21 Antoine CellerierCleanup playlist status.
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
2009-12-21 Antoine CellerierFix mutex cancellation.
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-21 Antoine CellerierFix blocking/non-blocking accept in lua interface.
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-12-20 Jean-Baptiste KempfRemove qte and opie modules.
2009-12-19 Jean-Philippe AndréLua: vlc.stream has a new function: addfilter
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-16 Pierre Ynardvod: cosmetics
2009-12-16 Pierre Ynardvod: remove unused stuff
2009-12-14 Antoine Cellerierrepeat is a reserved lua keyword
2009-12-14 Antoine CellerierFix acl use in http interface. Change default host...
2009-12-14 Antoine CellerierAdd osd menu api to lua (DVD menus).
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-12-07 Rafaël Carrédecoder stats: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-04 Srikanth RajuSQL/SQLite: Fix GetColumn functions in SQLite and imple...
2009-11-28 Srikanth RajuSqlite Module
2009-11-24 Olivier AubertRevert "svg: quick fix for out-of-tree compilation"
2009-11-24 Olivier Aubertsvg: quick fix for out-of-tree compilation
2009-11-20 Rémi Duraffortlua: also add some statistics.
2009-11-16 Rémi Duraffortlua_libs: release the playlist object.
2009-11-16 Rémi Duraffortlua_libs: lock the mutex when reading the stats of...
2009-11-13 Rémi DuraffortUse var_CreateGet* when applicable.
2009-11-13 Rémi Duraffortlua_libs: add a function to trigger callbacks.
2009-11-12 Rémi Duraffortlua_intf: fix memleaks.
2009-11-12 Rémi Duraffortlua_intf: fix memleak.
2009-11-11 Jean-Philippe AndréLua: don't lock playlist before playlist_Play
2009-11-11 Jean-Philippe AndréLua: check variable type before adding a callback
2009-11-11 Jean-Philippe AndréLua: new input and input_item facilities
2009-11-11 Jean-Philippe AndréLua: new function vlc.input.metas
2009-11-11 Jean-Philippe AndréLua: new function vlc.input.add_subtitle
2009-11-11 Jean-Philippe AndréLua: release input thread
2009-11-11 Rémi Duraffortlibxml: return NULL for pointers (not 0).
2009-10-31 Rafaël CarréAdd missing 'environ' declaration (fix build on FreeBSD)
2009-10-31 Rémi Denis-CourmontRemove old playlist format export
2009-10-31 Rémi Denis-CourmontExport: add support for normal M3U, move UTF-8 mode...
2009-10-19 Rémi Denis-CourmontMaemo: Freetype: use Nokia sans-serif bold font
next