summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep
Commit message (Expand)AuthorAgeFilesLines
* Fix build on SuperH.cehoyos2009-12-101-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1312-72/+72
* Add missing 'void' to parameterless function declarations.diego2009-05-043-4/+4
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-052-3/+3
* Get rid of pointless 'extern' keywords.diego2008-12-032-7/+7
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-163-15/+15
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
* Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:diego2008-10-131-3/+0
* Remove unused variables.diego2008-10-121-2/+0
* Add proper VIDIX support for SuperH architecture.ben2008-08-111-1/+5
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-152-2/+2
* Add comments to a few #endif preprocessor directives.diego2008-06-081-2/+2
* Remove pointless and commented-out #ifdef.diego2008-06-081-6/+0
* Fix dhahelper.h #include paths.diego2008-06-083-3/+3
* Remove unused variable, fixes the warning:diego2008-06-071-1/+0
* Rename kernelhelper to dhahelper, that name is more fitting.diego2008-05-301-1/+1
* Fix #include paths.diego2008-05-303-3/+3
* cosmetics: Remove useless parentheses from return statements.diego2008-05-1615-55/+55
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-226-18/+20
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Comment out the correct #endif directive.diego2007-12-311-2/+2
* Restore copyright/license notices that were stripped off.diego2007-11-2518-0/+603
* Identifiers starting with underscores are reserved.diego2007-07-316-18/+18
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-0627-0/+1755