[FFmpeg-devel] [PATCH] about: link tools and libraries to the corresponding manual

Stefano Sabatini stefasab at gmail.com
Wed Dec 19 09:28:13 CET 2012


On date Tuesday 2012-12-18 02:39:49 +0100, Clément Bœsch encoded:
> On Tue, Dec 18, 2012 at 01:58:42AM +0100, Stefano Sabatini wrote:
> > ---
> >  src/about |   22 +++++++++++-----------
> >  1 file changed, 11 insertions(+), 11 deletions(-)
> > 
> > diff --git a/src/about b/src/about
> > index 57aadd6..08bf170 100644
> > --- a/src/about
> > +++ b/src/about
> > @@ -36,42 +36,42 @@ or any other type of contribution.
> >  </p>
> >  
> >  <ul>
> > -<li><tt>ffmpeg</tt> is a command line tool to convert multimedia files
> > +<li><tt><a href="ffmpeg.html">ffmpeg</a></tt> is a command line tool to convert multimedia files
> >  between formats.</li>
> >  
> > -<li><tt>ffserver</tt> is a multimedia streaming server for live
> > +<li><tt><a href="ffserver.html">ffserver</a></tt> is a multimedia streaming server for live
> >  broadcasts.</li>
> >  
> > -<li><tt>ffplay</tt> is a simple media player based on <a
> > +<li><tt><a href="ffplay.html">ffplay</a></tt> is a simple media player based on <a
> >  href="http://www.libsdl.org/">SDL</a> and the FFmpeg libraries.</li>
> >  
> > -<li><tt>ffprobe</tt> is a is a simple multimedia stream analyzer.</li>
> > +<li><tt><a href="ffprobe.html">ffprobe</a></tt> is a is a simple multimedia stream analyzer.</li>
> >  </ul>
> >  
> >  <p>and developers libraries:
> >  </p>
> >  <ul>
> > -<li><tt>libavutil</tt> is a library containing functions for
> > +<li><tt><a href="libavutil.html">libavutil</a></tt> is a library containing functions for
> >  simplifying programming, including random number generators, data
> >  structures, mathematics routines, core multimedia utilities, and much
> >  more.</li>
> >  
> > -<li><tt>libavcodec</tt> is a library containing decoders and encoders
> > +<li><tt><a href="libavcodec.html">libavcodec</a></tt> is a library containing decoders and encoders
> >  for audio/video codecs.</li>
> >  
> > -<li><tt>libavformat</tt> is a library containing demuxers and
> > +<li><tt><a href="libavformat.html">libavformat</a></tt> is a library containing demuxers and
> >  muxers for multimedia container formats.</li>
> >  
> > -<li><tt>libavdevice</tt> is a library containing input and output
> > +<li><tt><a href="libavdevice.html">libavdevice</a></tt> is a library containing input and output
> >  devices for grabbing from and rendering to many common multimedia
> >  input/output software frameworks, including Video4Linux, Video4Linux2,
> >  VfW, and ALSA.</li>
> >  
> > -<li><tt>libavfilter</tt> is a library containing media filters.</li>
> > +<li><tt><a href="libavfilter.html">libavfilter</a></tt> is a library containing media filters.</li>
> >  
> > -<li><tt>libswscale</tt> is a library performing highly optimized image
> > +<li><tt><a href="libswscale.html">libswscale</a></tt> is a library performing highly optimized image
> >  scaling and color space/pixel format conversion operations.</li>
> >  
> > -<li><tt>libswresample</tt> is a library performing highly optimized
> > +<li><tt><a href="libswresample">libswresample</a></tt> is a library performing highly optimized
> >  audio resampling, rematrixing and sample format conversion operations.</li>
> >  </ul>
> 
> I was thinking the same while reviewing your other patch. LGTM when pages
> are ready on the server.

Done.
-- 
FFmpeg = Foolish and Foolish Magic Political Elected Gargoyle


More information about the ffmpeg-devel mailing list