[FFmpeg-devel] [PATCH] List all known FFmpeg repositories

Michael Niedermayer michaelni
Thu Jan 27 03:12:12 CET 2011


On Thu, Jan 27, 2011 at 01:50:24AM +0000, Mans Rullgard wrote:
> ---
>  htdocs/default.css |   16 ++++++++++++++++
>  src/download       |   48 +++++++++++++++++++++++++++++++++++++++---------
>  2 files changed, 55 insertions(+), 9 deletions(-)
> 
> diff --git a/htdocs/default.css b/htdocs/default.css
> index 169b745..043ffc0 100644
> --- a/htdocs/default.css
> +++ b/htdocs/default.css
> @@ -111,3 +111,19 @@ p {
>  #proj_desc {
>      font-size: 1.2em;
>  }
> +
> +#repos {
> +    margin-left: 1em;
> +    border-collapse: collapse;
> +    border: solid 1px #6A996A;
> +}
> +
> +#repos th {
> +    background-color: #7BB37B;
> +    border: solid 1px #6A996A;
> +}
> +
> +#repos td {
> +    padding: 0.2em;
> +    border: solid 1px #6A996A;
> +}
> diff --git a/src/download b/src/download
> index fb2eb20..84b8e00 100644
> --- a/src/download
> +++ b/src/download
> @@ -19,18 +19,48 @@ releases!
>  
>  <h2>FFmpeg Git</h2>
>  <p>
> -In order to use the standard Git client to check out the source code:
> +FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
> +Given the decentralized nature of Git, multiple repositories from
> +developers and groups of developers are available.
>  </p>
>  
> -<blockquote>
> -<pre>
> -git clone git://git.ffmpeg.org/ffmpeg.git
> -</pre>
> -</blockquote>
> -
>  <p>
> -Alternatively, you can
> -<a href="http://git.ffmpeg.org/?p=ffmpeg.git">browse it online</a>.
> +<table id="repos">
> +<thead>
> +<tr>
> +    <th>Clone URL</th>
> +    <th>Browse URL</th>
> +    <th>Maintainer</th>
> +    <th>Description</th>
> +</tr>
> +</thead>
> +<tbody>
> +<tr>
> +    <td>git://git.ffmpeg.org/ffmpeg.git</td>
> +    <td><a href="http://git.ffmpeg.org/?p=ffmpeg.git">http://git.ffmpeg.org/?p=ffmpeg.git</a></td>
> +    <td>FFmpeg team</td>
> +    <td>Main development</td>
> +</tr>
> +<tr>

> +    <td>git://git.videolan.org/ffmpeg.git</td>
> +    <td><a href="http://git.videolan.org/?p=ffmpeg.git">http://git.videolan.org/?p=ffmpeg.git</a></td>
> +    <td>Michael Niedermayer</td>
> +    <td>Direct commits by various developers</td>

The videolan tree is the official ffmpeg team tree
we discussed it publically, we moved there
you have not objected back then in the long time 

[...]
--
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Incandescent light bulbs waste a lot of energy as heat so the EU forbids them.
Their replacement, compact fluorescent lamps, much more expensive, dont fit in
many old lamps, flicker, contain toxic mercury, produce a fraction of the light
that is claimed and in a unnatural spectrum rendering colors different than
in natural light. Ah and we now need to turn the heaters up more in winter to
compensate the lower wasted heat. Who wins? Not the environment, thats for sure
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110127/4b8d959b/attachment.pgp>



More information about the ffmpeg-devel mailing list