~medibuntu-maintainers/mplayer/medibuntu.quantal

« back to all changes in this revision

Viewing changes to DOCS/HTML/zh_CN/directfb.html

  • Committer: Gauvain Pocentek
  • Date: 2011-08-21 07:22:23 UTC
  • mfrom: (66.1.11 oneiric)
  • Revision ID: gauvain@pocentek.net-20110821072223-ummeossdz7okpb3d
* Merge from Ubuntu:
  - put back faac support
  - recommends apport-hooks-medibuntu
  - change Maintainer, Uploaders & Vcs-* fields.
* New upstream snapshot
  - update 23mplayer-debug-printf.patch
  - fixes miscompilation with gcc 4.6, Closes: #623304
  - improved internal mkv demuxer, Closes: #595452
  - Fixed segfault due to missing sanitation on playlist files,
    Closes: #591525
  - Fixed byteorder on 16-bit displays, Closes: #594093
  - tighten build depends on libav
  - --enable-largefile switch has been dropped
  - add build dependency on yasm
* Fix build dependency on libjpeg-dev, Closes: #634277
* rewrite debian/copyright in DEP5 format
* fix clean target
* don't remove snapshot_version file
* enable XVID, MP3 and X264 encoders
* simply architecture specific dependencies, Closes: #634773
* make buildlogs verbose
* unbreak building mplayer-doc package
* don't fail debian package build if not all shlibdeps information could be retrieved
* update configure flags for static libav* libraries
* fix spelling in mplayer-dbg description, Closes: #617826
* enable blueray support, Closes: #577761
* Select oss as default audio output module on kFreeBSD, Closes: #598431
* Update documentation with regard to our modifications to the upstream tarball.
* really no longer build mplayer-gui, Closes: #612473
* simplify/remove instruction to get upstream sources
* normalize debian/{control,copyright,mplayer.install} with wrap-and-sort
* bump standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>6.14. DirectFB</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="MPlayer - 电影播放器"><link rel="up" href="video.html" title="第 6 章 Video output devices"><link rel="prev" href="vidix.html" title="6.13. VIDIX"><link rel="next" href="dfbmga.html" title="6.15. DirectFB/Matrox (dfbmga)"><link rel="preface" href="howtoread.html" title="如何阅读此文档"><link rel="chapter" href="intro.html" title="第 1 章 介绍"><link rel="chapter" href="install.html" title="第 2 章 Installation"><link rel="chapter" href="usage.html" title="第 3 章 Usage"><link rel="chapter" href="advaudio.html" title="第 4 章 Advanced audio usage"><link rel="chapter" href="cd-dvd.html" title="第 5 章 CD/DVD用法"><link rel="chapter" href="video.html" title="第 6 章 Video output devices"><link rel="chapter" href="tv-input.html" title="第 7 章 TV input"><link rel="chapter" href="tv-teletext.html" title="第 8 章 Teletext"><link rel="chapter" href="radio.html" title="第 9 章 广播电台"><link rel="chapter" href="ports.html" title="第 10 章 Ports"><link rel="chapter" href="mencoder.html" title="第 11 章 MEncoder的基础用法"><link rel="chapter" href="encoding-guide.html" title="第 12 章 Encoding with MEncoder"><link rel="chapter" href="faq.html" title="第 13 章 Frequently Asked Questions"><link rel="appendix" href="bugreports.html" title="附录 A. 如何报告错误"><link rel="appendix" href="skin.html" title="附录 B. MPlayer skin format"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.14. DirectFB</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="vidix.html">上一页</a> </td><th width="60%" align="center">第 6 章 Video output devices</th><td width="20%" align="right"> <a accesskey="n" href="dfbmga.html">下一页</a></td></tr></table><hr></div><div class="sect1" title="6.14. DirectFB"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="directfb"></a>6.14. DirectFB</h2></div></div></div><div class="blockquote"><blockquote class="blockquote"><p>
2
 
"DirectFB is a graphics library which was designed with embedded systems
3
 
in mind. It offers maximum hardware accelerated performance at a minimum
4
 
of resource usage and overhead." - quoted from
5
 
<a class="ulink" href="http://www.directfb.org" target="_top">http://www.directfb.org</a>
6
 
</p></blockquote></div><p>I'll exclude DirectFB features from this section.</p><p>
7
 
Though <span class="application">MPlayer</span> is not supported as a "video
8
 
provider" in DirectFB, this output driver will enable video playback
9
 
through DirectFB. It will - of course - be accelerated, on my Matrox G400
10
 
DirectFB's speed was the same as XVideo.
11
 
</p><p>
12
 
Always try to use the newest version of DirectFB. You can use DirectFB options
13
 
on the command line, using the <tt class="option">-dfbopts</tt> option. Layer
14
 
selection can be done by the subdevice method, e.g.:
15
 
<tt class="option">-vo directfb:2</tt> (layer -1 is default: autodetect)
16
 
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="vidix.html">上一页</a> </td><td width="20%" align="center"><a accesskey="u" href="video.html">上一级</a></td><td width="40%" align="right"> <a accesskey="n" href="dfbmga.html">下一页</a></td></tr><tr><td width="40%" align="left" valign="top">6.13. VIDIX </td><td width="20%" align="center"><a accesskey="h" href="index.html">起始页</a></td><td width="40%" align="right" valign="top"> 6.15. DirectFB/Matrox (dfbmga)</td></tr></table></div></body></html>