[MPlayer-cvslog] r26747 - in trunk/vidix: cyberblade_vid.c ivtv_vid.c unichrome_vid.c

diego subversion at mplayerhq.hu
Mon May 12 12:44:36 CEST 2008


Author: diego
Date: Mon May 12 12:44:36 2008
New Revision: 26747

Log:
Remove pointless changelogs.


Modified:
   trunk/vidix/cyberblade_vid.c
   trunk/vidix/ivtv_vid.c
   trunk/vidix/unichrome_vid.c

Modified: trunk/vidix/cyberblade_vid.c
==============================================================================
--- trunk/vidix/cyberblade_vid.c	(original)
+++ trunk/vidix/cyberblade_vid.c	Mon May 12 12:44:36 2008
@@ -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

Modified: trunk/vidix/ivtv_vid.c
==============================================================================
--- trunk/vidix/ivtv_vid.c	(original)
+++ trunk/vidix/ivtv_vid.c	Mon May 12 12:44:36 2008
@@ -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>

Modified: trunk/vidix/unichrome_vid.c
==============================================================================
--- trunk/vidix/unichrome_vid.c	(original)
+++ trunk/vidix/unichrome_vid.c	Mon May 12 12:44:36 2008
@@ -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 at geexbox.org>
+ * h/w revision detection by Timothy Lee <timothy.lee at 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 at geexbox.org>)
- *   2004-11-08
- *     Added h/w revision detection (Timothy Lee <timothy.lee at siriushk.com>)
  */
 
 #include <errno.h>



More information about the MPlayer-cvslog mailing list