[MPlayer-translations] r27407 - in trunk: Changelog DOCS/man/en/mplayer.1 DOCS/man/fr/mplayer.1 DOCS/tech/MAINTAINERS configure libvo/video_out.c libvo/vo_wii.c
ben
subversion at mplayerhq.hu
Sun Aug 3 22:04:04 CEST 2008
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 <fatersh-1 at yahoo.com>,
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/fr/mplayer.1
Changes in other areas also in this revision:
Added:
trunk/libvo/vo_wii.c
Modified:
trunk/Changelog
trunk/DOCS/man/en/mplayer.1
trunk/DOCS/tech/MAINTAINERS
trunk/configure
trunk/libvo/video_out.c
Modified: trunk/DOCS/man/fr/mplayer.1
==============================================================================
--- trunk/DOCS/man/fr/mplayer.1 (original)
+++ trunk/DOCS/man/fr/mplayer.1 Sun Aug 3 22:04:03 2008
@@ -4149,6 +4149,10 @@ Choisit explicitement le périphérique fb
.PD 1
.
.TP
+.B wii (Linux uniquement)
+Pilote de sortie vidéo spécifiques aux consoles Nintendo Wii et GameCube.
+.
+.TP
.B 3dfx (Linux uniquement)
Pilote de sortie vidéo spécifique aux cartes 3dfx, qui exploite directement
les circuits matériels 3dfx sous X11.
More information about the MPlayer-translations
mailing list