]> git.sesse.net Git - vlc/history - src/modules
Add bluray to GuessType()
[vlc] / src / modules /
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
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-03-07 Geoffroy CouprieWin32: fix the path to the plugins cache
2010-03-06 Rémi DuraffortFix use of uninitialized value.
2010-03-05 Geoffroy CouprieWin32: Store the plugins cache in c:\ProgramData\VideoL...
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-03-04 Rémi Denis-CourmontGet rid of PLUGIN_PATH
2010-03-04 Pierre d'Herbemontmodules: Don't look in install directory on the Mac OS.
2010-03-02 Rémi Denis-CourmontInstall and look for plugins in plugins/, not modules...
2010-02-25 Rémi Denis-CourmontRemove error/warnings from module_need()
2010-02-15 Pierre d'Herbemontmodules: Make sure we save all the modules.
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontmodules: remove leading underscores
2010-02-04 Rémi Denis-CourmontFix memory leak and dummy warning
2010-02-01 Rémi Denis-CourmontNo need to create a directory to write the cache anymore
2010-01-30 Rémi Denis-CourmontSave plugins cache into corresponding plugins directory
2010-01-30 Rémi Denis-CourmontAdd some const
2010-01-30 Rémi Denis-CourmontLoad/delete plugins cache from plugins directory
2010-01-30 Rémi Denis-CourmontMore verbose error when failing to load the cache file
2010-01-30 Rémi Denis-CourmontEnable loading "the" cache multiple times
2010-01-30 Rémi Denis-Courmont0 -> NULL
2010-01-28 Pierre YnardBuild fix
2010-01-28 Rémi Denis-CourmontTypo
2010-01-28 Rémi Denis-Courmontmodule_gettext: translate a string in the text domain...
2010-01-28 Rémi Denis-CourmontLoad out-of-tree plugin's text domain
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-CourmontDo not insert a module in the list twice
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-25 Rémi Denis-Courmontplugins must match "lib*_plugin"LIBEXT, not just "...
2010-01-25 Rémi Denis-CourmontSave the plugins cache as early as possible
2010-01-25 Rémi Denis-CourmontConsistency loading -> saving
2010-01-25 Rémi Denis-CourmontUse utf8_unlink
2010-01-25 Rémi Denis-CourmontUseless headers
2010-01-25 Rémi Denis-CourmontModules cache: refactor, no functional changes
2010-01-25 Rémi Denis-CourmontRemove CACHEDIR.tag
2010-01-23 Rémi Denis-CourmontSort configuration items for faster lookup
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-23 Rémi Denis-CourmontUse a global R/W lock for configuration
2010-01-21 Rémi Denis-Courmont0 -> NULL
2010-01-20 Rémi Denis-CourmontSave the fact that an item has a callback, not the...
2010-01-17 Rémi Denis-Courmontmodules bank: use var_Inherit instead of config_Get
next