[vlc-devel] commit: Introduce "vout display" module API to replaced "vout" one. ( Laurent Aimar )
git version control
git at videolan.org
Tue Aug 4 21:15:01 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 3 19:52:34 2009 +0200| [3e30c539c6c88e936f09d23041f606608371bc9f] | committer: Laurent Aimar
Introduce "vout display" module API to replaced "vout" one.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e30c539c6c88e936f09d23041f606608371bc9f
---
include/vlc_vout_display.h | 407 ++++++++++++
include/vlc_vout_wrapper.h | 92 +++
src/Makefile.am | 3 +
src/libvlccore.sym | 14 +
src/video_output/display.c | 1330 ++++++++++++++++++++++++++++++++++++++
src/video_output/display.h | 116 ++++
src/video_output/event.h | 263 ++++++++
src/video_output/video_output.c | 2 +
src/video_output/vout_internal.h | 3 +
9 files changed, 2230 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3e30c539c6c88e936f09d23041f606608371bc9f
More information about the vlc-devel
mailing list