aboutsummaryrefslogtreecommitdiffhomepage
path: root/vidix/sysdep
Commit message (Expand)AuthorAge
* vidix: Fix missing iopl declaration on x86_64 systems.Gravatar reimar2010-11-02
* Merge iopl()-related #ifdefs.Gravatar diego2010-04-22
* Do not check for __linux__ in a file that is only ever used on Linux.Gravatar diego2010-04-22
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Add missing license headers.Gravatar diego2010-01-30
* Fix build on SuperH.Gravatar cehoyos2009-12-10
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* 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
* Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:Gravatar diego2008-10-13
* Remove unused variables.Gravatar diego2008-10-12
* Add proper VIDIX support for SuperH architecture.Gravatar ben2008-08-11
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates theGravatar michael2008-07-15
* 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
* Remove unused variable, fixes the warning:Gravatar diego2008-06-07
* Rename kernelhelper to dhahelper, that name is more fitting.Gravatar diego2008-05-30
* Fix #include paths.Gravatar diego2008-05-30
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Comment out the correct #endif directive.Gravatar diego2007-12-31
* Restore copyright/license notices that were stripped off.Gravatar diego2007-11-25
* Identifiers starting with underscores are reserved.Gravatar diego2007-07-31
* merged libdha and libvidix, moved all files from libdha to vidix directoryGravatar ben2007-04-06