[FFmpeg-devel] [PATCH] List all known FFmpeg repositories (original) (raw)

Lou Logan lou
Thu Jan 27 04:14:59 CET 2011


On Thu, 27 Jan 2011 01:50:24 +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 { #projdesc { 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!

FFmpeg Git

-In order to use the standard Git client to check out the source code: +FFmpeg is developed with Git. +Given the decentralized nature of Git, multiple repositories from +developers and groups of developers are available.

-
-
-git clone git://git.ffmpeg.org/ffmpeg.git - -
-

Remove the

.

-Alternatively, you can -browse it online. +

+ + + Clone URL + Browse URL + Maintainer + Description + + + + + git://git.ffmpeg.org/ffmpeg.git</td> + http://git.ffmpeg.org/?p=ffmpeg.git</a> + FFmpeg team + Main development + + + git://git.videolan.org/ffmpeg.git</td> + http://git.videolan.org/?p=ffmpeg.git</a> + Michael Niedermayer + Direct commits by various developers + + + git://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg.git</td> + http://gitorious.org/~flameeyes/ffmpeg/flameeyes-ffmpeg</a> + Diego E. Petten? + Personal repository with works in progress + + + git://git.mansr.com/ffmpeg.git</td> + http://git.mansr.com/?p=ffmpeg</a> + Mans Rullgard + Personal repository with works in progress + + +

Remove the

.



More information about the ffmpeg-devel mailing list