]> git.sesse.net Git - vlc/commit
. version 0.2.50 for the Linux Expo
authorSam Hocevar <sam@videolan.org>
Wed, 31 Jan 2001 03:42:39 +0000 (03:42 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 31 Jan 2001 03:42:39 +0000 (03:42 +0000)
commit8628860b53f740daf210d5ae2f3b13182f33cc0c
tree6285b073c439d1fde2c95edcc0bb5a1ffb173248
parent37888f79df95f3a0a7f2810f10bc9722719461b9
 . version 0.2.50 for the Linux Expo
 . --overlay and --fulscreen options (only work with --vout sdl)
 . the vlc exits after the end of the stream, which prevents from having
   to kill it and relaunch it during a presentation, just script it like :

      for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done

 Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
  who redefines vout_sys_t in an interface-related source file. I won't
  change it until the vout/intf is finished being rewritten.

 Additional information: if "--overlay --fulscreen" doesn't center your
  picture, try with your screen geometry, eg:
  "--overlay --fullscreen --width 1024 --height 768"
configure
configure.in
debian/changelog
debian/vlc.1
include/config.h.in
plugins/sdl/intf_sdl.c
plugins/sdl/vout_sdl.c
src/interface/interface.c
src/interface/main.c
vlc.spec