summaryrefslogtreecommitdiffstats
path: root/vidix/cyberblade_vid.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-12 10:44:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-12 10:44:36 +0000
commit84113624b629aae8dbc66f921b71160172d770b5 (patch)
treed438e9d0181370a1012d0390550f61a5b5e50261 /vidix/cyberblade_vid.c
parent57239aeadddaa526909121b21b011db4337f4a76 (diff)
downloadmpv-84113624b629aae8dbc66f921b71160172d770b5.tar.bz2
mpv-84113624b629aae8dbc66f921b71160172d770b5.tar.xz
Remove pointless changelogs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26747 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/cyberblade_vid.c')
-rw-r--r--vidix/cyberblade_vid.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/vidix/cyberblade_vid.c b/vidix/cyberblade_vid.c
index 7f0a8f3eac..a553c5af74 100644
--- a/vidix/cyberblade_vid.c
+++ b/vidix/cyberblade_vid.c
@@ -1,5 +1,8 @@
/*
* 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
*
@@ -21,16 +24,9 @@
*
* 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:
+ */
+
+/* To Do:
* Implement Hue/Saturation controls
* Support / Test multiple frames
* Test colour-key code more extensively