mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
consistency cosmetics: Move some parts of file headers around; typo fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26750 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ceb91ecb55
commit
6ca3474d83
@ -5,6 +5,8 @@
|
||||
*
|
||||
* Copyright (C) 2002 Alastair M. Robinson
|
||||
* http://www.blackfiveservices.co.uk/EPIAVidix.shtml
|
||||
* based on Permedia 3 driver by Måns Rullgård
|
||||
* thanks to Gilles Frattini for bugfixes
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -21,9 +23,6 @@
|
||||
* 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
|
||||
*
|
||||
* Based on Permedia 3 driver by Måns Rullgård
|
||||
* Thanks to Gilles Frattini for bugfixes.
|
||||
*/
|
||||
|
||||
/* To Do:
|
||||
|
28
vidix/dha.c
28
vidix/dha.c
@ -2,6 +2,20 @@
|
||||
* VIDIX Direct Hardware Access (DHA).
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
*
|
||||
* 1996/10/27 - Robin Cutshaw (robin@xfree86.org)
|
||||
* XFree86 3.3.3 implementation
|
||||
* 1999 - Øyvind Aabling.
|
||||
* Modified for GATOS/win/gfxdump.
|
||||
*
|
||||
* 2002 - library implementation by Nick Kurshev
|
||||
* - dhahelper and some changes by Alex Beregszaszi
|
||||
*
|
||||
* supported OSes: SVR4, UnixWare, SCO, Solaris,
|
||||
* FreeBSD, NetBSD, 386BSD, BSDI BSD/386,
|
||||
* Linux, Mach/386, ISC
|
||||
* DOS (WATCOM 9.5 compiler), Win9x (with mapdev.vxd)
|
||||
* original location: www.linuxvideo.org/gatos
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
@ -17,20 +31,6 @@
|
||||
* 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
|
||||
*
|
||||
* 1996/10/27 - Robin Cutshaw (robin@xfree86.org)
|
||||
* XFree86 3.3.3 implementation
|
||||
* 1999 - Øyvind Aabling.
|
||||
* Modified for GATOS/win/gfxdump.
|
||||
*
|
||||
* 2002 - library implementation by Nick Kurshev
|
||||
* - dhahelper and some changes by Alex Beregszaszi
|
||||
*
|
||||
* Supported O/S's: SVR4, UnixWare, SCO, Solaris,
|
||||
* FreeBSD, NetBSD, 386BSD, BSDI BSD/386,
|
||||
* Linux, Mach/386, ISC
|
||||
* DOS (WATCOM 9.5 compiler), Win9x (with mapdev.vxd)
|
||||
* Original location: www.linuxvideo.org/gatos
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
28
vidix/dha.h
28
vidix/dha.h
@ -2,6 +2,20 @@
|
||||
* VIDIX Direct Hardware Access (DHA).
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
*
|
||||
* 1996/10/27 - Robin Cutshaw (robin@xfree86.org)
|
||||
* XFree86 3.3.3 implementation
|
||||
* 1999 - Øyvind Aabling.
|
||||
* Modified for GATOS/win/gfxdump.
|
||||
*
|
||||
* 2002 - library implementation by Nick Kurshev
|
||||
* - dhahelper and some changes by Alex Beregszaszi
|
||||
*
|
||||
* supported OSes: SVR4, UnixWare, SCO, Solaris,
|
||||
* FreeBSD, NetBSD, 386BSD, BSDI BSD/386,
|
||||
* Linux, Mach/386, ISC
|
||||
* DOS (WATCOM 9.5 compiler), Win9x (with mapdev.vxd)
|
||||
* original location: www.linuxvideo.org/gatos
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
* MPlayer is free software; you can redistribute it and/or modify
|
||||
@ -17,20 +31,6 @@
|
||||
* 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
|
||||
*
|
||||
* 1996/10/27 - Robin Cutshaw (robin@xfree86.org)
|
||||
* XFree86 3.3.3 implementation
|
||||
* 1999 - Øyvind Aabling.
|
||||
* Modified for GATOS/win/gfxdump.
|
||||
*
|
||||
* 2002 - library implementation by Nick Kurshev
|
||||
* - dhahelper and some changes by Alex Beregszaszi
|
||||
*
|
||||
* Supported O/S's: SVR4, UnixWare, SCO, Solaris,
|
||||
* FreeBSD, NetBSD, 386BSD, BSDI BSD/386,
|
||||
* Linux, Mach/386, ISC
|
||||
* DOS (WATCOM 9.5 compiler), Win9x (with mapdev.vxd)
|
||||
* Original location: www.linuxvideo.org/gatos
|
||||
*/
|
||||
|
||||
#ifndef MPLAYER_DHA_H
|
||||
|
@ -1,5 +1,9 @@
|
||||
/*
|
||||
* VIDIX FourCC.
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
@ -17,9 +21,6 @@
|
||||
* 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
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*/
|
||||
|
||||
#ifndef MPLAYER_FOURCC_H
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* VIDIX driver for ATI Mach64 and 3DRage chipsets.
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
* This file is based on sources from
|
||||
* radeonfb, GATOS (gatos.sf.net) and X11 (www.xfree86.org)
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -17,9 +20,6 @@
|
||||
* 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
|
||||
*
|
||||
* This file is based on sources from
|
||||
* radeonfb, GATOS (gatos.sf.net) and X11 (www.xfree86.org)
|
||||
*/
|
||||
|
||||
#ifndef MPLAYER_MACH64_H
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* VIDIX driver for ATI Mach64 and 3DRage chipsets.
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
* This file is based on sources from
|
||||
* GATOS (gatos.sf.net) and X11 (www.xfree86.org)
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -17,9 +20,6 @@
|
||||
* 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
|
||||
*
|
||||
* This file is based on sources from
|
||||
* GATOS (gatos.sf.net) and X11 (www.xfree86.org)
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -1,6 +1,12 @@
|
||||
/*
|
||||
* VIDIX driver for Matrox chipsets.
|
||||
*
|
||||
* Copyright (C) 2002 Alex Beregszaszi
|
||||
* Original sources from Aaron Holtzman (C) 1999.
|
||||
* module skeleton based on gutted agpgart module by Jeff Hartmann
|
||||
* <slicer@ionet.net>
|
||||
* YUY2 support and double buffering added by A'rpi/ESP-team
|
||||
* brightness/contrast support by Nick Kurshev/Dariush Pietrzak (eyck)
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -17,15 +23,9 @@
|
||||
* 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
|
||||
*
|
||||
* Original sources from Aaron Holtzman (C) 1999.
|
||||
* Module skeleton based on gutted agpgart module by Jeff Hartmann
|
||||
* <slicer@ionet.net>
|
||||
* YUY2 support added by A'rpi/ESP-team
|
||||
double buffering added by A'rpi/ESP-team
|
||||
* Brightness/contrast support by Nick Kurshev/Dariush Pietrzak (eyck)
|
||||
*
|
||||
* TODO:
|
||||
*/
|
||||
|
||||
/* TODO:
|
||||
* - fix memory size detection (current reading pci userconfig isn't
|
||||
* working as requested - returns the max avail. ram on arch?)
|
||||
* - translate all non-english comments to english
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* VIDIX driver for nVidia chipsets.
|
||||
*
|
||||
* Copyright (C) 2003-2004 Sascha Sommer
|
||||
* This file is based on sources from RIVATV (rivatv.sf.net)
|
||||
* Multi buffer support and TNT2 fixes by Dmitry Baryshkov.
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -17,9 +20,6 @@
|
||||
* 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
|
||||
*
|
||||
* This file is based on sources from RIVATV (rivatv.sf.net)
|
||||
* Multi buffer support and TNT2 fixes by Dmitry Baryshkov.
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -1,5 +1,9 @@
|
||||
/*
|
||||
* VIDIX driver for ATI Rage128 and Radeon chipsets.
|
||||
*
|
||||
* This file is based on radeonfb, X11, GATOS sources
|
||||
* and partly compatible with Rage128 set (in OV0, CAP0, CAP1 parts)
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
@ -17,9 +21,6 @@
|
||||
* 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
|
||||
*
|
||||
* This file is based on radeonfb, X11, GATOS sources
|
||||
* and partly compatible with Rage128 set (in OV0, CAP0, CAP1 parts)
|
||||
*/
|
||||
|
||||
#ifndef MPLAYER_RADEON_H
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* VIDIX driver for S3 chipsets.
|
||||
*
|
||||
* Copyright (C) 2004 Reza Jelveh
|
||||
* Thanks to Alex Deucher for Support
|
||||
* Trio/Virge support by Michael Kostylev
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -17,11 +20,6 @@
|
||||
* 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
|
||||
*
|
||||
* Thanks to Alex Deucher for Support
|
||||
*
|
||||
* Trio/Virge support by Michael Kostylev
|
||||
*
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -1,7 +1,10 @@
|
||||
/*
|
||||
* VIDIX driver for SiS chipsets.
|
||||
* Video bridge detection for SiS 300 and 310/325 series.
|
||||
*
|
||||
* Copyright (C) 2003 Jake Page, Sugar Media.
|
||||
* Based on SiS Xv driver
|
||||
* Copyright 2002-2003 by Thomas Winischhofer, Vienna, Austria.
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -18,9 +21,6 @@
|
||||
* 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
|
||||
*
|
||||
* Based on SiS Xv driver
|
||||
* Copyright 2002-2003 by Thomas Winischhofer, Vienna, Austria.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* SiS graphics misc definitions
|
||||
* SiS graphics misc definitions
|
||||
*
|
||||
* Taken from SiS Xv driver:
|
||||
* Copyright (C) 2002-2003 by Thomas Winischhofer, Vienna, Austria
|
||||
* Taken from SiS Xv driver:
|
||||
* Copyright (C) 2002-2003 by Thomas Winischhofer, Vienna, Austria
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* SiS register definitions and access macros
|
||||
* From SiS X11 driver
|
||||
* SiS register definitions and access macros
|
||||
* From SiS X11 driver
|
||||
*
|
||||
* Copyright (C) 2001-2003 by Thomas Winischhofer, Vienna, Austria
|
||||
* Copyright (C) 2001-2003 by Thomas Winischhofer, Vienna, Austria
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/*
|
||||
* VIDIX driver for SiS chipsets.
|
||||
* Based on SiS Xv driver
|
||||
*
|
||||
* Copyright (C) 2003 Jake Page, Sugar Media.
|
||||
* Copyright 2002-2003 by Thomas Winischhofer, Vienna, Austria.
|
||||
* 2003/10/08 integrated into mplayer/vidix architecture -- Alex Beregszaszi
|
||||
*
|
||||
* This file is part of MPlayer.
|
||||
*
|
||||
@ -17,10 +21,6 @@
|
||||
* 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
|
||||
*
|
||||
* Based on SiS Xv driver
|
||||
* Copyright 2002-2003 by Thomas Winischhofer, Vienna, Austria.
|
||||
* 2003/10/08 integrated into mplayer/vidix architecture -- Alex Beregszaszi
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -1,5 +1,18 @@
|
||||
/*
|
||||
* VIDIX - VIDeo Interface for *niX.
|
||||
*
|
||||
* This interface is introduced as universal one to MPEG decoder,
|
||||
* Back End Scaler (BES) and YUV2RGB hw accelerators.
|
||||
*
|
||||
* In the future it may be expanded up to capturing and audio things.
|
||||
* Main goal of this this interface imlpementation is providing DGA
|
||||
* everywhere where it's possible (unlike X11 and other).
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and my personal ideas.
|
||||
*
|
||||
* NOTE: This interface is introduced as driver interface.
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
* Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
|
||||
*
|
||||
@ -18,18 +31,6 @@
|
||||
* 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
|
||||
*
|
||||
* This interface is introduced as universal one to MPEG decoder,
|
||||
* Back End Scaler (BES) and YUV2RGB hw accelerators.
|
||||
*
|
||||
* In the future it may be expanded up to capturing and audio things.
|
||||
* Main goal of this this interface imlpementation is providing DGA
|
||||
* everywhere where it's possible (unlike X11 and other).
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*
|
||||
* NOTE: This interface is introduces as driver interface.
|
||||
*/
|
||||
|
||||
#ifndef MPLAYER_VIDIX_H
|
||||
|
@ -1,5 +1,18 @@
|
||||
/*
|
||||
* VIDIX - VIDeo Interface for *niX.
|
||||
*
|
||||
* This interface is introduced as universal one to MPEG decoder,
|
||||
* Back End Scaler (BES) and YUV2RGB hw accelerators.
|
||||
*
|
||||
* In the future it may be expanded up to capturing and audio things.
|
||||
* Main goal of this this interface imlpementation is providing DGA
|
||||
* everywhere where it's possible (unlike X11 and other).
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*
|
||||
* NOTE: This interface is introduced as driver interface.
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
* Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
|
||||
*
|
||||
@ -18,18 +31,6 @@
|
||||
* 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
|
||||
*
|
||||
* This interface is introduced as universal one to MPEG decoder,
|
||||
* Back End Scaler (BES) and YUV2RGB hw accelerators.
|
||||
*
|
||||
* In the future it may be expanded up to capturing and audio things.
|
||||
* Main goal of this this interface imlpementation is providing DGA
|
||||
* everywhere where it's possible (unlike X11 and other).
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*
|
||||
* NOTE: This interface is introduces as driver interface.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,18 @@
|
||||
/*
|
||||
* VIDIX - VIDeo Interface for *niX.
|
||||
*
|
||||
* This interface is introduced as universal one to MPEG decoder,
|
||||
* Back End Scaler (BES) and YUV2RGB hw accelerators.
|
||||
*
|
||||
* In the future it may be expanded up to capturing and audio things.
|
||||
* Main goal of this this interface imlpementation is providing DGA
|
||||
* everywhere where it's possible (unlike X11 and other).
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*
|
||||
* NOTE: This interface is introduced as driver interface.
|
||||
*
|
||||
* Copyright (C) 2002 Nick Kurshev
|
||||
* Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
|
||||
*
|
||||
@ -18,18 +31,6 @@
|
||||
* 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
|
||||
*
|
||||
* This interface is introduced as universal one to MPEG decoder,
|
||||
* Back End Scaler (BES) and YUV2RGB hw accelerators.
|
||||
*
|
||||
* In the future it may be expanded up to capturing and audio things.
|
||||
* Main goal of this this interface imlpementation is providing DGA
|
||||
* everywhere where it's possible (unlike X11 and other).
|
||||
*
|
||||
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
|
||||
* and personally my ideas.
|
||||
*
|
||||
* NOTE: This interface is introduces as driver interface.
|
||||
*/
|
||||
|
||||
#ifndef MPLAYER_VIDIXLIB_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user