]> git.sesse.net Git - vlc/history - src/modules/modules.h
modules: remove an unused define and assert if we try to add too many shortcuts.
[vlc] / src / modules / modules.h
2010-07-14 Rémi Duraffortmodules: remove an unused define and assert if we try...
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 Duraffortmodule_t: repack again.
2010-04-21 Rémi DuraffortModules: use a dynamic array for the shortcuts (this...
2010-03-05 Pierre d'HerbemontRevert "modules: Put bool at the end of the structure...
2010-03-05 Pierre d'Herbemontmodules: Put bool at the end of the structure to eventu...
2010-03-05 Rémi DuraffortLower the size of the module_t structure because not...
2010-03-05 Pierre d'HerbemontRevert "modules: Put bool at the end of the structure...
2010-03-05 Pierre d'Herbemontmodules: Put bool at the end of the structure to eventu...
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-CourmontKeep track of plugin text domain
2010-01-28 Rémi Denis-CourmontFactor out LoadMessages to support other text domains
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-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-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-06 Rémi Denis-CourmontRemove unused modules_t.b_reentrant
2009-12-28 Rémi Duraffortmodule_cache_t: fix padding.
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-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-CourmontDo not declare non-existent module_ResetBank
2009-02-17 Rémi Denis-CourmontRemove remnants of builtin modules support
2009-01-27 Rémi Denis-CourmontMerge vlc_submodule_create and vlc_config_create into...
2009-01-27 Rémi Denis-CourmontPrivatize vlc_module_create()
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 b_cache_delete
2008-09-21 Rémi Denis-CourmontModule really does not need to be an object
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-08-30 Rémi Denis-Courmontmodule_Call: specify object for logging
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-26 Rémi Denis-CourmontCosmetic fix
2008-04-16 Pierre d'Herbemontmodules: Fix const char * usage and memory management.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Rémi Denis-Courmont*Partially* fix the module bank initialization serializ...
2008-03-02 Pavlov KonstantinFix $Id$ (probably)
2008-01-28 Rafaël Carrémodules CacheFind(): remove unused parameter
2007-12-12 Rémi Denis-CourmontHide module_t
2007-12-12 Rémi Denis-CourmontCosmetic
2007-12-12 Rémi Denis-CourmontSplit the over-large module.c
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-07-29 Rémi Denis-CourmontRemove vlc_symbols legacy.
2007-04-14 Rémi Denis-CourmontWorks this time
2007-04-14 Rémi Denis-CourmontUndo erroneous commit
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory