]> git.sesse.net Git - vlc/history - src/modules/modules.c
Set object name from module_need()
[vlc] / src / modules / modules.c
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
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-26 Rémi Denis-Courmontmodule_need: fix broken logic
2008-09-22 Rémi Denis-CourmontFix module_exists
2008-09-22 Rémi Denis-Courmontmodule_need: use qsort, simplify
2008-09-22 Rémi Denis-CourmontDeleteModule: remove useless parameter
2008-09-22 Rémi Denis-CourmontRemove some useful stuff / misleading comments
2008-09-22 Geoffroy Coupriedon't try to free a non existing string
2008-09-21 Rémi Denis-CourmontModule really does not need to be an object
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-21 Rémi Denis-Courmontmodule_t: use GC subsystem instead of objects
2008-09-21 Rémi Denis-CourmontMinor simplification
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-06 Antoine CellerierDocument module_Need's side effect on the object name.
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-Courmontmodule_Call: specify object for logging
2008-06-28 Antoine CellerierSimplify.
2008-06-22 Rémi DuraffortAdd an #undef
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-14 Jean-Paul SamanTake win32 into considiration.
2008-06-01 Rémi Denis-CourmontAnother memory leak
2008-06-01 Rémi Denis-CourmontFix small memory leak
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-10 Rémi Denis-CourmontDon't look for plugins from CWD. Also don't leak in...
2008-05-08 Rémi Denis-CourmontDeleteModule cannot fail * don't handle impossible...
2008-05-08 Rémi Denis-Courmontmodule bank: use vlc_custom_create
2008-05-08 Rémi Denis-Courmontvlc_modules_macros.h -> vlc_plugin.h
2008-05-05 Rafaël CarréFix leaking of psz_object_name
2008-04-24 Jean-Paul SamanDon't return at the end of void function.
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Antoine CellerierRevert "Fix memory leak"
2008-04-16 Pierre d'Herbemontmodules: Make sure DupModule() work as expected. (Point...
2008-04-16 Pierre d'Herbemontmodules: Fix const char * usage and memory management.
2008-04-16 Pierre d'Herbemontmodules: Don't cast a const to silent a warning on...
2008-04-15 Pierre d'Herbemontmodule: Set up a timer for moduleNeed().
2008-04-14 Jérôme DecoodtFix parsing of plugin-path with escaping chars...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jérôme DecoodtFix plugins/modules path list on Win32
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Rémi Denis-CourmontUse var_AcquireMutex for the "libvlc" lock
2008-03-30 Rémi Denis-CourmontDo NOT destroy the "libvlc"/global/bank/whatever lock...
2008-03-30 Rémi Denis-Courmont*Partially* fix the module bank initialization serializ...
next