[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5e7e867 Include link to updated tutorial source.
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Aug 16 19:06:02 CEST 2012
The branch, master has been updated
via 5e7e867acec7a6a20a64beb3a9124943036091df (commit)
via 5006e6ba445702f003e8e0c815f4602ac1fe8335 (commit)
from 02604b4bcae66e7c6c076082e46ce3fa81401a7d (commit)
- Log -----------------------------------------------------------------
commit 5e7e867acec7a6a20a64beb3a9124943036091df
Author: Michael Penkov <misha.penkov at gmail.com>
AuthorDate: Thu Aug 16 14:44:59 2012 +0900
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Aug 16 19:04:07 2012 +0200
Include link to updated tutorial source.
diff --git a/src/documentation b/src/documentation
index fc7cf03..264ac64 100644
--- a/src/documentation
+++ b/src/documentation
@@ -49,5 +49,6 @@ describes how to add a filter to libavfilter.</li>
<li><a href="http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html">Using libavformat and libavcodec</a> by
Martin Böhme, a good overview of the FFmpeg APIs.</li>
<li><a href="http://dranger.com/ffmpeg/">An FFmpeg and SDL Tutorial</a>
-by Stephen Dranger, explains how to write a video player based on FFmpeg.</li>
+by Stephen Dranger, explains how to write a video player based on FFmpeg
+(<a href="https://github.com/mpenkov/ffmpeg-tutorial">updated source code</a> by Michael Penkov).</li>
</ul>
commit 5006e6ba445702f003e8e0c815f4602ac1fe8335
Author: Helmut K. C. Tessarek <tessarek at evermeet.cx>
AuthorDate: Thu Aug 16 00:14:57 2012 -0400
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Thu Aug 16 19:00:58 2012 +0200
add repository for static builds for Mac OS X Intel 64bit
diff --git a/src/download b/src/download
index d43378c..cad56e3 100644
--- a/src/download
+++ b/src/download
@@ -63,6 +63,12 @@ FFmpeg Windows Builds are available at
<a href="http://ffmpeg.zeranoe.com/builds/">Zeranoe FFmpeg Builds</a>.
</p>
+<h2>FFmpeg Mac OS X Builds </h2>
+<p>
+FFmpeg static builds for Mac OS X Intel 64bit are available at
+<a href="http://www.evermeet.cx/ffmpeg/">FFmpeg Static Builds by tessus</a>.
+</p>
+
<h2>Extra repositories</h2>
<p>
FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
-----------------------------------------------------------------------
Summary of changes:
src/documentation | 3 ++-
src/download | 6 ++++++
2 files changed, 8 insertions(+), 1 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list