[vlc-commits] Rework event handling

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 21 10:15:47 CEST 2015


npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 20 17:30:14 2015 +0100| [18e27e61af543f94191b37ef870cdd5731f72afa] | committer: Hugo Beauzée-Luyssen

Rework event handling

This also adds a few utilities to wrap NPAPI types and use them more
transparently

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=18e27e61af543f94191b37ef870cdd5731f72afa
---

 common/vlc_player.h           |    1 -
 npapi/Makefile.am             |    2 -
 npapi/events.cpp              |  258 -------------------------------
 npapi/events.h                |  107 -------------
 npapi/npruntime/npolibvlc.cpp |   23 +--
 npapi/utils.hpp               |  342 +++++++++++++++++++++++++++++++++++++++++
 npapi/vlcplugin_base.cpp      |  199 ++++++++++++++++++++----
 npapi/vlcplugin_base.h        |   14 +-
 share/test/test.html          |    4 +-
 9 files changed, 528 insertions(+), 422 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commitdiff;h=18e27e61af543f94191b37ef870cdd5731f72afa


More information about the vlc-commits mailing list