---
 src/index |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/index b/src/index
index 26b590c..784cc11 100644
--- a/src/index
+++ b/src/index
@@ -46,9 +46,9 @@ semi-public IO API in libavformat. As a result:
     <li>Some functions from the buffered API were found unfit to be
     public and were deprecated.</li>
     <li>The lower-level unbuffered API working with URLContext was found
-    unfit to be public and is now deprecated. If you're using it to feed
-    lavf demuxers with your own I/O system, you can easily switch to the
-    buffered API.</li>
+    unfit to be public and is now deprecated. If you are using it to feed
+    libavformat demuxers with your own I/O system, you can easily switch
+    to the buffered API.</li>
     <li>All public functions now conform to the Libav naming rules and
     are properly prefixed with <i>avio_</i>, thus preventing name clashes.</li>
 </ul>
@@ -62,10 +62,10 @@ the changes should be straightforward and consist mostly of 
renames.
 <p>
 We will maintain compatibility for the 0.7 release, everything
 deprecated now is planned to be removed shortly before 0.8. If you
-can't find an adequate replacement for a deprecated part of API you are
-using or have any problems with switching to the buffered API, please
+cannot find an adequate replacement for a deprecated part of the API you
+are using or have any problems while switching to the buffered API, please
 <a href="contact.html">contact us</a> and we will try to
-solve it. Refer to the <i>doc/APIChanges</i> file for details.
+solve your problem. Refer to the <i>doc/APIChanges</i> file for details.
 
 <a name="distros_move_to_libav"></a><h3>Mar 25, 2011</h3>
 
@@ -126,7 +126,9 @@ patches against our release branches.
 <a name="move_to_libav_org"></a><h3>March 13, 2011</h3>
 
 <p>
-We, as a group of FFmpeg developers, have decided to continue developing 
FFmpeg under the name Libav. All existing infrastructure will be transferred to 
the libav.org domain.
+We, as a group of FFmpeg developers, have decided to continue developing
+FFmpeg under the name Libav. All existing infrastructure will be
+transferred to the libav.org domain.
 </p>
 
 <table border="0" cellpadding="0" cellspacing="0"><tr>
@@ -150,7 +152,10 @@ You can update your git repository using the following 
command:
 <pre>git remote set-url origin 'git://git.libav.org/libav'</pre>
 
 <p>
-For now we are still reachable over FFmpeg's mailing lists and irc channels 
but we will migrate to libav.org counterparts. For a transition period both the 
website and source might still contain references to FFmpeg. These will 
disappear over time, except where historically relevant.
+For now we are still reachable over FFmpeg's mailing lists and IRC channels
+but we will migrate to libav.org counterparts. For a transition period both
+the website and source might still contain references to FFmpeg. These will
+disappear over time, except where historically relevant.
 </p>
 
 <a name="svn_to_git"></a><h3>February 24, 2011</h3>
-- 
1.5.6.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to