aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix
Commit message (Expand)AuthorAge
* Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\
| * Do not auto-generate the C code to handle PCI vendor and device names.Gravatar diego2009-12-20
| * Remove unused debugging output about total number of printed lines.Gravatar diego2009-12-20
| * Employ slightly better variable names for output files.Gravatar diego2009-12-20
| * Eliminate completely pointless print_includes function.Gravatar diego2009-12-20
| * Do not autogenerate vidix/pci_names.h.Gravatar diego2009-12-20
| * Remove pointless return statements from functions that return nothing.Gravatar diego2009-12-20
| * Move code to write multiple inclusion guards to generated files into functions.Gravatar diego2009-12-20
| * cosmetics: Use more consistent formatting style for generated files.Gravatar diego2009-12-20
| * cosmetics: Use a consistent formattting style; tabs to spaces.Gravatar diego2009-12-20
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Make vidix/pci_db2c.awk executable.Gravatar diego2009-12-16
| * Update the SuperH VEU vidix driver with experimental support for VEU3F.Gravatar cehoyos2009-12-10
| * Fix build on SuperH.Gravatar cehoyos2009-12-10
| * Update the SuperH VEU vidix driver with code that calls fsync() after eachGravatar cehoyos2009-12-10
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
| * Move some variable declarations up to avoid the warnings:Gravatar diego2009-07-19
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * Revert whitespace removal for win-related code, because lack of ^M atGravatar bircoph2009-05-13
| | * Remove all kind of trailing whitespaces from all MPlayer's files.Gravatar bircoph2009-05-13
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * Fix warnings about undefined preprocessor directives.Gravatar diego2009-01-30
* | Merge svn changes up to r28348Gravatar Uoti Urpala2009-01-23
|\|
| * cosmetics: Remove pointless period after copyright statement non-sentences.Gravatar diego2009-01-19
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r28065Gravatar Uoti Urpala2008-12-02
|\|
| * Use standard unsigned long type instead of u_long.Gravatar diego2008-11-30
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * pci.c includes dha.h, remove redundant MAX_* definesGravatar ranma2008-10-18
| * MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...Gravatar ranma2008-10-18
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
| * Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:Gravatar diego2008-10-13
| * Remove unused variables.Gravatar diego2008-10-12
* | Merge svn changes up to r27682Gravatar Uoti Urpala2008-10-02
|\|
| * Remove one more pointless and gcc-specific __attribute__ ((unused)).Gravatar diego2008-09-23
| * Restore function parameters mistakenly removed in previous commit.Gravatar diego2008-09-23
| * Remove pointless and gcc-specific __attribute__ ((unused)).Gravatar diego2008-09-23