]> git.sesse.net Git - vlc/commit
* SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
authorSam Hocevar <sam@videolan.org>
Tue, 20 Mar 2001 21:42:41 +0000 (21:42 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 20 Mar 2001 21:42:41 +0000 (21:42 +0000)
commit81bafafac1fed844afc37f0d4793c9f80e7456f7
tree5cec46e8a1d5e5f075806da8155444ba41736240
parent1e7670680546f36909f2d2bd52740207c92ab82d
   * SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>

   Shane, I removed the static variables from your code because static
   is not thread-safe, and one can imagine having several video output
   windows launched at the same time. Also, I made your feature work
   in windowed mode as well, because people kept asking how to hide the
   mouse pointer.

   Also, if you want to work on the XVideo extension, you are welcome ;
   most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr>
   had offered to work on it, but he seems to be a bit lost, so you may
   want to take over his job.

   As for the "zoom" feature, I suggest you wait until version 4 of the
   video output is done, it'll be easier to do then.

Regards,
AUTHORS
plugins/sdl/vout_sdl.c