[vlc-devel] commit: Extensions: core library ( Jean-Philippe André )
git version control
git at videolan.org
Sun Jan 24 16:09:52 CET 2010
vlc | branch: master | Jean-Philippe André <jpeg at videolan.org> | Tue Nov 10 18:27:09 2009 +0100| [1bbf6f1c45b86b9ba5224f66bc28617784f05e1d] | committer: Jean-Philippe André
Extensions: core library
This contains:
- Extensions manager
- Extensions activation / deactivation functions
- Separate threads for each extension
- Lua specific functions for calling the script
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1bbf6f1c45b86b9ba5224f66bc28617784f05e1d
---
modules/misc/lua/extension.c | 821 +++++++++++++++++++++++++++++++++++
modules/misc/lua/extension.h | 97 ++++
modules/misc/lua/extension_thread.c | 361 +++++++++++++++
3 files changed, 1279 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1bbf6f1c45b86b9ba5224f66bc28617784f05e1d
More information about the vlc-devel
mailing list