[FFmpeg-cvslog] [ffmpeg-web] branch master updated. c77e704 add oldabi news and fix html validation spotted by lou
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Apr 28 03:41:39 CEST 2011
The branch, master has been updated
via c77e70497f2097bcebf0c79e7122bb4e3ff067f1 (commit)
from 4cf9f39044b0a8a4ea3e917ae5ba17f84e89a5fb (commit)
- Log -----------------------------------------------------------------
commit c77e70497f2097bcebf0c79e7122bb4e3ff067f1
Author: Compn <tempn at twmi.rr.com>
AuthorDate: Wed Apr 27 21:41:02 2011 -0400
Commit: Compn <tempn at twmi.rr.com>
CommitDate: Wed Apr 27 21:41:02 2011 -0400
add oldabi news and fix html validation spotted by lou
diff --git a/src/index b/src/index
index 82ad92f..cf85023 100644
--- a/src/index
+++ b/src/index
@@ -33,7 +33,25 @@ with the latest developments by subscribing to both the
<h1>News</h1>
-<a name="10bith264"></a><h3>April 14, 2011</h3>
+<a name="oldabi"></a><h3>April 27, 2011</h3>
+<p>
+FFmpeg now has an oldabi branch. It is updated to master but with the old ABI.
+Only fixes that break the old ABI are missing from this branch.
+</p>
+<p>
+To access the oldabi branch, clone FFmpeg, then do
+</p>
+<pre>
+git checkout oldabi
+</pre>
+<p>
+To get back to latest FFmpeg, just run:
+</p>
+<pre>
+git checkout master
+</pre>
+
+<a name="tenbith264"></a><h3>April 14, 2011</h3>
<p>
FFmpeg can now decode 9-bit and 10-bit H.264 streams,
used in particular by AVCIntra 50.
-----------------------------------------------------------------------
Summary of changes:
src/index | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list