summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headers.diego2010-01-302-4/+38
* cosmetics: Convert DOS linebreaks to Unix linebreaks.diego2010-01-301-17/+17
* license header cosmeticsdiego2010-01-302-0/+2
* Remove hackish and not actually working code to make vidix compile withreimar2010-01-121-34/+0
* cosmetics: Break multiple statements on one line apart.diego2010-01-041-17/+33
* Remove previous failed attempt at disabling that auto-generation of some C code.diego2010-01-042-59/+45
* Do not auto-generate the C code to handle PCI vendor and device names.diego2009-12-202-45/+59
* Remove unused debugging output about total number of printed lines.diego2009-12-201-4/+0
* Employ slightly better variable names for output files.diego2009-12-201-48/+48
* Eliminate completely pointless print_includes function.diego2009-12-201-7/+3
* Do not autogenerate vidix/pci_names.h.diego2009-12-202-21/+38
* Remove pointless return statements from functions that return nothing.diego2009-12-201-4/+0
* Move code to write multiple inclusion guards to generated files into functions.diego2009-12-201-15/+28
* cosmetics: Use more consistent formatting style for generated files.diego2009-12-201-36/+29
* cosmetics: Use a consistent formattting style; tabs to spaces.diego2009-12-201-203/+196
* Make vidix/pci_db2c.awk executable.diego2009-12-161-3/+2
* Update the SuperH VEU vidix driver with experimental support for VEU3F.cehoyos2009-12-101-2/+37
* Fix build on SuperH.cehoyos2009-12-102-3/+1
* Update the SuperH VEU vidix driver with code that calls fsync() after eachcehoyos2009-12-101-3/+8
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* Move some variable declarations up to avoid the warnings:diego2009-07-191-4/+4
* Revert whitespace removal for win-related code, because lack of ^M atbircoph2009-05-133-380/+380
* Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-133-380/+380
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1339-13234/+13234
* Get rid of some more trailing whitespacereynaldo2009-05-121-2/+2
* Add missing 'void' to parameterless function declarations.diego2009-05-043-4/+4
* 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
*