[vlc-devel] commit: Move/clean up input event code to its own file. (Laurent Aimar )

git version control git at videolan.org
Sat Nov 22 16:37:59 CET 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Nov 20 21:49:51 2008 +0100| [6d56066a71397f79b4d810e17e1c1cf0c061f7b4] | committer: Laurent Aimar 

Move/clean up input event code to its own file.

There is no functionnal changes except a few missing events added.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d56066a71397f79b4d810e17e1c1cf0c061f7b4
---

 include/vlc_input.h        |    3 +-
 src/Makefile.am            |    2 +
 src/input/control.c        |  149 +++--------------------
 src/input/es_out.c         |  149 ++++++++---------------
 src/input/event.c          |  291 ++++++++++++++++++++++++++++++++++++++++++++
 src/input/event.h          |   71 +++++++++++
 src/input/input.c          |  270 +++++++++++++++++------------------------
 src/input/input_internal.h |   36 ------
 src/input/item.c           |   78 ++++++++++++
 src/input/var.c            |   23 ++--
 src/libvlccore.sym         |    1 +
 11 files changed, 635 insertions(+), 438 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6d56066a71397f79b4d810e17e1c1cf0c061f7b4



More information about the vlc-devel mailing list