# HG changeset patch # User atmosfear # Date 987959006 0 # Node ID 256f3d32a4afc419c9cd03eca5f0de1aae51411f # Parent c2377cd0069f51da66fe4363f6a65789b0ed0b97 Added maintainer info and disclaimer. diff -r c2377cd0069f -r 256f3d32a4af libvo/vo_sdl.c --- a/libvo/vo_sdl.c Sun Apr 22 16:56:20 2001 +0000 +++ b/libvo/vo_sdl.c Sun Apr 22 17:03:26 2001 +0000 @@ -1,10 +1,21 @@ /* * vo_sdl.c * - * (was video_out_sdl.c from OMS project) + * (was video_out_sdl.c from OMS project/mpeg2dec -> http://linuxvideo.org) * * Copyright (C) Ryan C. Gordon - April 22, 2000. * + * Current maintainer for MPlayer project (report bugs to that address): + * Felix Buenemann + * + * This file is a video out driver using the SDL library (http://libsdl.org/), + * to be used with MPlayer, the Linux Multimedia Player project, further info + * from http://mplayer.sourceforge.net. + * + * Current license is not decided yet, but we're heading for GPL. + * + * -- old disclaimer -- + * * A mpeg2dec display driver that does output through the * Simple DirectMedia Layer (SDL) library. This effectively gives us all * sorts of output options: X11, SVGAlib, fbcon, AAlib, GGI. Win32, MacOS @@ -25,7 +36,9 @@ * * You should have received a copy of the GNU General Public License * along with GNU Make; see the file COPYING. If not, write to - * the Free Software Foundation, + * the Free Software Foundation. + * + * -- end old disclaimer -- * * Changes: * Dominik Schnitzer - November 08, 2000. @@ -42,14 +55,14 @@ * - Better error handling * Bruno Barreyra - December 10, 2000. * - Eliminated memcpy's for entire frames - * Felix Buenemann - March 11, 2001 + * Felix Buenemann - March 11, 2001 * - Added aspect-ratio awareness for fullscreen - * Felix Buenemann - March 11, 2001 + * Felix Buenemann - March 11, 2001 * - Fixed aspect-ratio awareness, did only vertical scaling (black bars above * and below), now also does horizontal scaling (black bars left and right), * so you get the biggest possible picture with correct aspect-ratio. * Felix Buenemann - March 12, 2001 - * - Minor bugfix to aspect-ratio vor non-4:3-resolutions (like 1280x1024) + * - Minor bugfix to aspect-ratio for non-4:3-resolutions (like 1280x1024) * - Bugfix to check_events() to reveal mouse cursor after 'q'-quit in * fullscreen-mode * Felix Buenemann - April 10, 2001 @@ -70,7 +83,10 @@ * - added some defines to modify some sdl-out internas (see comments) * * Felix Buenemann: further changes will be visible through cvs log, don't want - * to update this all the time. + * to update this all the time (CVS info on http://mplayer.sourceforge.net) + * + * KNOWN BUGS: + * - Crashes with aalib (not resolved yet) */ /* define if you want to force Xv SDL output? */