changeset 26715:9feba3abc178

Remove pointless changelogs.
author diego
date Mon, 12 May 2008 10:44:36 +0000
parents 81710a8c1cf6
children 1a2d36e7fc3d
files vidix/cyberblade_vid.c vidix/ivtv_vid.c vidix/unichrome_vid.c
diffstat 3 files changed, 10 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/cyberblade_vid.c	Mon May 12 09:05:16 2008 +0000
+++ b/vidix/cyberblade_vid.c	Mon May 12 10:44:36 2008 +0000
@@ -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
--- a/vidix/ivtv_vid.c	Mon May 12 09:05:16 2008 +0000
+++ b/vidix/ivtv_vid.c	Mon May 12 10:44:36 2008 +0000
@@ -18,18 +18,6 @@
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-    09.05.2007 Lutz Koschorreck
-    First version: Tested with ivtv-0.10.1, xine-ui-0.99.5, xine-lib-1.1.6
-    20.05.2007 Lutz Koschorreck
-    Some Scaling and zooming problems fixed. By default the vidix driver now 
-    controlls the setting of alphablending. So there is no need to use
-    ivtvfbctl anymore. To disable this feature set the following environment
-    variable:VIDIXIVTVALPHA=disable. Special thanx to Ian Armstrong.
-    23.07.2007 Lutz Koschorreck
-    Support for 2.6.22 kernel added. PCI scan added.
-    07.10.2007 Lutz Koschorreck
-    Restore old alpha value correctly. Fix capability struct values. 
 **/
 
 #include <errno.h>
--- a/vidix/unichrome_vid.c	Mon May 12 09:05:16 2008 +0000
+++ b/vidix/unichrome_vid.c	Mon May 12 10:44:36 2008 +0000
@@ -1,6 +1,10 @@
 /*
  * VIDIX driver for VIA CLE266/Unichrome chipsets.
+ *
  * Copyright (C) 2004 Timothy Lee
+ * Thanks to Gilles Frattini for bugfixes
+ * Doxygen documentation by Benjamin Zores <ben@geexbox.org>
+ * h/w revision detection by Timothy Lee <timothy.lee@siriushk.com>
  *
  * This file is part of MPlayer.
  *
@@ -17,16 +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
- *
- * Thanks to Gilles Frattini for bugfixes
- * 
- * Changes:
- *   2004-03-10
- *     Initial version
- *   2004-10-09
- *     Added Doxygen documentation (Benjamin Zores <ben@geexbox.org>)
- *   2004-11-08
- *     Added h/w revision detection (Timothy Lee <timothy.lee@siriushk.com>)
  */
 
 #include <errno.h>