]> git.sesse.net Git - vlc/commit
* include/*,src/*: New plugins cache feature for faster load times.
authorGildas Bazin <gbazin@videolan.org>
Sat, 29 May 2004 21:41:57 +0000 (21:41 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 29 May 2004 21:41:57 +0000 (21:41 +0000)
commite7abe37c63aa0c4bf1a8d462a8666fd5c91f439a
tree1a66778b447d926f99b881fc8168d822fed1902c
parentcda630441a2edf82ebedc0148b98ba83ab05293d
* include/*,src/*: New plugins cache feature for faster load times.
   This is still experimental so isn't enabled by default (use --plugins-cache).
   There are also a few issues that aren't dealt with yet:
     - translation of module strings.
     - config options callbacks and actions.
     - a few memory leaks.
     - and likely other things ;)
   You can easily reset the plugins cache with --reset-plugins-cache.
include/modules.h
include/vlc_common.h
include/vlc_config.h
src/libvlc.c
src/libvlc.h
src/misc/configuration.c
src/misc/modules.c