]> git.sesse.net Git - vlc/commit
A few new things:
authorPierre Baillet <octplane@videolan.org>
Mon, 21 Aug 2000 09:33:42 +0000 (09:33 +0000)
committerPierre Baillet <octplane@videolan.org>
Mon, 21 Aug 2000 09:33:42 +0000 (09:33 +0000)
commit9ac8c0ec7d1ca8c58e3b90f3e435ca0fe1d57ad2
tree511c84d7831a42481270e979c2693a5ef063982b
parentc45d72198afd1e4eee98a7cbdca90688d1e93511
A few new things:

. The interface part:
. created intf_AssignKey, intf_getKey and intf_AssignNormalKeys
these new function are a first abstraction of the the key handling system. It makes use of a new structure in the interface : p_keys.

. AssignNormalKeys is commonly used in all the interface plugins.
AssignKey is used to allow the SDL interface to react nicely.

. Now the plugin struct element psz_filename is filled (and freed
at the end of the program).

. the SDL plugin:
works but does only display a green screen for now. so don't use it !

. Please try and compile the client on your box with this version.
I've tried a few output plugin but not all.
22 files changed:
Makefile.in
configure
configure.in
include/interface.h
plugins/beos/intf_beos.cpp
plugins/fb/intf_fb.c
plugins/ggi/intf_ggi.c
plugins/glide/intf_glide.c
plugins/gnome/intf_gnome.c
plugins/mga/intf_mga.c
plugins/sdl/intf_sdl.c
plugins/sdl/sdl.c
plugins/sdl/video_yuv.c [new file with mode: 0644]
plugins/sdl/video_yuv.h [new file with mode: 0644]
plugins/sdl/video_yuv_macros.h [new file with mode: 0644]
plugins/sdl/video_yuvall.c [new file with mode: 0644]
plugins/sdl/vout_sdl.c
plugins/x11/intf_x11.c
src/interface/interface.c
src/misc/plugins.c
src/video_decoder/vdec_idctmmx.S
src/video_output/video_yuv.c