]> git.sesse.net Git - vlc/history - src/modules
Qt: add drow shadow effect
[vlc] / src / modules /
2010-01-23 Rémi Denis-CourmontSort configuration items for faster lookup
2010-01-23 Rémi Denis-CourmontRemove useless module_bank_t.b_plugins
2010-01-23 Rémi Denis-CourmontRemove the old module config lock
2010-01-23 Rémi Denis-CourmontUse a global R/W lock for configuration
2010-01-21 Rémi Denis-Courmont0 -> NULL
2010-01-20 Rémi Denis-CourmontSave the fact that an item has a callback, not the...
2010-01-17 Rémi Denis-Courmontmodules bank: use var_Inherit instead of config_Get
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-10 Rémi Denis-CourmontCheck plugins directory names for unsupported capability
2010-01-10 Rémi Denis-CourmontMake plugin cache name dependent on CPU capabilities
2010-01-06 Rémi Denis-CourmontRemove unused modules_t.b_reentrant
2009-12-30 Antoine CellerierC has a function named strchr().
2009-12-30 Antoine CellerierFix module_need parsing. a,b,c,d should first try loadi...
2009-12-28 Rémi Duraffortmodule_cache_t: fix padding.
2009-12-22 Rémi Denis-CourmontRemove module_GetModulesNamesForCapability
2009-12-19 Rémi Denis-Courmontmodule_need: clarify b_strict
2009-12-06 Rémi Denis-CourmontUse xmalloc
2009-12-05 JP DingerAdd some more assert()s for unchecked malloc().
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-24 Rémi Denis-Courmontmodule_EndBank: useless NULL assignments
2009-11-10 Rémi Denis-CourmontFix compilation of set_text_domain() macro
2009-11-09 Rémi Denis-CourmontRemove language from plugin cache
2009-11-09 Rémi Denis-CourmontDon't run gettext while describing a plugin
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-CourmontSet object name from module_need()
2009-08-27 Pierre YnardWinCE: add replacement getpid() function
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-24 Rémi Denis-Courmontmodule_need: handle module loading error
2009-08-23 Rémi Denis-CourmontRemoving historical comment
2009-08-23 Rémi Denis-CourmontNever rename an object post attach & un-deprecated...
2009-08-20 Pierre d'Herbemontmodules: Fix an unused arg if NLS is not enabled.
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-10 Rémi Denis-CourmontFix variable shadowing
2009-08-06 Laurent AimarFixed a segfault in module_Load in case of error.
2009-08-06 Rémi Denis-CourmontDo not undef _FILE_OFFSET_BITS (fixes: #3031)
2009-08-02 Rémi Denis-Courmontmodule_need: give up if pf_activate returns VLC_ETIMEOU...
2009-08-02 Rémi Denis-CourmontWin32: support loading plugins from directories with...
2009-08-02 Rémi Denis-CourmontUse Unicode paths for plugins scan and ignore non-regul...
2009-08-02 Rémi Denis-CourmontAllocatePluginDir: remove dummy b_die check
2009-08-01 Felix Paul Kühnemacosx: prepare the switch from dyld to 'Dynamic Loader...
2009-08-01 Rémi Denis-CourmontRevert "modules: added a hack to work-around the buggy...
2009-08-01 Felix Paul Kühnemodules: added a hack to work-around the buggy 64bit...
2009-06-22 Felix Paul Kühnemacosx@core: removed the usage of dyld's 'Library Funct...
2009-06-19 Rémi DuraffortRemove dead increment.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Rémi Denis-CourmontAllocatePluginFile: handle *alloc() errors properly
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-24 Jean-Paul Samanmodules: do not autosave configfile when --ignore-confi...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-14 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-09 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-07 Rémi Denis-CourmontUse utf8_rename
2009-05-07 Rémi Denis-Courmontremove -> utf8_unlink
2009-05-06 Rémi Denis-CourmontAtomically update the cache file
2009-05-01 Laurent AimarFixed module_need in case a shortcut list was provided.
2009-04-26 Rémi Denis-CourmontForce plugins cache rebuild due to previous commit
2009-04-26 Rémi Denis-CourmontSubmodules do not inherit shortcuts anymore (fix: ...
2009-04-26 Rémi Denis-Courmontmodule_GetModulesNamesByCapability: (partially) fix...
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-16 Rémi Denis-CourmontInclude <libintl.h> only when really needed
2009-04-06 Rémi Denis-CourmontDo not translate "". Fix the localized configuration...
2009-03-10 Pierre YnardWin32: remove uneeded %z hack
2009-02-19 Rémi Denis-CourmontRevert "modules: initialize return pointer to NULL"
2009-02-19 Jean-Paul Samanmodules: initialize return pointer to NULL
2009-02-18 Geoffroy CouprieUpdate forgotten function calls
2009-02-17 Rémi Denis-CourmontKeep the bank lock until plugins are loaded.
2009-02-17 Rémi Denis-CourmontRemove unused member
2009-02-17 Rémi Denis-CourmontFix warning
2009-02-17 Rémi Denis-CourmontDo not declare non-existent module_ResetBank
2009-02-17 Rémi Denis-CourmontRemove remnants of builtin modules support
2009-02-17 Rémi Denis-CourmontCosmetic (avoid static variable in a few functions)
2009-02-17 Rémi Denis-CourmontMissing const
2009-02-14 Rémi Denis-CourmontRemove libvlccore load hack
2009-02-12 Rémi Denis-CourmontAdd missing dlopen flag (if and only if _needed_).
2009-02-08 Rémi Denis-CourmontAdd module_find_by_short() (internal only)
2009-01-31 Rémi Denis-CourmontAvoid dlclose() only when valgrind is running
2009-01-28 Rémi Denis-CourmontRemove unused change_float_list
2009-01-27 Rémi Denis-CourmontMerge vlc_submodule_create and vlc_config_create into...
next