summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings about undefined preprocessor directives.diego2009-01-301-6/+6
* cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-195-7/+7
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-053-5/+6
* Get rid of pointless 'extern' keywords.diego2008-12-035-23/+23
* Use standard unsigned long type instead of u_long.diego2008-11-301-2/+2
* pci.c includes dha.h, remove redundant MAX_* definesranma2008-10-181-3/+0
* MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...ranma2008-10-182-2/+2
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-165-17/+17
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-162-8/+3
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-132-4/+5
* Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:diego2008-10-131-3/+0
* Remove unused variables.diego2008-10-121-2/+0
* Remove one more pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-1/+1
* Restore function parameters mistakenly removed in previous commit.diego2008-09-231-2/+2
* Remove pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-3/+3
* Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-112-0/+598
* Add proper VIDIX support for SuperH architecture.ben2008-08-114-5/+11
* Add NV12 colorspace support to VIDIX driver.ben2008-08-071-0/+1
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-5/+5
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-154-4/+4
* cosmetic: be consistentben2008-06-201-1/+1
* remove useless typedef againstfor VDXContextben2008-06-202-32/+30
* cosmetic: give a coherent indentationben2008-06-201-13/+13
* remove some useless functions from vidix apiben2008-06-202-27/+0
* remove useless 'else'ben2008-06-201-1/+1
* renamed vidixlib.c to vidix.cben2008-06-201-0/+0
* remove now useless vidixlib.h fileben2008-06-2015-55/+3
* move content of vidixlib.h into vidix.hben2008-06-202-92/+96
* cosmetic: give coherent indentationben2008-06-201-45/+44
* Add standard license headers.diego2008-06-083-11/+63
* Add comments to a few #endif preprocessor directives.diego2008-06-082-5/+5
* Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0
* Fix dhahelper.h #include paths.diego2008-06-083-3/+3
* remove C++ inclusion guard from vidix headersben2008-06-074-30/+0
* Add default definition for SVGA device.diego2008-06-071-0/+4
* remove useless vidix versioning stuffben2008-06-075-13/+0
* Drop some useless parameter from vidix init routineben2008-06-072-2/+2
* vidix s3 headers was missing proper headerben2008-06-071-0/+24
* Remove unused variable, fixes the warning:diego2008-06-071-1/+0
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.diego2008-05-301-39/+0
* Merge vidix/dhahelper/Makefile into top-level Makefile.diego2008-05-301-21/+0
* Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-306-2/+2
* Fix #include paths.diego2008-05-303-3/+3
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1627-138/+138
* Use standard license header with standard formatting.diego2008-05-134-31/+36
* Use standard license headers.diego2008-05-1224-91/+91
* consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-1217-109/+111
* Remove pointless changelogs.diego2008-05-123-32/+10
* Use standard license header and add back credits line for Marcel Naziri.diego2008-05-121-6/+8
* Remove pointless changelog from file header.diego2008-05-121-7/+0
* clean and distclean rules do the same thing.diego2008-04-261-3/+1
* Merge vidix/Makefile into top-level Makefile.diego2008-04-262-51/+5
* Merge clean and distclean rules.diego2008-04-261-3/+1
* Use directory name as library name template.diego2008-04-221-1/+1
* Adjust dependency generation prerequisites to new structure.diego2008-04-181-1/+1
* Mark phony targets as such.diego2008-04-181-0/+2
* #include config.h before all other headers.diego2008-03-149-9/+9
* remove duplicated pci ids in nvidia vidix driverben2008-03-081-2/+0
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-071-0/+2
* fix bad function prototypeben2008-02-291-1/+1
* Remove now deprecated Savage VIDIX driver sourcesben2008-02-292-1650/+0
* Use MPlayer consistent define naming convention for newly introduceben2008-02-291-3/+3
* New S3 VIDIX driver.ben2008-02-294-4/+1147
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.diego2008-02-221-9/+9
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2224-72/+74
* Create standard multiple inclusion guards.diego2008-02-211-9/+9
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Change #warning to FIXME comments.diego2008-01-271-2/+2
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-272-15/+15
* Make some radeon vidix driver tables static and constreimar2008-01-131-6/+6
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-081-13/+13
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-10/+10
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-3/+3
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.diego2008-01-023-13/+8
* Properly express dependencies for generated .c and .h files.diego2008-01-021-4/+8
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-021-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-013-0/+14
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-315-5/+5
* Comment out the correct #endif directive.diego2007-12-311-2/+2
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-1/+1
* typo in preprocessor conditiondiego2007-12-271-1/+1
* pci_db2c.awk creates more than just two .c files, add the rest to the rule.diego2007-12-241-1/+1
* Skip unnecessary (debug) output; obey the rule of silence.diego2007-12-241-1/+1
* r25345 patched the wrong line.ben2007-12-171-1/+1
* implemented frame selection for savage driverben2007-12-141-0/+20
* fix frame size calculationben2007-12-141-63/+41
* remove useless code partsben2007-12-141-54/+0
* bgr24 and bgr32 supportben2007-12-141-1/+6
* rgb -> bgrben2007-12-141-2/+2
* register values were already set: simplifyben2007-12-141-3/+1
* Fixed VIDIX color bug that was introduced when Radeon VIDIX driverben2007-12-101-0/+1
* Dump the ati radeon DISP_MERGE_CNTL register to ease theben2007-12-101-0/+1
* sync ivtv driver with vidix.sf.net (multiple revisions)ben2007-12-041-402/+472
* sync with vidix.sf.net r319: remove useless varsben2007-12-041-1/+0
* sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driverben2007-12-041-18/+10
* Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlayben2007-12-041-64/+0
* sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon drive...ben2007-12-041-14/+14
* add new configure option to disable VIDIX PCI device name database (saves a 3...ben2007-12-042-4/+11
* synchronized with vidix.sf.net r315: remove now useless definesben2007-12-031-24/+0
* synchronized with vidix.sf.net r315: update savage driver pci ids listben2007-12-031-8/+29
* Restore copyright/license notices that were stripped off.diego2007-11-2518-0/+603
* Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remainsdiego2007-11-253-76/+0
* add functions for the vga register access patch by Guillaume LECERF <foxcore ...faust32007-09-231-31/+26
* add some commented register dumping codefaust32007-09-201-0/+29
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch b...faust32007-09-191-2/+1
* Mark phony targets as such.diego2007-09-181-0/+2
* Simplify commands with automatic variables.diego2007-09-181-13/+10
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ...faust32007-09-181-6/+6
* it is no longer necessary to reboot the system after the dhahelperwin install...faust32007-09-171-4/+30
* - make dhahelperwin compile with mingwfaust32007-09-176-13/+459
* Make dhasetup more verbose based on code byfaust32007-09-171-7/+32
* rename windows ddk makefile to nmakefile so that a makefile for mingw can be ...faust32007-09-171-0/+0
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF <...faust32007-09-171-0/+3
* avoid rivatv_lock_nv40() from trashing the screen (patch by Guillaume Lecerf ...ben2007-09-151-2/+2
* fix screen width and height calculation on nvidia vidix (patch by Guillaume L...ben2007-09-151-1/+11
* the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are...ben2007-09-151-0/+2
* this flag needs to be defined for pread() on powerpcben2007-09-151-0/+1
* ifdef one variable that is not used with alpha and powerpc architecturesben2007-09-151-1/+4
* warning fixes:diego2007-08-281-3/+3
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Identifiers starting with underscores are reserved.diego2007-07-3112-35/+35
* UTF-8 conversiondiego2007-07-311-1/+1
* Comment out purely debugging printf that in addition uses __FUNCTION__ whichreimar2007-07-301-1/+1
* ISO8859-1 --> UTF-8diego2007-07-095-7/+7
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)ben2007-06-261-9/+10
* Hint at the Makefile for information how to build dha with svgalib_helperreimar2007-06-251-1/+1
* Remove awk test. awk is a basic Unix tool, any implementation is sufficient.diego2007-05-171-1/+1
* Add standard license header, confirmed by Nick in private mail.diego2007-05-131-0/+15
* Add correct boilerplate license headers.diego2007-05-112-3/+26
* prettyprinting cosmeticsdiego2007-05-111-22/+22
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-103-0/+512
* allow sis vidix driver to access registers and avoid segfaulting (patch by An...ben2007-05-091-0/+9
* synced with upstream vidix, prevented some drivers to work on some configs/archsben2007-04-305-1/+11
* one more spelling fixben2007-04-301-1/+1
* accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)ben2007-04-301-3/+3
* spelling fixben2007-04-301-2/+2
* onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdi...ben2007-04-261-0/+7
* support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)ben2007-04-261-0/+1
* cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.diego2007-04-251-13/+13
* Use standard GPL header.diego2007-04-232-42/+44
* u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)ben2007-04-221-1/+1
* remove useless include that breaks MinGW (patch by Xuebin Wu)ben2007-04-221-1/+0
* fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyosben2007-04-221-2/+2
* simplified depth definitionben2007-04-227-33/+7
* declare variables as staticben2007-04-221-6/+6
* removed useless varsben2007-04-221-3/+0
* declare variables and functions as staticben2007-04-221-7/+7
* declare variables as staticben2007-04-221-2/+2
* declare variable as staticben2007-04-221-1/+1
* removed old code, that has been commented out for too long timeben2007-04-221-91/+0
* declare variable as staticben2007-04-221-1/+1
* useless else caseben2007-04-221-1/+0
* removed never called functionben2007-04-221-23/+0
* declare variables as staticben2007-04-221-5/+5
* simplified depth definitionben2007-04-221-5/+1
* removed useless code from vidix driversben2007-04-227-323/+5
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-2222-344/+536
* kill a few warningsben2007-04-221-0/+4
* updated the ati vidix driver with the one from upstream vidix, it now support...ben2007-04-222-641/+2106
* fix for mingw: u_long becomes unsigned longben2007-04-211-1/+1
* added a new value for alpha colorkey (will be needed by further ati vidix dri...ben2007-04-211-0/+1
* u_char is broken under mingw, use unsigned char instead, fix by aurelben2007-04-211-1/+1
* better fix for r23001, u_int becomes unsigned int, dont force it to uin32_tben2007-04-211-11/+11
* cosmetics: tabs --> spacesdiego2007-04-161-17/+17
* bad prototype for driver init functionben2007-04-151-1/+1
* u_int seems unknown under mingwben2007-04-151-11/+11
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-144-0/+1674
* added conditional vidix drivers compilationben2007-04-142-5/+42
* these are actually AGP bridges, not video adapters (should fix ben2007-04-111-2/+0
* this TnT2 chipset is actually NV4/5 arch but for sure not NV30ben2007-04-111-1/+1
* moved old README file from libdha dir to vidix oneben2007-04-071-0/+30
* missing includes in generated fileben2007-04-071-0/+8
* restored pci_db2c.awk file from previous broken commitben2007-04-071-8/+0
* consistent include paths for config.h et al.diego2007-04-0610-20/+20
* missing headers in vidix drivers registry filesben2007-04-065-3/+40
* renamed libdha.[hc] to dha.[hc]ben2007-04-0615-14/+14
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-0657-28/+17393
* remove useless ()aurel2007-04-011-11/+11
* GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (thoug...ben2007-04-011-89/+96
* segfaults if name is NULLben2007-04-011-1/+1
* updated pci ids list, fixed vidix drivers compilation and added nearly exhaus...ben2007-04-014-93/+252
* allow passing :help to -vo [cx]vidix to get list of all compiled in vidix dri...ben2007-04-011-0/+23
* killed warnings in cyberblade driverben2007-04-011-19/+2
* killed warnings in rage128 driverben2007-04-011-0/+2
* killed warnings in pm3 driverben2007-04-011-2/+2
* killed warnings in savage driverben2007-04-011-25/+4
* killed warnings in sis driverben2007-04-013-25/+4
* killed warnings in unichrome driverben2007-04-011-6/+5
* simplified function prototypes to avoid casts but keep external API compatibi...ben2007-04-012-114/+30
* useless externsben2007-04-011-19/+19
* removed references to no longer used internal drivers functionsben2007-04-011-73/+3
* updated vidix.h from upstream vidix projectben2007-04-011-218/+294
* checking for dynamic drivers version number is now pointlessben2007-04-0111-81/+0
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ful...ben2007-04-0113-383/+657
* Move driver files directly into the vidix directory.diego2007-04-0119-69/+66
* Merge all VIDIX drivers into libvidix.a.diego2007-03-312-29/+14
* Remove multistage recursion for the vidix subdirectory and recurse from thediego2007-03-241-12/+0
* whitespace cosmeticsdiego2007-03-141-3/+1
* Simplify handling of extra library flags.diego2007-03-141-9/+1
* Remove superfluous rule and variables, X_LIB does not exist any longer.diego2007-03-141-6/+0
* Remove superfluous variable indirection.diego2007-03-141-4/+2
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-12/+6
* Rename all target to libs.diego2007-03-141-2/+2
* Separate prerequisites and rules to avoid redundant rules.diego2007-03-141-12/+3
* whitespace cosmeticsdiego2007-03-141-5/+4
* Generate dependency information.diego2007-03-141-1/+1
* Remove superfluous rule and variable.diego2007-03-141-6/+0
* Properly mark all phony targets as such.diego2007-03-141-2/+2
* Rename VIDIX_CFLAGS to CFLAGS.diego2007-03-141-4/+4
* Remove unused variable.diego2007-03-141-2/+0
* Use 'libs' instead of 'all' target.diego2007-03-141-1/+1
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-15/+5
* Don't remove 'test' on distclean, there is no such file.diego2007-03-141-1/+1
* cosmetics: Rename variables for consistency with other Makefiles.diego2007-03-141-6/+6
* consistency cosmeticsdiego2007-03-141-2/+2
* Simplify library generation rule.diego2007-03-141-2/+2
* Merge all and do_drivers rules.diego2007-03-141-3/+1
* Remove superfluous/obsolete rules and variables.diego2007-03-141-7/+0
* Simplify .depend file inclusion.diego2007-02-272-6/+2
* 10l: screen_height calculation was using an uninitialized variablefaust32007-01-281-1/+1
* fix detection of rage128/radeon using vidix driver on powerpc (which seems to...ben2007-01-041-0/+2
* support for vidix on ATI Radeon 9600SE cardsben2007-01-041-0/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-074-4/+4
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-294-5/+9
* Fix macro redefinition warning.diego2006-11-291-1/+1
* Unrecurse VIDIX installation.diego2006-11-281-4/+0
* Unrecurse VIDIX drivers uninstall.diego2006-11-281-3/+0
* Remove one level of indirection on VIDIX install/uninstall.diego2006-11-281-6/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove nonexistent variable/file.diego2006-11-252-2/+2
* Unify dep/depend targets.diego2006-11-202-7/+3
* 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 supportnick2002-02-261-13/+80
* triple bufferingmichael2002-02-252-138/+60
* OVERLAY_KEY_CNTL valuesmichael2002-02-252-1/+19
* 10lmichael2002-02-251-0/+1
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ...michael2002-02-251-46/+114
* Minor fixes and probably final fix of vsyncnick2002-02-251-4/+3
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
* colorkey supportmichael2002-02-241-0/+14
* vsyncmichael2002-02-241-15/+30
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
* meaning of some bits figured outmichael2002-02-191-1/+12
* fixing yv12michael2002-02-191-2/+2
* Fixes:nick2002-02-191-13/+21
* fixed planar yuv formatsmichael2002-02-171-2/+8
* Direct rendering with dshow codecs support. (Was untested but should work)nick2002-02-161-2/+2
* Works with YUY2 fourccnick2002-02-161-21/+549
* Scratch for volunteersnick2002-02-133-1/+2674
* typonick2002-02-131-2/+2
* Fixing "quake" by direct waiting of vsync.nick2002-02-131-0/+15
* - Shutdown capturing before playbacknick2002-02-122-33/+194
* Get(Set) deinterlacingnick2002-02-091-1/+49
* - Fixed incorrect i420 support (Michael was right)nick2002-02-071-9/+12
* typonick2002-02-061-3/+3
* mplayer has swapped RGB's fourcc :(nick2002-02-051-0/+15
* using dlerror() instead strerror(), displays unresolved symbol messagesalex2002-02-031-2/+4
* using MTRRnick2002-02-021-2/+3
* using MTRRnick2002-02-021-0/+3
* fixing i420nick2002-02-011-2/+2
* Using new tune infonick2002-02-011-6/+40
* YVYU support (untested yet)nick2002-02-011-4/+3
* RGB15 experimental supportnick2002-01-311-4/+10
* It seems that there no direct support for RGB24 :(nick2002-01-301-1/+1
* Preliminary RGB32 and RGB16 support. (Untested yet)nick2002-01-301-4/+22
* Use one pitch sourcenick2002-01-301-6/+8
* More correct double_buffering for packed fourccnick2002-01-301-4/+7
* Typosnick2002-01-301-3/+3
* Correcting pointers on second buffernick2002-01-301-12/+23
* info on 4x4 coeffsnick2002-01-291-2/+28
* gcc-3.0.3 compilation fixingnick2002-01-271-4/+2
* initialalex2002-01-231-0/+55
* upgraded to newest vidix interfacealex2002-01-232-11/+150
* upgraded to newest vidix interface. in eq: return if g200 moved to the beginn...alex2002-01-231-25/+34
* added cap.authoralex2002-01-231-2/+11
* some typos fixed ;), added author to capabilites and extended name to 64 byte...alex2002-01-231-6/+11
* intense->intensity + capability extension + fixing R200 color correction bugnick2002-01-231-17/+40
* intense -> intensity + capability extensionnick2002-01-232-6/+20
* Checking for RGB boundariesnick2002-01-201-0/+3
* RGB independed correction (similar to brightness)nick2002-01-201-4/+16
* 2048x2048 is real max size of overlaynick2002-01-201-2/+2
* reported working at 1600x1200 too, pciconfig stuff fixed, you can enable it w...alex2002-01-201-12/+7
* equalizer is only supported by g400alex2002-01-191-0/+4
* cleaned some parts, tested and working with g400/450, g200 is buggy :(alex2002-01-191-73/+60
* added FLAG_EQUALIZERalex2002-01-191-1/+1
* added flag_equalizeralex2002-01-191-0/+1
* gamma correction (preliminary version).nick2002-01-191-0/+27
* updated, colorkey support, pontscho reported it's working fine, only faulting...alex2002-01-182-192/+93
* i think, it's better [playback->offsets and offset implemented/corrected]alex2002-01-181-404/+10
* Fixed saturation computing for rage128nick2002-01-181-1/+1
* gamma correction supportnick2002-01-181-4/+23
* Use 'install' instead of 'cp'nick2002-01-171-1/+1
* fix include orderatmos42002-01-171-2/+2
* More messages on forcingnick2002-01-161-0/+12
* + new features and possibilitynick2002-01-168-45/+152
* commited due to request of nexusalex2002-01-151-2/+17
* BSD fix by Steven M. Schultz <sms@2BSD.COM>arpi2002-01-151-0/+4
* fixed to get something - needs a major rewritearpi2002-01-131-1/+9
* added mga_vid (also playback->offset is not set (fixing it on monday)alex2002-01-133-1/+1956
* committed due to request of gabucinoalex2002-01-131-1/+37
* Typonick2002-01-131-1/+1
* just a dummy for now (for developement)alex2002-01-131-0/+134
* startedalex2002-01-131-0/+176
* Changes due new gawk generatornick2002-01-122-87/+62
* Minor interface changes: color and video keys are moved out from playback con...nick2002-01-094-7/+39
* *** empty log message ***jaf2002-01-071-0/+1
* I was missing it ...jaf2002-01-071-0/+1
* portable solutionnick2002-01-071-3/+1
* FreeBSD fixnexus2002-01-071-0/+2
* double buffering fixingnick2002-01-071-3/+12
* Embedding vidixnick2002-01-073-22/+25
* works!!!nick2002-01-061-10/+21
* IO space is memory mapped (no in(out)port required)nick2002-01-061-6/+13
* lazy loader works better ;)nick2002-01-061-8/+34
* changes due interface changingnick2002-01-061-0/+23
* minor interface changing and verbosingnick2002-01-062-7/+28
* stdint.h replaced by inttypes.h (used more frequently in the sources)pl2002-01-061-1/+1
* preliminary versionnick2002-01-053-0/+3144
* minor interface changingnick2002-01-053-35/+25
* preliminary versionnick2002-01-056-0/+610