Author: ben
Date: Sun Aug  3 22:04:03 2008
New Revision: 27407

Log:
Add video driver for Nintendo Wii/GameCube.

Original patch by Jing Liu <[EMAIL PROTECTED]>,
based on vo_fbdev.c and adapted to Nintendo's specific GPU.

This driver handles dedicated ATI GPU, which can be found in:
 - Nintendo GameCube (ATI LSI Flipper @ 162 MHz)
 - Nintendo Wii (ATI Hollywood @ 243 MHz)

Flipper and Hollywood chipsets are pretty similar, except from clock speed:
 - Embedded framebuffer is 2MB.
 - Texture cache is 1MB.
 - Vertex cache is 0.1 MB.
 - Framebuffer is YUY2, not RGB.
 - Best resolution is 480p (854x480)
          


Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Added:
   trunk/libvo/vo_wii.c
Modified:
   trunk/Changelog
   trunk/DOCS/man/fr/mplayer.1
   trunk/DOCS/tech/MAINTAINERS
   trunk/configure
   trunk/libvo/video_out.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 (original)
+++ trunk/DOCS/man/en/mplayer.1 Sun Aug  3 22:04:03 2008
@@ -3928,6 +3928,10 @@ Explicitly choose the fbdev device name 
 .PD 1
 .
 .TP
+.B wii (Linux only)
+Nintendo Wii/GameCube specific video output driver.
+.
+.TP
 .B 3dfx (Linux only)
 3dfx-specific video output driver that directly uses
 the hardware on top of X11.
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to