summaryrefslogtreecommitdiffstats
path: root/vidix/drivers.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn changes up to r30595Uoti Urpala2010-03-091-0/+1
|\ | | | | | | | | | | Conflicts: mplayer.c vidix/nvidia_vid.c
| * VIDIX: #include drivers.h in drivers.c.diego2010-02-161-0/+1
| | | | | | | | | | | | | | This ensures that function declarations in both files always match. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30592 b3059339-0415-0410-9bf9-f77b7e298cf2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
| |
* | Merge svn changes up to r27458Uoti Urpala2008-08-121-0/+4
|\|
| * Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-111-0/+4
| | | | | | | | | | | | | | | | Patch by Magnus Damm <magnus dot damm at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27452 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
|/
* remove now useless vidixlib.h fileben2008-06-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use standard license headers.diego2008-05-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26751 b3059339-0415-0410-9bf9-f77b7e298cf2
* #include config.h before all other headers.diego2008-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
* New S3 VIDIX driver.ben2008-02-291-3/+3
| | | | | | | | | | Provides support for S3 Trio and S3 Virge chipsets. This deprecates the old Savage driver that worked with latest chips only. (synchronized with vidix.sf.net r326 and r327) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26128 b3059339-0415-0410-9bf9-f77b7e298cf2
* new VIDIX driver for IVTV cards, original patch by Lutz Koschorreckben2007-05-101-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23293 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated vidix files headers whenever it's possible to have a clear GPL statementben2007-04-221-13/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23064 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-141-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22992 b3059339-0415-0410-9bf9-f77b7e298cf2
* added conditional vidix drivers compilationben2007-04-141-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22991 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent include paths for config.h et al.diego2007-04-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22923 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing headers in vidix drivers registry filesben2007-04-061-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22920 b3059339-0415-0410-9bf9-f77b7e298cf2
* segfaults if name is NULLben2007-04-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22896 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow passing :help to -vo [cx]vidix to get list of all compiled in vidix ↵ben2007-04-011-0/+23
| | | | | | drivers git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22891 b3059339-0415-0410-9bf9-f77b7e298cf2
* checking for dynamic drivers version number is now pointlessben2007-04-011-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22876 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a ↵ben2007-04-011-0/+123
fully static library with all drivers built-in git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22875 b3059339-0415-0410-9bf9-f77b7e298cf2