1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 20:34:58 +00:00

update paragraphs related to x264, and update its checkout command

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26675 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2008-05-06 12:07:10 +00:00
parent a9e9ed0a83
commit 08c2709786

View File

@ -192,8 +192,8 @@ default as it offers better speed.
<para> <para>
<ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink> <ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink>
is a library for creating H.264 video streams. is a library for creating H.264 video streams.
It is not 100% complete, but currently it has at least some kind It is not 100% complete, but supports most of H.264's features which impact
of support for most of the H.264 features which impact quality. quality.
There are also many advanced features in the H.264 specification There are also many advanced features in the H.264 specification
which have nothing to do with video quality per se; many of these which have nothing to do with video quality per se; many of these
are not yet implemented in <systemitem class="library">x264</systemitem>. are not yet implemented in <systemitem class="library">x264</systemitem>.
@ -303,17 +303,17 @@ H.264 decoding, you might keep an eye on
and <systemitem class="library">x264</systemitem>?</title> and <systemitem class="library">x264</systemitem>?</title>
<para> <para>
If you have the subversion client installed, the latest x264 If you have the GIT client installed, the latest x264
sources can be gotten with this command: sources can be gotten with this command:
<screen>svn co svn://svn.videolan.org/x264/trunk x264</screen> <screen>git clone git://git.videolan.org/x264.git</screen>
<application>MPlayer</application> sources are updated whenever <application>MPlayer</application> sources are updated whenever
an <systemitem class="library">x264</systemitem> API change an <systemitem class="library">x264</systemitem> API change
occurs, so it is always suggested to use occurs, so it is always suggested to use
<application>MPlayer</application> from Subversion as well. <application>MPlayer</application> from GIT as well.
Perhaps this situation will change when and if an Perhaps this situation will change when and if an
<systemitem class="library">x264</systemitem> "release" occurs. <systemitem class="library">x264</systemitem> "release" occurs.
Meanwhile, <systemitem class="library">x264</systemitem> should Meanwhile, <systemitem class="library">x264</systemitem> should
be considered very unstable, in the sense that its programming be considered a bit unstable, in the sense that its programming
interface is subject to change. interface is subject to change.
</para> </para>