summaryrefslogtreecommitdiffstats
path: root/vidix/drivers/nvidia_vid.c
Commit message (Collapse)AuthorAgeFilesLines
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several function without a prototype which arent used outside its ↵reynaldo2006-07-131-2/+2
| | | | | | sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary le2me_32 macros.diego2006-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18319 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at ↵faust32006-02-091-5/+17
| | | | | | hotmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17569 b3059339-0415-0410-9bf9-f77b7e298cf2
* it looks like width needs to be a multiple of 64 for newer cardsfaust32005-11-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for GeForce FX Go5200 (newer Apple PowerBooks)diego2005-09-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only older card version seem to make problems with y < 8 in text mode.reimar2005-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16409 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer fixes: changing one attribute reset the others,reimar2005-09-041-16/+24
| | | | | | | brightness control for NV03/NV04 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16390 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer supportreimar2005-09-031-2/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16381 b3059339-0415-0410-9bf9-f77b7e298cf2
* 64 bit fix: do not cast pointers to uint32_treimar2005-09-031-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16379 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix support for nVidix FX Go 5700reimar2005-09-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16377 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial endianess fixesfaust32005-09-031-16/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16372 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplificationfaust32005-09-031-25/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16371 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix window position adjustmentfaust32005-09-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16368 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lfaust32004-02-011-15/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11903 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few more nvidia cards (only tested card is GeForceFX 5200)faust32004-01-301-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "panning" displaylumag2004-01-121-12/+35
| | | | | | | | Ease multibuffer. Cosmetics. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11784 b3059339-0415-0410-9bf9-f77b7e298cf2
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
* cvidix geometry support in textmodefaust32003-10-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11234 b3059339-0415-0410-9bf9-f77b7e298cf2
* update overlay only if it is configuredfaust32003-10-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11211 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed colorkey enabling/disablingfaust32003-10-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11166 b3059339-0415-0410-9bf9-f77b7e298cf2
* double buffering fix for cards > NV04 && windows colorkeying fixfaust32003-10-171-9/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11161 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for disabling the colorkeyalex2003-10-171-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix colorkey for xvidix, tested on Riva128 4MB X@15/16/24bpp (aka 15/15/32 ↵atmos42003-10-141-6/+7
| | | | | | | | | | | in nvidia_vid) This is very cool, using mplayer -vo xvidix -ao oss -framedrop -dr movie.avi I can play 640x272 DivX 1MBps on PII 233, 64MB, i440LX, Riva128 4MB AGP, FreeBSD 5.0, XFree 4.2.0, with little framedrop, git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11119 b3059339-0415-0410-9bf9-f77b7e298cf2
* the yv12 image looked more like a yuy2 image ;)faust32003-10-121-19/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11087 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed the mysterious segfaults on faster machinesfaust32003-10-121-63/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11086 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a few more device idsfaust32003-10-101-7/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11074 b3059339-0415-0410-9bf9-f77b7e298cf2
* make it work in textmode again && support for nv03 with 4MB RAMfaust32003-10-021-35/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10978 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sometimes (especially with big images) reading pitch 0 from card's registerlumag2003-10-011-1/+9
| | | | | | | | | returns 0 (probably due to full card's FIFO), which leads to SIGFPE later. Fixed (or workarounded) by rereading pitch0, until it's not zero. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10971 b3059339-0415-0410-9bf9-f77b7e298cf2
* according to xfree cvs maximum overlay size is only 2046x2046atmos42003-09-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10958 b3059339-0415-0410-9bf9-f77b7e298cf2
* experimental nvidia_vid, use at your own riskfaust32003-09-271-0/+818
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10955 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed genfb and nvidia driversalex2002-07-051-326/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6651 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgraded to newest vidix interfacealex2002-01-231-11/+149
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4328 b3059339-0415-0410-9bf9-f77b7e298cf2
* + new features and possibilitynick2002-01-161-7/+4
| | | | | | | | | | | deinterlacing oem effects ITU color space forcing driver - audio support (develop and introduce AUDIX for that) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4192 b3059339-0415-0410-9bf9-f77b7e298cf2
* commited due to request of nexusalex2002-01-151-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4176 b3059339-0415-0410-9bf9-f77b7e298cf2
* startedalex2002-01-131-0/+176
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4127 b3059339-0415-0410-9bf9-f77b7e298cf2