1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 15:27:00 +00:00
mpv/vidix/drivers
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
..
.cvsignore *** empty log message *** 2002-01-07 20:14:27 +00:00
genfb_vid.c added cap.author 2002-01-23 19:33:24 +00:00
mach64_vid.c Fixes: 2002-02-19 16:23:02 +00:00
mach64.h Scratch for volunteers 2002-02-13 08:59:23 +00:00
Makefile Scratch for volunteers 2002-02-13 08:59:23 +00:00
mga_vid.c using MTRR 2002-02-02 18:28:55 +00:00
nvidia_vid.c upgraded to newest vidix interface 2002-01-23 19:37:28 +00:00
nvidia.h initial 2002-01-23 20:19:01 +00:00
radeon_vid.c Fixing "quake" by direct waiting of vsync. 2002-02-13 08:24:13 +00:00
radeon.h typo 2002-02-13 08:55:05 +00:00