summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-06 12:07:10 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-06 12:07:10 +0000
commit08c27097862deb56184f0d9b8a19222839c304c7 (patch)
tree7144e252c92046fda3f4cb52f4fa426bea97a9aa /DOCS
parenta9e9ed0a83b329310ec043d066318877d134068a (diff)
downloadmpv-08c27097862deb56184f0d9b8a19222839c304c7.tar.bz2
mpv-08c27097862deb56184f0d9b8a19222839c304c7.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/codecs.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index f1a7bce4c3..6fed5cc4c6 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -192,8 +192,8 @@ default as it offers better speed.
<para>
<ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink>
is a library for creating H.264 video streams.
-It is not 100% complete, but currently it has at least some kind
-of support for most of the H.264 features which impact quality.
+It is not 100% complete, but supports most of H.264's features which impact
+quality.
There are also many advanced features in the H.264 specification
which have nothing to do with video quality per se; many of these
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>
<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:
-<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
an <systemitem class="library">x264</systemitem> API change
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
<systemitem class="library">x264</systemitem> "release" occurs.
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.
</para>