summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Collapse)AuthorAgeFilesLines
* radeon mobility u1 supportalex2003-06-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10333 b3059339-0415-0410-9bf9-f77b7e298cf2
* i420 fixed, needs some testingalex2003-04-091-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9893 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix i420 handling, bug found by rgselk at IRC <rgselknospam@yahoo.com>alex2003-04-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)ranma2003-03-315-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9768 b3059339-0415-0410-9bf9-f77b7e298cf2
* use gcc instead ld. Patch by prj@po.cwru.edu (Paul Jarc)alex2003-03-211-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9630 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed chroma pitcharpi2003-03-151-1/+1
| | | | | | | patch by Peter Schüller peterschueller@telemed.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9605 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix rage128 ecp_div patch by (Magnus Damm <damm at opensource dot se>)michael2003-03-071-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9545 b3059339-0415-0410-9bf9-f77b7e298cf2
* The patch enables the fix for rage128_vid as well as radeon_vid, and looks ↵arpi2003-02-031-0/+9
| | | | | | | | | | for the DEVICE_ATI_RAGE_MOBILITY device IDs in addition to the Radeon Mobility device IDs. Tom Wu <tom@arcot.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9241 b3059339-0415-0410-9bf9-f77b7e298cf2
* hack to get rage128 working on ppc-g3alex2003-01-201-4/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated to v0.1.4 by Alastair Robinson <blackfive@fakenhamweb.co.uk>alex2003-01-192-95/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9024 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines ↵mosu2003-01-152-8/+8
| | | | | | can be safely used like functions: mydef(flag ? val1 : val2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
* M6 bug workaround by Hanno Bock <hanno@gmx.de>alex2003-01-131-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8943 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch which removes the rage_ckey_model fix and updatesarpi2003-01-101-52/+64
| | | | | | | | | the card detection (which should fix ve card). also replaces big if()'s by switch-case. James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8877 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set is_shift_required according to RadeonFamilyarpi2003-01-091-15/+14
| | | | | | | | | | | rather than device_id (thanks to Marcus Blomenkamp for this idea) Also give RV200 a seperate family from R200 as they aren't really the same. patch by James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix support for Radeon 9000arpi2003-01-091-3/+3
| | | | | | | patch by James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce flickering on window movement (from Christophe Badina)arpi2003-01-091-0/+4
| | | | | | | patch by James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix radeon 7500 and 8500 15- and 16-bit colour keyarpi2003-01-091-0/+17
| | | | | | | patch by James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update card (chip family) detection (from mplayerxp)arpi2003-01-091-14/+68
| | | | | | | patch by James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8856 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update radeon pci idsarpi2003-01-091-24/+24
| | | | | | | patch by James Stembridge <jstembridge@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8855 b3059339-0415-0410-9bf9-f77b7e298cf2
* MOBILITY_M63 (aka M6 LY) doesn't needs the rage ckey fix too - notified by ↵alex2003-01-041-1/+1
| | | | | | Jorg Hansel <joerg.haensel@web.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8772 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon QW uses the normal Radeon colorkey mode - fix by Christophe Badina ↵alex2003-01-041-1/+1
| | | | | | <christophe.badina@wanadoo.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8771 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8734 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a 10l, some cosmetics, and initial ppc (bigendian) supportalex2002-12-251-9/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon 9000 support by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>alex2002-12-251-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8563 b3059339-0415-0410-9bf9-f77b7e298cf2
* correctly save and restore colorkey settings (based on patch by Svante ↵alex2002-12-241-5/+20
| | | | | | Signell <svante.signell@telia.com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8554 b3059339-0415-0410-9bf9-f77b7e298cf2
* the long awaited pink screen + shift fix for radeon, based on patch by ↵alex2002-12-221-2/+34
| | | | | | Svante Signell <svante.signell@telia.com>, Carl (mlist.mplayer.users@urs.us) and Nick Kurshve <nickolsk@yandex.ru> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8522 b3059339-0415-0410-9bf9-f77b7e298cf2
* more safer version by the authoralex2002-12-211-8/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8514 b3059339-0415-0410-9bf9-f77b7e298cf2
* EPIA (CyberBlade/i1) driver by Alastair M. Robinsonalex2002-12-213-3/+757
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8506 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radeon Mobility M6 LX support by Daniel Pittman <daniel@rimspace.net>alex2002-11-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8239 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-2/+2
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* INREG now static inline instead of a define, to avoid unnecessary GETREGcolin2002-10-311-1/+5
| | | | | | | calls while byteswapping. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove my broken patch (RGB16 big endian fix, v1.28) - didn't work aftercolin2002-10-251-1/+1
| | | | | | | a reboot git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7923 b3059339-0415-0410-9bf9-f77b7e298cf2
* save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7839 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)michael2002-10-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7837 b3059339-0415-0410-9bf9-f77b7e298cf2
* endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at ↵michael2002-10-211-2/+4
| | | | | | colino dot net>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7826 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage128 gray fix?arpi2002-09-231-3/+3
| | | | | | | patch by Marcus.Blomenkamp@epost.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed vertical pink stripe on Radeon2 cards by Emiel Neggers <emiel@neggers.net>alex2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7227 b3059339-0415-0410-9bf9-f77b7e298cf2
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-3/+3
| | | | | | | patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7128 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-222-7/+7
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should usearpi2002-08-161-4/+4
| | | | | | | that here... dunno, it worked with BINDIR too???? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7025 b3059339-0415-0410-9bf9-f77b7e298cf2
* vide EQ fixed - lumactl register is not readable!arpi2002-07-251-19/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6806 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix audio equalizerpontscho2002-07-191-7/+9
| | | | | | | | | - rewrite video equalizer handling (i teszted with mga g400 [x]mga,xv,xvidix and radeon xv,xvidix ) - fix some small gtk bug - i dunno, i don't remember ... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6756 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch off nearest scaling ...pontscho2002-07-091-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6679 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed genfb and nvidia driversalex2002-07-054-538/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6651 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed doublebuffering and moved messages to various verbose levelalex2002-07-051-55/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6649 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer (brightness/contrast) supportalex2002-06-291-43/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6601 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove colorkeying if destroying the driver - fixes some bugsalex2002-06-251-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6565 b3059339-0415-0410-9bf9-f77b7e298cf2
* YVU9,IF09,Y800 and Y8 support - and synced with mpxpalex2002-06-211-27/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6484 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage128/radeon fixes, mach64 mess^H^H^H^Hcleanup, pm3 driver.arpi2002-05-316-77/+1818
| | | | | | | sync with mplayerxp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6255 b3059339-0415-0410-9bf9-f77b7e298cf2
* openbsd a.out needs underscore for dlsym - patch by Björn Sandell ↵arpi2002-05-201-0/+4
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6131 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+7
| | | | | | | | | Björn Sandell <biorn@dce.chalmers.se> Marcus <core@antbear.org> Bernd Ernesti <mplayer@lists.veego.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5873 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdir changedarpi2002-04-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5815 b3059339-0415-0410-9bf9-f77b7e298cf2
* reading pll in 32-bit instead of 8-bit +1, +2michael2002-04-231-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5793 b3059339-0415-0410-9bf9-f77b7e298cf2
* antoher try, ecp reading like in gatos ...michael2002-04-201-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5732 b3059339-0415-0410-9bf9-f77b7e298cf2
* print version number, so we know if the user forgot to copy/install the drivermichael2002-04-151-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5642 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore ecpmichael2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5590 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5576 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing vertical scaling on non mobility cards, this might have overflowed ↵michael2002-04-121-3/+13
| | | | | | into the horizontal stuff, so perhaps it fixes the horizontal stuff too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5575 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5166 b3059339-0415-0410-9bf9-f77b7e298cf2
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed color key definitions. Waiting for new bugreports ;)nick2002-03-112-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed swapping of UV planes in single buffered modenick2002-03-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5042 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10Lnick2002-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Multi-bufferingnick2002-03-031-54/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use as much buffers as possiblenick2002-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4930 b3059339-0415-0410-9bf9-f77b7e298cf2
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4895 b3059339-0415-0410-9bf9-f77b7e298cf2
* check if planar formats are supportedmichael2002-02-271-27/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4877 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable color key support - causes a lot of unnecessary problemsnick2002-02-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4874 b3059339-0415-0410-9bf9-f77b7e298cf2
* YVU9 supportmichael2002-02-261-72/+111
| | | | | | | | fixing framesize & alignment setting colorkey at a more correct place git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4873 b3059339-0415-0410-9bf9-f77b7e298cf2
* color key supportnick2002-02-261-13/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4870 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple bufferingmichael2002-02-252-138/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4867 b3059339-0415-0410-9bf9-f77b7e298cf2
* OVERLAY_KEY_CNTL valuesmichael2002-02-252-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4866 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-02-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4863 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ↵michael2002-02-251-46/+114
| | | | | | | | | more) wrong vertical scaling fixed if video expansion on rage mobility like "cards" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixes and probably final fix of vsyncnick2002-02-251-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4856 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4854 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey supportmichael2002-02-241-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4852 b3059339-0415-0410-9bf9-f77b7e298cf2
* vsyncmichael2002-02-241-15/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4848