summaryrefslogtreecommitdiffstats
path: root/vidix/pci.c
Commit message (Collapse)AuthorAgeFilesLines
* vidix: drop VIDIX supportUoti Urpala2011-01-311-735/+0
| | | | | | | | | | | | | By now VIDIX is too obscure to justify the amount of code and complexity it requires in the sources. Although there is no pressing need to drop it just now from a code point of view, I'll rather remove it before release than release with VIDIX support and then drop it later. Some of the manpage mentions of VIDIX were in "this option supported for these VOs" lists that looked outdated and failed to mention vdpau for example. Replace such incorrect lists with a generic "not supported for all VOs" mention.
* vidix/pci.c: Add config.h includereimar2010-11-021-0/+1
| | | | | | Needed for other included files in sysdep/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-56/+56
|
* pci.c includes dha.h, remove redundant MAX_* definesranma2008-10-181-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27798 b3059339-0415-0410-9bf9-f77b7e298cf2
* MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows ↵ranma2008-10-181-1/+1
| | | | | | 25 devices), upped to 256 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add proper VIDIX support for SuperH architecture.ben2008-08-111-3/+3
| | | | | | | | Patch by Magnus Damm <magnus dot damm at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-151-1/+1
| | | | | | | C standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add comments to a few #endif preprocessor directives.diego2008-06-081-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27037 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26785 b3059339-0415-0410-9bf9-f77b7e298cf2
* this flag needs to be defined for pread() on powerpcben2007-09-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24531 b3059339-0415-0410-9bf9-f77b7e298cf2
* ifdef one variable that is not used with alpha and powerpc architecturesben2007-09-151-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24530 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless code from vidix driversben2007-04-221-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23066 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed libdha.[hc] to dha.[hc]ben2007-04-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22919 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-061-0/+742
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22918 b3059339-0415-0410-9bf9-f77b7e298cf2