| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -34/+0 |
|\ |
|
| * | Remove hackish and not actually working code to make vidix compile with | reimar | 2010-01-12 | 1 | -34/+0 |
* | | Merge svn changes up to r30216 | Uoti Urpala | 2010-01-08 | 2 | -74/+76 |
|\| |
|
| * | cosmetics: Break multiple statements on one line apart. | diego | 2010-01-04 | 1 | -17/+33 |
| * | Remove previous failed attempt at disabling that auto-generation of some C code. | diego | 2010-01-04 | 2 | -59/+45 |
* | | Merge svn changes up to r30104 | Uoti Urpala | 2009-12-30 | 3 | -218/+236 |
|\| |
|
| * | Do not auto-generate the C code to handle PCI vendor and device names. | diego | 2009-12-20 | 2 | -45/+59 |
| * | Remove unused debugging output about total number of printed lines. | diego | 2009-12-20 | 1 | -4/+0 |
| * | Employ slightly better variable names for output files. | diego | 2009-12-20 | 1 | -48/+48 |
| * | Eliminate completely pointless print_includes function. | diego | 2009-12-20 | 1 | -7/+3 |
| * | Do not autogenerate vidix/pci_names.h. | diego | 2009-12-20 | 2 | -21/+38 |
| * | Remove pointless return statements from functions that return nothing. | diego | 2009-12-20 | 1 | -4/+0 |
| * | Move code to write multiple inclusion guards to generated files into functions. | diego | 2009-12-20 | 1 | -15/+28 |
| * | cosmetics: Use more consistent formatting style for generated files. | diego | 2009-12-20 | 1 | -36/+29 |
| * | cosmetics: Use a consistent formattting style; tabs to spaces. | diego | 2009-12-20 | 1 | -203/+196 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 4 | -11/+48 |
|\| |
|
| * | Make vidix/pci_db2c.awk executable. | diego | 2009-12-16 | 1 | -3/+2 |
| * | Update the SuperH VEU vidix driver with experimental support for VEU3F. | cehoyos | 2009-12-10 | 1 | -2/+37 |
| * | Fix build on SuperH. | cehoyos | 2009-12-10 | 2 | -3/+1 |
| * | Update the SuperH VEU vidix driver with code that calls fsync() after each | cehoyos | 2009-12-10 | 1 | -3/+8 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 2 | -5/+5 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
| * | Move some variable declarations up to avoid the warnings: | diego | 2009-07-19 | 1 | -4/+4 |
| * | Revert whitespace removal for win-related code, because lack of ^M at | bircoph | 2009-05-13 | 3 | -380/+380 |
| * | Remove all kind of trailing whitespaces from all MPlayer's files. | bircoph | 2009-05-13 | 3 | -380/+380 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 39 | -13234/+13234 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 39 | -13236/+13234 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -2/+2 |
|\| |
|
| * | Get rid of some more trailing whitespace | reynaldo | 2009-05-12 | 1 | -2/+2 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 3 | -4/+4 |
|\| |
|
| * | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 3 | -4/+4 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -6/+6 |
|\| |
|
| * | Fix warnings about undefined preprocessor directives. | diego | 2009-01-30 | 1 | -6/+6 |
* | | Merge svn changes up to r28348 | Uoti Urpala | 2009-01-23 | 5 | -7/+7 |
|\| |
|
| * | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 | 5 | -7/+7 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 1 | -2/+2 |
|\| |
|
| * | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 1 | -2/+2 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 3 | -5/+6 |
|\| |
|
| * | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 3 | -5/+6 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 5 | -23/+23 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 5 | -23/+23 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -2/+2 |
|\| |
|
| * | Use standard unsigned long type instead of u_long. | diego | 2008-11-30 | 1 | -2/+2 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 11 | -38/+26 |
|\| |
|
| * | pci.c includes dha.h, remove redundant MAX_* defines | ranma | 2008-10-18 | 1 | -3/+0 |
| * | MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2... | ranma | 2008-10-18 | 2 | -2/+2 |
| * | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 5 | -17/+17 |
| * | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 2 | -8/+3 |
| * | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 2 | -4/+5 |
| * | Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes: | diego | 2008-10-13 | 1 | -3/+0 |
| * | Remove unused variables. | diego | 2008-10-12 | 1 | -2/+0 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 2 | -4/+4 |
|\| |
|
| * | Remove one more pointless and gcc-specific __attribute__ ((unused)). | diego | 2008-09-23 | 1 | -1/+1 |
| * | Restore function parameters mistakenly removed in previous commit. | diego | 2008-09-23 | 1 | -2/+2 |
| * | Remove pointless and gcc-specific __attribute__ ((unused)). | diego | 2008-09-23 | 1 | -3/+3 |
* | | Merge svn changes up to r27458 | Uoti Urpala | 2008-08-12 | 6 | -5/+609 |
|\| |
|
| * | Add VIDIX driver for SuperH Mobile VEU hardware block. | ben | 2008-08-11 | 2 | -0/+598 |
| * | Add proper VIDIX support for SuperH architecture. | ben | 2008-08-11 | 4 | -5/+11 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -2/+2 |
* | | Include corresponding .h in some .c files | Uoti Urpala | 2008-08-12 | 1 | -0/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 2 | -5/+6 |
|\| |
|
| * | Add NV12 colorspace support to VIDIX driver. | ben | 2008-08-07 | 1 | -0/+1 |
| * | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -5/+5 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 4 | -4/+4 |
|\| |
|
| * | Remove -std=gnu99/gnu89/default dialect linux define, as it violates the | michael | 2008-07-15 | 4 | -4/+4 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 16 | -180/+102 |
|\| |
|
| * | cosmetic: be consistent | ben | 2008-06-20 | 1 | -1/+1 |
| * | remove useless typedef againstfor VDXContext | ben | 2008-06-20 | 2 | -32/+30 |
| * | cosmetic: give a coherent indentation | ben | 2008-06-20 | 1 | -13/+13 |
| * | remove some useless functions from vidix api | ben | 2008-06-20 | 2 | -27/+0 |
| * | remove useless 'else' | ben | 2008-06-20 | 1 | -1/+1 |
| * | renamed vidixlib.c to vidix.c | ben | 2008-06-20 | 1 | -0/+0 |
| * | remove now useless vidixlib.h file | ben | 2008-06-20 | 15 | -55/+3 |
| * | move content of vidixlib.h into vidix.h | ben | 2008-06-20 | 2 | -92/+96 |
| * | cosmetic: give coherent indentation | ben | 2008-06-20 | 1 | -45/+44 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 8 | -25/+71 |
|\| |
|
| * | Add standard license headers. | diego | 2008-06-08 | 3 | -11/+63 |
| * | Add comments to a few #endif preprocessor directives. | diego | 2008-06-08 | 2 | -5/+5 |
| * | Remove pointless and commented-out #ifdef. | diego | 2008-06-08 | 1 | -6/+0 |
| * | Fix dhahelper.h #include paths. | diego | 2008-06-08 | 3 | -3/+3 |
* | | Merge svn changes up to r27025 | Uoti Urpala | 2008-06-07 | 9 | -44/+28 |
|\| |
|
| * | remove C++ inclusion guard from vidix headers | ben | 2008-06-07 | 4 | -30/+0 |
| * | Add default definition for SVGA device. | diego | 2008-06-07 | 1 | -0/+4 |
| * | remove useless vidix versioning stuff | ben | 2008-06-07 | 5 | -13/+0 |
| * | Drop some useless parameter from vidix init routine | ben | 2008-06-07 | 2 | -2/+2 |
| * | vidix s3 headers was missing proper header | ben | 2008-06-07 | 1 | -0/+24 |
| * | Remove unused variable, fixes the warning: | diego | 2008-06-07 | 1 | -1/+0 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 33 | -202/+142 |
|\| |
|
| * | Merge vidix/dhahelperwin/Makefile into top-level Makefile. | diego | 2008-05-30 | 1 | -39/+0 |
| * | Merge vidix/dhahelper/Makefile into top-level Makefile. | diego | 2008-05-30 | 1 | -21/+0 |
| * | Rename kernelhelper to dhahelper, that name is more fitting. | diego | 2008-05-30 | 6 | -2/+2 |
| * | Fix #include paths. | diego | 2008-05-30 | 3 | -3/+3 |
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 27 | -138/+138 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 29 | -276/+256 |
|\| |
|
| * | Use standard license header with standard formatting. | diego | 2008-05-13 | 4 | -31/+36 |
| * | Use standard license headers. | diego | 2008-05-12 | 24 | -91/+91 |
| * | consistency cosmetics: Move some parts of file headers around; typo fixes. | diego | 2008-05-12 | 17 | -109/+111 |
| * | Remove pointless changelogs. | diego | 2008-05-12 | 3 | -32/+10 |
| * | Use standard license header and add back credits line for Marcel Naziri. | diego | 2008-05-12 | 1 | -6/+8 |
| * | Remove pointless changelog from file header. | diego | 2008-05-12 | 1 | -7/+0 |
* | | Merge svn changes up to r26555 | Uoti Urpala | 2008-04-28 | 4 | -57/+7 |
|\| |
|
| * | clean and distclean rules do the same thing. | diego | 2008-04-26 | 1 | -3/+1 |
| * | Merge vidix/Makefile into top-level Makefile. | diego | 2008-04-26 | 2 | -51/+5 |
| * | Merge clean and distclean rules. | diego | 2008-04-26 | 1 | -3/+1 |
* | | Add .gitignore files | Uoti Urpala | 2008-04-27 | 1 | -0/+5 |
|/ |
|
* | Use directory name as library name template. | diego | 2008-04-22 | 1 | -1/+1 |
* | Adjust dependency generation prerequisites to new structure. | diego | 2008-04-18 | 1 | -1/+1 |
* | Mark phony targets as such. | diego | 2008-04-18 | 1 | -0/+2 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 9 | -9/+9 |
* | remove duplicated pci ids in nvidia vidix driver | ben | 2008-03-08 | 1 | -2/+0 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-07 | 1 | -0/+2 |
* | fix bad function prototype | ben | 2008-02-29 | 1 | -1/+1 |
* | Remove now deprecated Savage VIDIX driver sources | ben | 2008-02-29 | 2 | -1650/+0 |
* | Use MPlayer consistent define naming convention for newly introduce | ben | 2008-02-29 | 1 | -3/+3 |
* | New S3 VIDIX driver. | ben | 2008-02-29 | 4 | -4/+1147 |
* | Add MPLAYER_ prefix to the multiple inclusion guards of generated header files. | diego | 2008-02-22 | 1 | -9/+9 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 24 | -72/+74 |
* | Create standard multiple inclusion guards. | diego | 2008-02-21 | 1 | -9/+9 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 1 | -3/+3 |
* | Change #warning to FIXME comments. | diego | 2008-01-27 | 1 | -2/+2 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-27 | 2 | -15/+15 |
* | Make some radeon vidix driver tables static and const | reimar | 2008-01-13 | 1 | -6/+6 |
* | Fix illegal identifiers, names starting with __ are reserved for the system. | diego | 2008-01-08 | 1 | -13/+13 |
* | Fix illegal identifier, names starting with _ and uppercase are reserved. | diego | 2008-01-07 | 1 | -10/+10 |
* | Fix illegal identifier, names starting with _ and uppercase are reserved. | diego | 2008-01-07 | 1 | -3/+3 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 1 | -1/+1 |
* | Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. | diego | 2008-01-02 | 3 | -13/+8 |
* | Properly express dependencies for generated .c and .h files. | diego | 2008-01-02 | 1 | -4/+8 |
* | 10l: Replace #define with #endif where I really meant to write #endif. | diego | 2008-01-02 | 1 | -1/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 3 | -0/+14 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 5 | -5/+5 |
* | Comment out the correct #endif directive. | diego | 2007-12-31 | 1 | -2/+2 |
* | Make windres binary name configurable, useful for cross-compiling. | diego | 2007-12-28 | 1 | -1/+1 |
* | typo in preprocessor condition | diego | 2007-12-27 | 1 | -1/+1 |
* | pci_db2c.awk creates more than just two .c files, add the rest to the rule. | diego | 2007-12-24 | 1 | -1/+1 |
* | Skip unnecessary (debug) output; obey the rule of silence. | diego | 2007-12-24 | 1 | -1/+1 |
* | r25345 patched the wrong line. | ben | 2007-12-17 | 1 | -1/+1 |
* | implemented frame selection for savage driver | ben | 2007-12-14 | 1 | -0/+20 |
* | fix frame size calculation | ben | 2007-12-14 | 1 | -63/+41 |
* | remove useless code parts | ben | 2007-12-14 | 1 | -54/+0 |
* | bgr24 and bgr32 support | ben | 2007-12-14 | 1 | -1/+6 |
* | rgb -> bgr | ben | 2007-12-14 | 1 | -2/+2 |
* | register values were already set: simplify | ben | 2007-12-14 | 1 | -3/+1 |
* | Fixed VIDIX color bug that was introduced when Radeon VIDIX driver | ben | 2007-12-10 | 1 | -0/+1 |
* | Dump the ati radeon DISP_MERGE_CNTL register to ease the | ben | 2007-12-10 | 1 | -0/+1 |
* | sync ivtv driver with vidix.sf.net (multiple revisions) | ben | 2007-12-04 | 1 | -402/+472 |
* | sync with vidix.sf.net r319: remove useless vars | ben | 2007-12-04 | 1 | -1/+0 |
* | sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver | ben | 2007-12-04 | 1 | -18/+10 |
* | Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay |