1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 13:02:24 +00:00
mpv/vidix
Uoti Urpala b0986b3760 Merge svn changes up to r30463
Note that r30455 is wrong, that commit does not in fact change the
default behavior as claimed in the commit message. It only breaks
"-af-adv force=0", which was already pretty much useless though.
2010-03-09 18:59:15 +02:00
..
dhahelper license header cosmetics 2010-01-30 13:46:26 +00:00
dhahelperwin Add missing license headers. 2010-01-30 13:49:24 +00:00
sysdep Merge svn changes up to r30463 2010-03-09 18:59:15 +02:00
.gitignore
AsmMacros.h Remove hackish and not actually working code to make vidix compile with 2010-01-12 20:20:49 +00:00
cyberblade_regs.h cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
cyberblade_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
dha.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
dha.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
drivers.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
drivers.h
fourcc.h Add NV12 colorspace support to VIDIX driver. 2008-08-07 12:28:28 +00:00
glint_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
ivtv_vid.c Move some variable declarations up to avoid the warnings: 2009-07-19 20:59:32 +00:00
mach64_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mach64.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mga_crtc2_vid.c
mga_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mtrr.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
nvidia_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pci_db2c.awk cosmetics: Break multiple statements on one line apart. 2010-01-04 21:10:15 +00:00
pci_names.h Do not autogenerate vidix/pci_names.h. 2009-12-20 17:49:07 +00:00
pci.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pci.db Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pm2_vid.c Remove one more pointless and gcc-specific __attribute__ ((unused)). 2008-09-23 20:53:46 +00:00
pm3_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pm3_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
radeon_vid.c Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. 2009-07-26 19:53:00 +00:00
radeon.h
rage128_vid.c
README
README.dha
s3_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
s3_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
sh_veu_vid.c Update the SuperH VEU vidix driver with experimental support for VEU3F. 2009-12-10 23:22:19 +00:00
sis_bridge.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
sis_defs.h
sis_regs.h
sis_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
unichrome_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
unichrome_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vidix.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vidix.h Get rid of some more trailing whitespace 2009-05-12 03:01:09 +00:00

VIDIX - Video Interface for *niX.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This library was designed and introduced as interface to userspace drivers
to provide DGA everywhere where it's possible (unline X11).
I hope that these drivers will be portable same as X11 (not only on *nix).

For details on how to develop a new driver see trunk/DOCS/tech/vidix.txt

IMPORTANT: These are NOT linux kernel drivers. If you are looking for
the mga_vid linux kernel drivers, please cd ../drivers thanks.