[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.21,1.22

Felix Buenemann atmosfear at users.sourceforge.net
Sun Apr 22 19:03:29 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv5507

Modified Files:
	vo_sdl.c 
Log Message:
Added maintainer info and disclaimer.


Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** vo_sdl.c	2001/04/22 10:45:01	1.21
--- vo_sdl.c	2001/04/22 17:03:26	1.22
***************
*** 2,9 ****
   *  vo_sdl.c
   *
!  *  (was video_out_sdl.c from OMS project)
   *
   *  Copyright (C) Ryan C. Gordon <icculus at lokigames.com> - April 22, 2000.
   *
   *  A mpeg2dec display driver that does output through the
   *  Simple DirectMedia Layer (SDL) library. This effectively gives us all
--- 2,20 ----
   *  vo_sdl.c
   *
!  *  (was video_out_sdl.c from OMS project/mpeg2dec -> http://linuxvideo.org)
   *
   *  Copyright (C) Ryan C. Gordon <icculus at lokigames.com> - April 22, 2000.
   *
+  *  Current maintainer for MPlayer project (report bugs to that address):
+  *    Felix Buenemann <atmosfear at users.sourceforge.net>
+  *
+  *  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
***************
*** 26,30 ****
   *  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, 
   *
   *  Changes:
--- 37,43 ----
   *  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.
!  *
!  *  -- end old disclaimer -- 
   *
   *  Changes:
***************
*** 43,54 ****
   *    Bruno Barreyra <barreyra at ufl.edu> - December 10, 2000.
   *    - Eliminated memcpy's for entire frames
!  *    Felix Buenemann <Felix.Buenemann at ePost.de> - March 11, 2001
   *    - Added aspect-ratio awareness for fullscreen
!  *    Felix Buenemann <Felix.Buenemann at gmx.de> - 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 <Atmosfear at users.sourceforge.net> - March 12, 2001
!  *    - Minor bugfix to aspect-ratio vor non-4:3-resolutions (like 1280x1024)
   *    - Bugfix to check_events() to reveal mouse cursor after 'q'-quit in
   *       fullscreen-mode
--- 56,67 ----
   *    Bruno Barreyra <barreyra at ufl.edu> - December 10, 2000.
   *    - Eliminated memcpy's for entire frames
!  *    Felix Buenemann <Atmosfear at users.sourceforge.net> - March 11, 2001
   *    - Added aspect-ratio awareness for fullscreen
!  *    Felix Buenemann <Atmosfear at users.sourceforge.net> - 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 <Atmosfear at users.sourceforge.net> - March 12, 2001
!  *    - 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
***************
*** 71,75 ****
   *
   *    Felix Buenemann: further changes will be visible through cvs log, don't want
!  *     to update this all the time.
   */
  
--- 84,91 ----
   *
   *    Felix Buenemann: further changes will be visible through cvs log, don't want
!  *     to update this all the time (CVS info on http://mplayer.sourceforge.net)
!  *
!  *    KNOWN BUGS:
!  *    - Crashes with aalib (not resolved yet)
   */
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list