]> git.sesse.net Git - vlc/history - src/modules
Add bluray to GuessType()
[vlc] / src / modules /
2015-02-08 Rémi Denis-Courmontmodules: remove plugins count from the plugins cache
2015-02-08 Rémi Denis-Courmontmodules: revector
2015-02-08 Rémi Denis-Courmontmodules: print error if reading the plugins cache fails
2014-11-25 Tobias GüntnerFix typo
2014-10-02 Rémi Denis-Courmontmodules: fix race in module_Map()
2014-01-27 Rémi Denis-Courmontvlc_readdir: remove string duplication, simplify
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-29 Rémi Denis-Courmontsrc: use vlc_strerror_c() for log messages
2013-12-09 Rafaël CarréRename main module to core
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049621)
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049621)
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049623 and #1049622)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-22 Rafaël CarréRemove broken setting of WINAPI_FAMILY_APP
2013-03-25 Rafaël CarréWindows Store App: fix plugins loading
2013-01-28 Rémi Duraffortcache: fix f71b33de
2013-01-27 Rémi Denis-Courmontmodules: do not use non-portable union to store item...
2013-01-19 Rémi Denis-Courmontmodules: restore empty strings in cached choices list
2013-01-19 Rémi Denis-Courmontcache: store whether there is a choices callback or not
2013-01-19 Mario SpeißConfigLoadString loses the last character of strings
2012-12-19 Francois Cartegniemodules: fix module_exists() documentation.
2012-11-17 Rémi Denis-CourmontRefuse to load any module if "none" is requested
2012-10-18 Rémi Denis-CourmontNever load module with zero score implicitly
2012-10-12 Rémi Denis-Courmontmodule_need(): rewrite using module_list_cap()
2012-10-12 Rémi Denis-Courmontmodule_list_cap(): sorts modules for a certain capability
2012-10-12 Rémi Denis-Courmontmodule_get_capability(): never return NULL
2012-10-12 Rémi Denis-CourmontRemove old object aliasing code
2012-09-28 Rémi Denis-Courmontmodules: initialize static modules at the same time...
2012-09-28 Rémi Denis-CourmontFix error handling from module_list_get() (fixes #7500)
2012-09-28 Rémi Denis-CourmontMissing error check
2012-09-15 Rémi Denis-Courmontconfig: add integer list callbacks for config items
2012-08-24 Rémi Denis-Courmontconfig: simplify a bit
2012-08-19 Rémi Denis-CourmontRepack module_config_t
2012-08-19 Rémi Denis-Courmontconfig: improve/fix the callback prototype for config...
2012-08-19 Rémi Denis-Courmontplugin: use separate description command for lists...
2012-08-19 Rémi Denis-CourmontRemove configuration item actions for now
2012-08-19 Rémi Denis-Courmontmodules: always load modules with callbacks for the...
2012-08-14 Rémi Denis-Courmontmodules: simplify storage of choices in cache
2012-08-14 Rémi Denis-Courmontmodules: remove unnecessary checks
2012-04-16 Rémi Denis-CourmontImplement vlc_ngettext() to deal with plurals
2012-04-01 Rémi Denis-CourmontMake the config dirty flag global rather than per item
2012-03-24 Rémi Denis-CourmontSimplify static modules
2012-03-23 Felix Paul Kühnesrc: fixed build when compiling for Apple platforms...
2012-03-23 Felix Paul Kühnesrc: enable Android's static module bank for iOS as...
2012-03-20 Rémi Denis-CourmontInline config_GetDataDir()
2012-03-16 Rémi Denis-CourmontReduce variable scope
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontMove 'struct stat' forward declaration where actually...
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-24 Rémi Denis-CourmontCompute the lib directory dynamically
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
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...
next