1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 11:01:35 +00:00
mpv/vidix
nick 962ecd12da Fixes:
- every line of movie is displayed instead of every odd before
  (v_inc: 11 -> 12; pitch -> pitch/2)
- awful colored window on start
  (reset_regs: OUTREG(i,-1) -> OUTREG(i,0))
- YVYU fourcc displaying
  (SCALE_CNTL: 0xb0000 -> 0xc0000)
- correct vertical scaling in double scan in interlaced modes
  (see y_x_start(end))
Note: tested 3DRage IIC doesn't support neihgter YV12 nor color correction
so Michael should test and fix again these changes. Sorry!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4759 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-19 16:23:02 +00:00
..
drivers Fixes: 2002-02-19 16:23:02 +00:00
.cvsignore I was missing it ... 2002-01-07 20:13:20 +00:00
fourcc.h
Makefile Embedding vidix 2002-01-07 09:28:22 +00:00
README + new features and possibility 2002-01-16 08:33:17 +00:00
vidix.h some typos fixed ;), added author to capabilites and extended name to 64 bytes. added interleaved uv planes support 2002-01-23 19:30:26 +00:00
vidixlib.c typo 2002-02-06 16:41:06 +00:00
vidixlib.h + new features and possibility 2002-01-16 08:33:17 +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 detail on how to develop new driver see main/DOCS/tech/vidix.txt