Remove pointless changelogs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26747 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-12 10:44:36 +00:00
parent 57239aeadd
commit 84113624b6
3 changed files with 10 additions and 32 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>