summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* Add VIDEOMEMORY_SIZE define to allow to easily change it.reimar2006-10-291-3/+4
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-1/+1
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.diego2006-10-191-1/+1
* move video memory info printf before the WIN32 workaroundfaust32006-09-231-1/+2
* cosmetics: Reorder some rules.diego2006-08-241-11/+10
* Adapt .so pattern rule for more than one object file.diego2006-08-241-2/+1
* Redundancy removal part IV: Create pattern rules for .o and .so creation.diego2006-08-241-31/+4
* sis_vid.so should be created from more than one object.diego2006-08-241-1/+1
* Remove nonsens comment.diego2006-08-241-1/+0
* Redundancy removal part III: Unify LDFLAGS handling some more.diego2006-08-241-22/+10
* Redundancy removal part II: Remove useless variable indirection.diego2006-08-241-59/+25
* Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.diego2006-08-231-34/+25
* The way to ignore failing commands in Makefiles is to prepend a -.diego2006-08-231-1/+1
* Simplify compilation commands with $< and $@.diego2006-08-231-11/+11
* Remove useless define from MACH64 CFLAGS.diego2006-08-231-1/+1
* Remove reference to long-gone genfb driver.diego2006-08-231-7/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-11/+11
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-132-2/+2
* little rephrasing and corrected reference to main->trunkreynaldo2006-07-131-1/+1
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-134-14/+14
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+0
* Remove now obsolete .cvsignore files.diego2006-06-022-2/+0
* Remove unnecessary le2me_32 macros.diego2006-04-271-2/+2
* Don't call make from shell constructs it prevent properalbeu2006-03-261-9/+9
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at hotmail....faust32006-02-091-5/+17
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-096-29/+29
* Make clean/distclean behave uniformly in all directories.diego2006-01-272-4/+4
* Update licensing information: The FSF changed postal address.diego2006-01-138-8/+8
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* support for Radeon 9550diego2006-01-081-0/+2
* use $(INSTALLSTRIP) consistentlyrathann2006-01-031-1/+1
* fix setting colorkey in vidix mga_vidods152005-12-261-0/+1
* it looks like width needs to be a multiple of 64 for newer cardsfaust32005-11-091-1/+1
* mach64_mmio size fix from vidix.sf.net, possible bugfix for #59faust32005-10-201-2/+2
* sync amd64 fixes from vidix.sf.netfaust32005-10-201-4/+4
* support for GeForce FX Go5200 (newer Apple PowerBooks)diego2005-09-061-0/+1
* Only older card version seem to make problems with y < 8 in text mode.reimar2005-09-061-1/+1
* equalizer fixes: changing one attribute reset the others,reimar2005-09-041-16/+24
* equalizer supportreimar2005-09-031-2/+44
* 64 bit fix: do not cast pointers to uint32_treimar2005-09-031-5/+5
* vidix support for nVidix FX Go 5700reimar2005-09-031-1/+2
* initial endianess fixesfaust32005-09-031-16/+4
* simplificationfaust32005-09-031-25/+4
* fix window position adjustmentfaust32005-09-031-1/+5
* radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>faust32005-07-051-0/+2
* Some people confuse vidix with kernel drivers, so let's add a note about itattila2005-06-161-0/+3
* override memory size detection bug on rage 128 RL/VRaurel2005-04-101-0/+1
* add support for one more radeon 9200 model (the one included in the Mac Mini)aurel2005-04-101-0/+2
* missing #includerathann2005-03-011-0/+1
* 10l, pointers aren't always 32bitfaust32005-01-041-5/+5
* 10l, patch by Martin Braun <braun12@gmx.de>faust32004-12-271-0/+3
* 1l misplaced variable declarationrtognimp2004-12-221-2/+1
* experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>faust32004-12-213-1/+1788
* Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at f...faust32004-12-201-0/+2
* h/w revision detection patch by Timothy Lee <timothy.lee@siriushk.com>faust32004-11-081-1/+31
* make uninstall was leaving vidix, dha, and libmpdvdkit librarieswight2004-10-201-0/+3
* Added new PCI IDS, patch by Benjamin Zores <ben@tutuxclan.org>faust32004-10-171-1/+6
* I420 support patch by Benjamin Zores <ben@tutuxclan.org>faust32004-10-171-0/+2
* CLE266 Vidix driver initial patch by Timothy Lee <timothy@siriushk.com>, doxy...faust32004-10-103-1/+1593
* fix Cyberblade VidiX driver TVOUT patch by Benjamin Zores <ben@tutuxclan.org>faust32004-10-101-4/+1
* correct scaling when the screen resolution is smaller than the flat panel res...faust32004-10-091-1/+20
* add a comment to the Xorg workaroundfaust32004-09-151-0/+1
* workaround for Xorg-6.8 not saving the surface registers on bigendianfaust32004-09-141-0/+31
* fix for i420 format, initial patch by Aurelien Jacobs <aurel at gnuage.org> f...faust32004-09-021-2/+9
* fix missing includesrathann2004-08-282-1/+2
* Rough but working bigendian support for radeon cards, patch by Luca Barbato <...faust32004-08-271-3/+30
* string handling security fixesdiego2004-06-251-4/+4
* green stripe fix by Jan Kanty Palus <atler@o2.pl>alex2004-06-251-0/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-1/+1
* Fix Cygwin compilation, patch by Sascha Sommer.diego2004-05-311-2/+2
* segfault fix by Jarrod Johnson <jbj-zl@ura.dnsalias.org>diego2004-05-131-1/+5
* correct model numberdiego2004-05-121-2/+2
* Add support for a few more Radeons, patch by Nyk Tarr.diego2004-05-091-0/+6
* support for a few more radeons patch by Reza Jelveh <reza.jelveh at tu-harbur...faust32004-04-301-0/+6
* support for ATI fireglxalex2004-04-261-0/+44
* temporary workaround to make it work on windowsfaust32004-03-261-0/+3
* support for Radeon 9200 based video boards patch by Benjamin Zores <ben at tu...faust32004-03-261-0/+18
* Mobility Radeon 9600/9700 supportfaust32004-03-231-1/+5
* 1000lfaust32004-02-011-15/+2
* a few more nvidia cards (only tested card is GeForceFX 5200)faust32004-01-301-0/+23
* Fix "panning" displaylumag2004-01-121-12/+35
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-247-7/+7
* Makes radeon_vid work with the Radeon 9600 Pro card.wight2003-12-191-0/+3
* message made similar to other vidix drivers' (and only print if -v)gabucino2003-11-151-1/+1
* patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>attila2003-11-031-1/+7
* cvidix geometry support in textmodefaust32003-10-221-1/+1
* handle sis_vid the same way as the other driversfaust32003-10-221-1/+1
* -nocolorkey supportalex2003-10-221-5/+14
* update overlay only if it is configuredfaust32003-10-211-1/+1
* fixed colorkey enabling/disablingfaust32003-10-171-3/+3
* double buffering fix for cards > NV04 && windows colorkeying fixfaust32003-10-171-9/+18
* support for disabling the colorkeyalex2003-10-171-3/+11
* Fix colorkey for xvidix, tested on Riva128 4MB X@15/16/24bpp (aka 15/15/32 in...atmos42003-10-141-6/+7
* the yv12 image looked more like a yuy2 image ;)faust32003-10-121-19/+25
* fixed the mysterious segfaults on faster machinesfaust32003-10-121-63/+37
* added a few more device idsfaust32003-10-101-7/+40
* bsd supportalex2003-10-091-1/+0
* SiS 650/651/740/etc driver by Jake Page <jake@CS.Stanford.EDU>alex2003-10-075-1/+2919
* many small typo and grammar fixesgabucino2003-10-042-3/+3
* workaround for mingwfaust32003-10-021-0/+4
* Windows portfaust32003-10-021-0/+14
* make it work in textmode again && support for nv03 with 4MB RAMfaust32003-10-021-35/+44
* Sometimes (especially with big images) reading pitch 0 from card's registerlumag2003-10-011-1/+9
* according to xfree cvs maximum overlay size is only 2046x2046atmos42003-09-281-2/+2
* experimental nvidia_vid, use at your own riskfaust32003-09-272-0/+824
* radeon mobility u1 supportalex2003-06-241-0/+2
* i420 fixed, needs some testingalex2003-04-091-9/+10
* fix i420 handling, bug found by rgselk at IRC <rgselknospam@yahoo.com>alex2003-04-081-4/+4
* Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)ranma2003-03-315-0/+25
* use gcc instead ld. Patch by prj@po.cwru.edu (Paul Jarc)alex2003-03-211-9/+9
* fixed chroma pitcharpi2003-03-151-1/+1
* vidix rage128 ecp_div patch by (Magnus Damm <damm at opensource dot se>)michael2003-03-071-0/+8
* The patch enables the fix for rage128_vid as well as radeon_vid, and looks fo...arpi2003-02-031-0/+9
* hack to get rage128 working on ppc-g3alex2003-01-201-4/+29
* Updated to v0.1.4 by Alastair Robinson <blackfive@fakenhamweb.co.uk>alex2003-01-192-95/+110
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-152-8/+8
* M6 bug workaround by Hanno Bock <hanno@gmx.de>alex2003-01-131-0/+10
* patch which removes the rage_ckey_model fix and updatesarpi2003-01-101-52/+64
* Set is_shift_required according to RadeonFamilyarpi2003-01-091-15/+14
* Fix support for Radeon 9000arpi2003-01-091-3/+3
* Reduce flickering on window movement (from Christophe Badina)arpi2003-01-091-0/+4
* Fix radeon 7500 and 8500 15- and 16-bit colour keyarpi2003-01-091-0/+17
* Update card (chip family) detection (from mplayerxp)arpi2003-01-091-14/+68
* Update radeon pci idsarpi2003-01-091-24/+24
* MOBILITY_M63 (aka M6 LY) doesn't needs the rage ckey fix too - notified by Jo...alex2003-01-041-1/+1
* Radeon QW uses the normal Radeon colorkey mode - fix by Christophe Badina <ch...alex2003-01-041-1/+1
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-2/+2
* fixed a 10l, some cosmetics, and initial ppc (bigendian) supportalex2002-12-251-9/+19
* Radeon 9000 support by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>alex2002-12-251-4/+6
* correctly save and restore colorkey settings (based on patch by Svante Signel...alex2002-12-241-5/+20
* the long awaited pink screen + shift fix for radeon, based on patch by Svante...alex2002-12-221-2/+34
* more safer version by the authoralex2002-12-211-8/+25
* EPIA (CyberBlade/i1) driver by Alastair M. Robinsonalex2002-12-213-3/+757
* Radeon Mobility M6 LX support by Daniel Pittman <daniel@rimspace.net>alex2002-11-201-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-2/+2
* INREG now static inline instead of a define, to avoid unnecessary GETREGcolin2002-10-311-1/+5
* Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work aftercolin2002-10-251-1/+1
* save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+11
* RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+1
* endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at coli...michael2002-10-211-2/+4
* rage128 gray fix?arpi2002-09-231-3/+3
* Fixed vertical pink stripe on Radeon2 cards by Emiel Neggers <emiel@neggers.net>alex2002-09-011-1/+1
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-3/+3
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-222-7/+7
* hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should usearpi2002-08-161-4/+4
* vide EQ fixed - lumactl register is not readable!arpi2002-07-251-19/+20
* - fix audio equalizerpontscho2002-07-191-7/+9
* switch off nearest scaling ...pontscho2002-07-091-3/+5
* removed genfb and nvidia driversalex2002-07-054-538/+0
* fixed doublebuffering and moved messages to various verbose levelalex2002-07-051-55/+52
* equalizer (brightness/contrast) supportalex2002-06-291-43/+37
* remove colorkeying if destroying the driver - fixes some bugsalex2002-06-251-2/+14
* YVU9,IF09,Y800 and Y8 support - and synced with mpxpalex2002-06-211-27/+114
* rage128/radeon fixes, mach64 mess^H^H^H^Hcleanup, pm3 driver.arpi2002-05-316-77/+1818
* openbsd a.out needs underscore for dlsym - patch by Björn Sandell <biorn@dce...arpi2002-05-201-0/+4
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+7
* libdir changedarpi2002-04-241-1/+1
* reading pll in 32-bit instead of 8-bit +1, +2michael2002-04-231-7/+13
* antoher try, ecp reading like in gatos ...michael2002-04-201-5/+10
* print version number, so we know if the user forgot to copy/install the drivermichael2002-04-151-1/+7
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* ignore ecpmichael2002-04-131-1/+1
* 10lmichael2002-04-121-1/+1
* fixing vertical scaling on non mobility cards, this might have overflowed int...michael2002-04-121-3/+13
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
* Fixed color key definitions. Waiting for new bugreports ;)nick2002-03-112-11/+12
* Fixed swapping of UV planes in single buffered modenick2002-03-111-4/+4
* 10Lnick2002-03-031-1/+1
* Multi-bufferingnick2002-03-031-54/+58
* Use as much buffers as possiblenick2002-03-031-1/+1
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
* check if planar formats are supportedmichael2002-02-271-27/+52
* disable color key support - causes a lot of unnecessary problemsnick2002-02-271-1/+1
* YVU9 supportmichael2002-02-261-72/+111
* color key supportnick20