]> git.sesse.net Git - vlc/history - src/modules
contrib: vpx: try to set correct target for OSX
[vlc] / src / modules /
2011-10-14 KO Myung-HunImplement plugin support for OS/2
2011-10-10 KO Myung-HunEnable NLS even though VLC is installed on other place...
2011-10-07 Rémi Denis-CourmontFix corner case crash on corrupt plugin with callbacks
2011-10-02 Rémi Denis-CourmontRemove unfunctional add_deprecated_alias()
2011-09-03 Rémi Denis-CourmontUse weak symbol only on ELF targets
2011-08-29 Rafaël CarréSupport static modules using extern NULL-terminated...
2011-08-24 Rémi Denis-CourmontAllow min and max values for string config items
2011-08-21 Rémi Denis-CourmontLoad plugins and configuration as soon as possible
2011-08-18 Rémi Denis-CourmontInitialize the configuration R/W lock statically
2011-08-16 Rémi Denis-CourmontMake plugins cache relocatable
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-CourmontSmall code factorization
2011-08-16 Rémi Denis-CourmontInline DeleteModule() and simplify
2011-08-16 Rémi Denis-CourmontUse vlc_module_destroy() instead of DeleteModule()...
2011-08-16 Rémi Denis-CourmontClean up config_Free()
2011-08-16 Rémi Denis-CourmontCreate primary module from plug-in descriptor and facto...
2011-08-16 Rémi Denis-CourmontDestroy submodules from vlc_module_destroy()
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-CourmontCopy strings from plugin descriptor, remove (D|Und...
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-08-15 Rémi Denis-Courmontvlc_module_(start|stop): constify
2011-08-15 Rémi Denis-CourmontDo not save unloadable flag for submodule
2011-08-15 Rémi Denis-CourmontAlways use (get)text domain from primary module
2011-08-15 Rémi Denis-CourmontDo not store help for submodules in cache
2011-08-15 Rémi Denis-CourmontInitialize submodule explicitly
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-15 Rémi Denis-CourmontAllow NULL module capability
2011-08-13 Rémi Denis-CourmontStore the plugin file name in the cache once rather...
2011-08-13 Rémi Denis-CourmontFix one potential NULL-deref on invalid plugin cache
2011-08-13 Rémi Denis-CourmontBump cache version due to other changes
2011-08-13 Rémi Denis-CourmontSplit (transient) module cache from (persistent) module...
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-08-13 Rémi Denis-CourmontRemove file size from plugin cache
2011-07-07 Rémi Denis-CourmontMove vlc_gettext() with vlc_bindtextdomain()
2011-06-30 Rémi Denis-CourmontFix setting "value" of config hints
2011-06-30 Rémi Denis-CourmontChanging module_config_t breaks plugin cache compatibility
2011-06-30 Rémi Denis-CourmontDon't load/save module_config_t.b_removed
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-05-14 Rémi Denis-CourmontFix loading plugins still depending on unsafe config...
2011-05-12 Rémi Denis-CourmontLazily resolve plugins during scanning
2011-05-12 Rémi Denis-CourmontDo not keep unused plugins loaded after plugin scan
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-11 Rémi Denis-CourmontRemove write-only change_need_restart()
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-09 Rémi Denis-CourmontDo not cache b_submodule
2011-05-09 Rémi Denis-CourmontRemove endianess and type sizes from plugin name
2011-05-09 Rémi Denis-CourmontRemove CPU capability from the plugin cache path
2011-05-09 Rémi Denis-CourmontRemove plugin directory per CPU capability hack
2011-05-02 Rémi Denis-CourmontReset config if module bank works, save config if VLC...
2011-05-02 Rémi Denis-CourmontRemove some leftovers from pre-libtool era
2011-05-02 Rémi Denis-CourmontRemove ugly builtin support
2011-04-30 Rémi Denis-CourmontAutomatically save all configuration items
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2011-02-12 Rémi Denis-CourmontOverride the plugins path with an environment variable...
2011-02-12 Rémi Denis-CourmontSimplify plugin paths tokenization
2011-01-24 Rémi Denis-Courmontbindtextdomain: cleanup and fix error handling
2011-01-24 Rémi Denis-CourmontWin32: fix gettext with non-ASCII installation path
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-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-22 Rémi Denis-CourmontRemove config change callback
2010-10-19 Rémi Duraffortmodules: assert when trying to add more than one deprec...
2010-10-19 Rémi Duraffortmodules: fix type.
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-08-03 Rémi Denis-CourmontGetWindowsError: use FromWide()
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-07-14 Rémi Duraffortmodules: remove an unused define and assert if we try...
2010-07-11 Rémi Denis-CourmontUse 64-bits for integers in plugin descriptors
2010-06-19 Rémi Denis-CourmontAvoid anonymous compound in add_shortcut (fixes: #3742)
2010-06-10 Rémi Duraffortplugins: allow to set more than one shortcut in on...
2010-04-24 Rémi DuraffortFix signess.
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-04-14 Francois Cartegnietypedef va_arg function pointers to avoid compiler...
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
next