summaryrefslogtreecommitdiffstats
path: root/vidix/cyberblade_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/cyberblade_vid.c')
-rw-r--r--vidix/cyberblade_vid.c27
1 files changed, 11 insertions, 16 deletions
diff --git a/vidix/cyberblade_vid.c b/vidix/cyberblade_vid.c
index 7f0a8f3eac..6a0c4231e8 100644
--- a/vidix/cyberblade_vid.c
+++ b/vidix/cyberblade_vid.c
@@ -1,7 +1,12 @@
/*
* VIDIX driver for VIA Cyberblade/i1 chipsets.
+ * Brightness/Contrast controls disabled for the time being - they were
+ * seriously degrading picture quality, especially with TV-Out.
+ *
* 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.
*
@@ -15,22 +20,12 @@
* 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
- *
- * Based on Permedia 3 driver by Måns Rullgård
- * Thanks to Gilles Frattini for bugfixes.
- *
- * Changes:
- * 18/01/03
- * MMIO is no longer used, sidestepping cache issues on EPIA-800
- * TV-Out modes are now better supported - this should be the end
- * of the magenta stripes :)
- * Brightness/Contrast controls disabled for the time being - they were
- * seriously degrading picture quality, especially with TV-Out.
- *
- * To Do:
+ * 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.
+ */
+
+/* To Do:
* Implement Hue/Saturation controls
* Support / Test multiple frames
* Test colour-key code more extensively