From 08c27097862deb56184f0d9b8a19222839c304c7 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Tue, 6 May 2008 12:07:10 +0000 Subject: 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 --- DOCS/xml/en/codecs.xml | 12 ++++++------ 1 file 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. x264 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 x264. @@ -303,17 +303,17 @@ H.264 decoding, you might keep an eye on and x264? -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: -svn co svn://svn.videolan.org/x264/trunk x264 +git clone git://git.videolan.org/x264.git MPlayer sources are updated whenever an x264 API change occurs, so it is always suggested to use -MPlayer from Subversion as well. +MPlayer from GIT as well. Perhaps this situation will change when and if an x264 "release" occurs. Meanwhile, x264 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. -- cgit v1.2.3