]> git.sesse.net Git - vlc/history - src/modules/modules.h
Revert "deinterlace: add basic support for YUY2 and NV12 (fixes #2206)"
[vlc] / src / modules / modules.h
2013-12-09 Rafaël CarréRename main module to core
2012-10-12 Rémi Denis-Courmontmodule_list_cap(): sorts modules for a certain capability
2012-01-27 Rémi Denis-CourmontMove 'struct stat' forward declaration where actually...
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-21 Rémi Denis-CourmontLoad plugins and configuration as soon as possible
2011-08-16 Rémi Denis-CourmontUse callback and opaque pointer for plugin descriptors
2011-08-16 Rémi Denis-CourmontSplit modules bank stuff from module (non-bank) stuff
2011-08-16 Rémi Denis-CourmontCreate primary module from plug-in descriptor and facto...
2011-08-16 Rémi Denis-CourmontRemove never defined HAVE_DL_DYLD and HAVE_IMAGE_H...
2011-08-15 Rémi Denis-CourmontRemove module_t.b_builtin
2011-08-15 Rémi Denis-CourmontRemove unused module bank parameters
2011-08-15 Rémi Denis-CourmontClean up registration of statically linked modules
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-08-15 Rémi Denis-CourmontRemove module_t.psz_object_name
2011-08-15 Rémi Denis-CourmontUse module_get_object() where appropriate and improve...
2011-08-13 Rémi Denis-CourmontRemove one level of indirection in plugins cache, simplify
2011-08-13 Rémi Denis-CourmontFactor code to add an entry to the plugins cache in...
2011-08-13 Rémi Denis-CourmontDestroy module cache data after loading completes
2011-08-13 Rémi Denis-CourmontHide module_bank
2011-08-13 Rémi Denis-CourmontDo not access the module bank directly from the cache
2011-08-13 Rémi Denis-CourmontPass struct stat pointer when looking up a plugin in...
2011-05-12 Rémi Denis-CourmontLazily resolve plugins during scanning
2011-05-12 Rémi Denis-CourmontSplit Win32 and POSIX dynamic linker backends
2011-05-12 Rémi Denis-CourmontInline module_Call()
2011-05-12 Rémi Denis-CourmontKeep only one cache file loaded at a time
2011-05-12 Rémi Denis-CourmontPlugins cache entries are one time use things
2011-05-12 Rémi Denis-CourmontRationalize --(no-)plugins-cache value handling
2011-05-12 Rémi Denis-CourmontRemove write-only module_bank_t.b_cache_dirty
2011-05-12 Rémi Denis-CourmontUse native types for plugins mtime and size
2011-05-09 Rémi Denis-Courmontvlc_module_create(): remove useless parameter
2011-05-09 Rémi Denis-CourmontRemove module_t.b_submodule
2011-05-02 Rémi Denis-CourmontRemove ugly builtin support
2011-01-11 Rémi Denis-CourmontSupport different prototype for plugin open/close callbacks
2010-12-30 Jean-Baptiste KempfSymbian: modules compilation fix
2010-11-06 Rémi Denis-CourmontPrivatize appropriate module typedefs
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-10-31 Pierre d'HerbemontAllow libvlc client to build statically.
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