]> git.sesse.net Git - vlc/history - src/modules/modules.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / modules / modules.c
2010-08-19 Rémi Denis-Courmontmodule_gettext: return "" on NULL, fixes a segmentation...
2010-08-19 Rémi Denis-CourmontDo not translate "" for good this time
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-07-27 Rémi Denis-CourmontAdd module_start() and module_stop()
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-04-24 Rémi DuraffortSecond attempt to use a dynamic array shortcuts (this...
2010-04-21 Rémi Denis-CourmontRevert "Modules: use a dynamic array for the shortcuts...
2010-04-21 Rémi DuraffortModules: use a dynamic array for the shortcuts (this...
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-07 Geoffroy CouprieWin32: fix the path to the plugins cache
2010-03-06 Rémi DuraffortFix use of uninitialized value.
2010-03-05 Geoffroy CouprieWin32: Store the plugins cache in c:\ProgramData\VideoL...
2010-03-04 Rémi Denis-CourmontGet rid of PLUGIN_PATH
2010-03-04 Pierre d'Herbemontmodules: Don't look in install directory on the Mac OS.
2010-03-02 Rémi Denis-CourmontInstall and look for plugins in plugins/, not modules...
2010-02-25 Rémi Denis-CourmontRemove error/warnings from module_need()
2010-02-15 Pierre d'Herbemontmodules: Make sure we save all the modules.
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-Courmontmodules: remove leading underscores
2010-01-30 Rémi Denis-CourmontSave plugins cache into corresponding plugins directory
2010-01-30 Rémi Denis-CourmontLoad/delete plugins cache from plugins directory
2010-01-28 Rémi Denis-Courmontmodule_gettext: translate a string in the text domain...
2010-01-28 Rémi Denis-CourmontKeep track of plugin text domain
2010-01-27 Rémi Denis-CourmontDo not insert a module in the list twice
2010-01-27 Rémi Denis-CourmontRemove write-only b_used property from cache entries
2010-01-27 Rémi Denis-CourmontRemove always false b_junk cache entry property
2010-01-25 Rémi Denis-Courmontplugins must match "lib*_plugin"LIBEXT, not just "...
2010-01-25 Rémi Denis-CourmontSave the plugins cache as early as possible
2010-01-25 Rémi Denis-CourmontUseless headers
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-CourmontUse a global R/W lock for configuration
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
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-22 Rémi Denis-CourmontRemove module_GetModulesNamesForCapability
2009-12-19 Rémi Denis-Courmontmodule_need: clarify b_strict
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-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-CourmontSet object name from module_need()
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-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-10 Rémi Denis-CourmontFix variable shadowing
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 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-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-01 Laurent AimarFixed module_need in case a shortcut list was provided.
2009-04-26 Rémi Denis-Courmontmodule_GetModulesNamesByCapability: (partially) fix...
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-CourmontFix warning
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-08 Rémi Denis-CourmontAdd module_find_by_short() (internal only)
2008-12-30 Jean-Baptiste KempfHelper to get the capability of a module and its score.
2008-12-09 Laurent AimarAdded files/declarations for stream_filter module.
2008-11-17 Pierre YnardTemporarily work around crashing on Windows due to %zu
2008-10-26 Rémi Denis-CourmontFormat string fix
2008-10-10 Rémi DuraffortFix potential segfault (CID 252)
2008-10-08 Laurent AimarFixed support for negative module priority.
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#149)
2008-10-05 Rémi Denis-CourmontFix some race conditions in the module bank
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi Denis-CourmontBury the module pointer inside modules.c
2008-10-05 Rémi Denis-CourmontCleanup b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove one core dependency upon the module bank
2008-10-05 Rémi Denis-CourmontUse static mutexes
next