Mercurial > mplayer.hg
changeset 26003:a506a6ab14e1
Add standard license header and make copyright notices consistent.
author | diego |
---|---|
date | Tue, 19 Feb 2008 23:27:23 +0000 |
parents | b225be4ade8a |
children | ffe773647288 |
files | drivers/3dfx.h drivers/generic_math.h drivers/mga_vid.c drivers/mga_vid.h drivers/mga_vid_test.c drivers/radeon.h drivers/radeon_vid.c drivers/radeon_vid.h drivers/tdfx_vid.c drivers/tdfx_vid.h drivers/tdfx_vid_test.c |
diffstat | 11 files changed, 206 insertions(+), 79 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/3dfx.h Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/3dfx.h Tue Feb 19 23:27:23 2008 +0000 @@ -1,23 +1,22 @@ -/* - * 3dfx.h +/* + * Copyright (C) Colin Cross Apr 2000 + * changed by zsteva Aug/Sep 2001, see vo_3dfx.c * - * changed by zsteva Aug/Sep 2001, see vo_3dfx.c + * This file is part of MPlayer. * - * Copyright (C) Colin Cross Apr 2000 - * - * mpeg2dec is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * mpeg2dec is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with mpeg2dec; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MPLAYER_3DFX_H
--- a/drivers/generic_math.h Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/generic_math.h Tue Feb 19 23:27:23 2008 +0000 @@ -1,9 +1,23 @@ /* - generic implementation of sin(x) and cos(x) functions. - Specially for Linux. - Licence: GPL - Copyright (C) 2002 Nick Kurshev -*/ + * generic implementation of sin(x) and cos(x) functions specially for Linux + * Copyright (C) 2002 Nick Kurshev + * + * This file is part of MPlayer. + * + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef GENERIC_MATH_H #define GENERIC_MATH_H
--- a/drivers/mga_vid.c Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/mga_vid.c Tue Feb 19 23:27:23 2008 +0000 @@ -1,10 +1,5 @@ //#define CRTC2 -// YUY2 support (see config.format) added by A'rpi/ESP-team -// double buffering added by A'rpi/ESP-team -// brightness/contrast introduced by eyck -// multiple card support by Attila Kinali <attila@kinali.ch> - // Set this value, if autodetection fails! (video ram size in megabytes) // #define MGA_MEMORY_SIZE 16 @@ -13,20 +8,33 @@ #define MGA_VSYNC_POS 2 /* - * - * mga_vid.c + * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 + * BES == Back End Scaler * * Copyright (C) 1999 Aaron Holtzman - * - * Module skeleton based on gutted agpgart module by Jeff Hartmann - * <slicer@ionet.net> + * + * Module skeleton based on gutted agpgart module by + * Jeff Hartmann <slicer@ionet.net> + * YUY2 support (see config.format) added by A'rpi/ESP-team + * double buffering added by A'rpi/ESP-team + * brightness/contrast introduced by eyck + * multiple card support by Attila Kinali <attila@kinali.ch> + * + * This file is part of MPlayer. * - * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 - * - * BES == Back End Scaler - * - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ //It's entirely possible this major conflicts with something else
--- a/drivers/mga_vid.h Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/mga_vid.h Tue Feb 19 23:27:23 2008 +0000 @@ -1,15 +1,24 @@ /* - * - * mga_vid.h + * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 + * BES == Back End Scaler * * Copyright (C) 1999 Aaron Holtzman - * - * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0 - * - * BES == Back End Scaler - * - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. + * + * This file is part of MPlayer. + * + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MGA_VID_H
--- a/drivers/mga_vid_test.c Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/mga_vid_test.c Tue Feb 19 23:27:23 2008 +0000 @@ -1,12 +1,21 @@ /* + * Copyright (C) 1999 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * - * mga_vid_test.c + * This file is part of MPlayer. * - * Aaron Holtzman <aholtzma@ess.engr.uvic.ca> - * Sept 1999 + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ //#include <stddef.h>
--- a/drivers/radeon.h Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/radeon.h Tue Feb 19 23:27:23 2008 +0000 @@ -1,12 +1,24 @@ /* - * radeon.h - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. + * This collection of definitions was written by Nick Kurshev. + * It is based on radeonfb, X11 and GATOS sources and is partly + * compatible with Rage128 set (in OV0, CAP0, CAP1 parts). + * + * This file is part of MPlayer. * - * This collection of definition was written by Nick Kurshev - * It's based on radeonfb, X11, GATOS sources - * and partly compatible with Rage128 set (in OV0, CAP0, CAP1 parts) -*/ + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef RADEON_H #define RADEON_H
--- a/drivers/radeon_vid.c Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/radeon_vid.c Tue Feb 19 23:27:23 2008 +0000 @@ -1,20 +1,29 @@ /* - * - * radeon_vid.c + * BES YUV video overlay driver for Radeon/Rage128Pro/Rage128 cards * * Copyright (C) 2001 Nick Kurshev - * - * BES YUV video overlay driver for Radeon/Rage128Pro/Rage128 cards - * - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. * - * This file is partly based on mga_vid and sis_vid stuff from - * mplayer's package. - * Also here was used code from CVS of GATOS project and X11 trees. + * This file is partly based on mga_vid and sis_vid from MPlayer. + * Code from CVS of GATOS project and X11 trees was also used. * * SPECIAL THANKS TO: Hans-Peter Raschke for active testing and hacking * Rage128(pro) stuff of this driver. + * + * This file is part of MPlayer. + * + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #define RADEON_VID_VERSION "1.2.1"
--- a/drivers/radeon_vid.h Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/radeon_vid.h Tue Feb 19 23:27:23 2008 +0000 @@ -1,16 +1,25 @@ /* - * - * radeon_vid.h + * BES YUV Framebuffer driver for Radeon cards * * Copyright (C) 2001 Nick Kurshev - * - * BES YUV Framebuffer driver for Radeon cards - * - * This software has been released under the terms of the GNU Public - * license. See http://www.gnu.org/copyleft/gpl.html for details. + * + * This file is partly based on mga_vid and sis_vid from MPlayer. + * + * This file is part of MPlayer. * - * This file is partly based on mga_vid and sis_vid stuff from - * mplayer's package. + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef RADEON_VID_H
--- a/drivers/tdfx_vid.c Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/tdfx_vid.c Tue Feb 19 23:27:23 2008 +0000 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003 Alban Bedel + * + * This file is part of MPlayer. + * + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #include <linux/config.h> #include <linux/version.h>
--- a/drivers/tdfx_vid.h Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/tdfx_vid.h Tue Feb 19 23:27:23 2008 +0000 @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2003 Alban Bedel + * + * This file is part of MPlayer. + * + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef TDFX_VID_H #define TDFX_VID_H
--- a/drivers/tdfx_vid_test.c Tue Feb 19 22:52:28 2008 +0000 +++ b/drivers/tdfx_vid_test.c Tue Feb 19 23:27:23 2008 +0000 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003 Alban Bedel + * + * This file is part of MPlayer. + * + * MPlayer is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * MPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with MPlayer; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ #include <stdlib.h> #include <stdio.h>