]> git.sesse.net Git - vlc/history - src/modules/cache.c
Revert "deinterlace: add basic support for YUY2 and NV12 (fixes #2206)"
[vlc] / src / modules / cache.c
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
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-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049621)
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049621)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
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-09-15 Rémi Denis-Courmontconfig: add integer list callbacks for config items
2012-08-19 Rémi Denis-CourmontRepack module_config_t
2012-08-19 Rémi Denis-CourmontRemove configuration item actions for now
2012-08-14 Rémi Denis-Courmontmodules: simplify storage of choices in cache
2012-04-01 Rémi Denis-CourmontMake the config dirty flag global rather than per item
2012-03-16 Rémi Denis-CourmontReduce variable scope
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-02 Rémi Denis-CourmontRemove unfunctional add_deprecated_alias()
2011-08-16 Rémi Denis-CourmontMake plugins cache relocatable
2011-08-16 Rémi Denis-CourmontCreate primary module from plug-in descriptor and facto...
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-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-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-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-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-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-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-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-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-04-30 Rémi Denis-CourmontAutomatically save all configuration items
2011-04-05 KO Myung-HunOS/2 uses the same file operations as Win32
2010-10-22 Rémi Denis-CourmontRemove config change callback
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 DuraffortModules: use a dynamic array for the shortcuts (this...
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
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-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 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-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-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-CourmontRemove the old module config lock
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-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-10 Rémi Denis-CourmontMake plugin cache name dependent on CPU capabilities
2010-01-06 Rémi Denis-CourmontRemove unused modules_t.b_reentrant
2009-12-06 Rémi Denis-CourmontUse xmalloc
2009-12-05 JP DingerAdd some more assert()s for unchecked malloc().
2009-11-09 Rémi Denis-CourmontRemove language from plugin cache
2009-08-27 Pierre YnardWinCE: add replacement getpid() function
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-05-14 Pierre Ynardwince: replace getpid by GetCurrentProcessId
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
next