source: multimedia/libdriv/libvdpau.xml@ 57977df

systemd-13485
Last change on this file since 57977df was 57977df, checked in by Douglas R. Reno <renodr@…>, 8 years ago

gobject-introspection: Mako is now in the book
Textual changes - plenty of them.
libva: Add instructions for building without EGL and GLX
Tags through Mesa

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17044 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libvdpau-download-http "http://people.freedesktop.org/~aplattner/vdpau/libvdpau-&libvdpau-version;.tar.gz">
8 <!ENTITY libvdpau-download-ftp " ">
9 <!ENTITY libvdpau-md5sum "11a842df9fbaad0f5f10cf553b8d5690">
10 <!ENTITY libvdpau-size "416 KB">
11 <!ENTITY libvdpau-buildsize "9.2 MB">
12 <!ENTITY libvdpau-time "0.1 SBU">
13]>
14
15<sect1 id="libvdpau" xreflabel="libvdpau-&libvdpau-version;">
16 <?dbhtml filename="libvdpau.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libvdpau-&libvdpau-version;</title>
24
25 <indexterm zone="libvdpau">
26 <primary sortas="a-libvdpau">libvdpau</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libvdpau</title>
31
32 <para>
33 The <application>libvdpau</application> package contains a library which
34 implements VDPAU.
35 </para>
36
37 <para>
38 VDPAU (Video Decode and Presentation API for Unix) is an open source
39 library (libvdpau) and API originally designed by Nvidia for its
40 GeForce 8 series and later GPU hardware targeted at the X Window System.
41 This VDPAU API allows video programs to offload portions of the video
42 decoding process and video post-processing to the GPU video-hardware.
43 </para>
44
45 <para>
46 Currently, the portions capable of being offloaded by VDPAU onto the GPU
47 are motion compensation (mo comp), inverse discrete cosine transform
48 (iDCT), VLD (variable-length decoding) and deblocking for MPEG-1, MPEG-2,
49 MPEG-4 ASP (MPEG-4 Part 2), H.264/MPEG-4 AVC and VC-1, WMV3/WMV9 encoded
50 videos. Which specific codecs of these that can be offloaded to the
51 GPU depends on the version of the GPU hardware; specifically,
52 to also decode MPEG-4 ASP (MPEG-4 Part 2), Xvid/OpenDivX (DivX 4), and
53 DivX 5 formats, a GeForce 200M (2xxM) Series (the eleventh generation of
54 Nvidia's GeForce graphics processing units) or newer GPU hardware is
55 required.
56 </para>
57
58 &lfs79_checked;
59
60 <bridgehead renderas="sect3">Package Information</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>
64 Download (HTTP): <ulink url="&libvdpau-download-http;"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download (FTP): <ulink url="&libvdpau-download-ftp;"/>
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Download MD5 sum: &libvdpau-md5sum;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Download size: &libvdpau-size;
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Estimated disk space required: &libvdpau-buildsize;
85 </para>
86 </listitem>
87 <listitem>
88 <para>
89 Estimated build time: &libvdpau-time;
90 </para>
91 </listitem>
92 </itemizedlist>
93
94 <bridgehead renderas="sect3">libvdpau Dependencies</bridgehead>
95
96 <bridgehead renderas="sect4">Required</bridgehead>
97 <para role="required">
98 <xref linkend="xorg7-lib"/>
99 </para>
100
101 <bridgehead renderas="sect5">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="doxygen"/>,
104 <xref linkend="graphviz"/>, and
105 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
106 </para>
107
108 <bridgehead renderas="sect4">Runtime Dependency</bridgehead>
109 <para role="optional">
110 <xref linkend="mesa"/> (with the corresponding VDPAU driver) or
111 <xref linkend="libvdpau-va-gl"/>
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/libvdpau"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of libvdpau</title>
121
122 <para>
123 Install <application>libvdpau</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>./configure --prefix=/usr \
128 --sysconfdir=/etc \
129 --disable-static &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 To test the results, issue: <command>make check</command>.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/static-libraries.xml"/>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 None
163 </seg>
164 <seg>
165 libvdpau.so
166 </seg>
167 <seg>
168 /usr/include/libvdpau and
169 /usr/lib/libvdpau
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="libvdpau-lib">
180 <term><filename class="libraryfile">libvdpau.so</filename></term>
181 <listitem>
182 <para>
183 contains functions to offload portions of the video decoding
184 process and video post-processing to the GPU video-hardware.
185 </para>
186 <indexterm zone="libvdpau libvdpau-lib">
187 <primary sortas="c-libvdpau">libvdpau.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.