aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix
Commit message (Expand)AuthorAge
* 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
* | Merge svn changes up to r27458Gravatar Uoti Urpala2008-08-12
|\|
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
| * Add VIDIX driver for SuperH Mobile VEU hardware block.Gravatar ben2008-08-11
| * Add proper VIDIX support for SuperH architecture.Gravatar ben2008-08-11
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Add NV12 colorspace support to VIDIX driver.Gravatar ben2008-08-07
| * Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* | Merge svn changes up to r27332Gravatar Uoti Urpala2008-07-21
|\|
| * Remove -std=gnu99/gnu89/default dialect linux define, as it violates theGravatar michael2008-07-15
* | Merge svn changes up to r27123Gravatar Uoti Urpala2008-06-23
|\|
| * cosmetic: be consistentGravatar ben2008-06-20
| * remove useless typedef againstfor VDXContextGravatar ben2008-06-20
| * cosmetic: give a coherent indentationGravatar ben2008-06-20
| * remove some useless functions from vidix apiGravatar ben2008-06-20
| * remove useless 'else'Gravatar ben2008-06-20
| * renamed vidixlib.c to vidix.cGravatar ben2008-06-20
| * remove now useless vidixlib.h fileGravatar ben2008-06-20
| * move content of vidixlib.h into vidix.hGravatar ben2008-06-20
| * cosmetic: give coherent indentationGravatar ben2008-06-20
* | Merge svn changes up to r27092Gravatar Uoti Urpala2008-06-17
|\|
| * Add standard license headers.Gravatar diego2008-06-08
| * Add comments to a few #endif preprocessor directives.Gravatar diego2008-06-08
| * Remove pointless and commented-out #ifdef.Gravatar diego2008-06-08
| * Fix dhahelper.h #include paths.Gravatar diego2008-06-08
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|