summaryrefslogtreecommitdiffstats
path: root/vidix
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
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')
-rw-r--r--vidix/cyberblade_vid.c16
-rw-r--r--vidix/ivtv_vid.c12
-rw-r--r--vidix/unichrome_vid.c14
3 files changed, 10 insertions, 32 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
diff --git a/vidix/ivtv_vid.c b/vidix/ivtv_vid.c
index 5c4bde9704..35b5b25e2f 100644
--- a/vidix/ivtv_vid.c
+++ b/vidix/ivtv_vid.c
@@ -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>
diff --git a/vidix/unichrome_vid.c b/vidix/unichrome_vid.c
index 4fb9ddaedc..40a95d9bfd 100644
--- a/vidix/unichrome_vid.c
+++ b/vidix/unichrome_vid.c
@@ -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>