]> git.sesse.net Git - vlc/commit
all: rewrite of mozilla plugin
authorDamien Fouilleul <damienf@videolan.org>
Sun, 27 Aug 2006 16:18:59 +0000 (16:18 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Sun, 27 Aug 2006 16:18:59 +0000 (16:18 +0000)
commita593fa18ef93069b6152cc571561c5ccc053e67b
treed83f78ef615fe7a06f70cc91192d73d67d9e04c5
parentfaef0357a70215aed00dd680b7c430f365f2992f
all: rewrite of mozilla plugin
- added a couple of support APIs in libvlc
- retired XPCOM interface, all scripting now goes through NPObject apis
- new APIs using libvlc (roughly similar to java bindings)
19 files changed:
include/video_output.h
include/vlc/libvlc.h
modules/gui/macosx/voutgl.m
mozilla/Makefile.am
mozilla/control/npolibvlc.cpp [new file with mode: 0755]
mozilla/control/npolibvlc.h [new file with mode: 0755]
mozilla/control/nporuntime.cpp [new file with mode: 0755]
mozilla/control/nporuntime.h [new file with mode: 0755]
mozilla/control/npovlc.cpp [new file with mode: 0755]
mozilla/control/npovlc.h [moved from mozilla/vlcpeer.h with 52% similarity, mode: 0755]
mozilla/vlcintf.idl [deleted file]
mozilla/vlcpeer.cpp [deleted file]
mozilla/vlcplugin.cpp
mozilla/vlcplugin.h
mozilla/vlcruntime.cpp [deleted file]
mozilla/vlcruntime.h [deleted file]
mozilla/vlcshell.cpp
src/control/video.c
src/libvlc.c