diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-02 10:24:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-02 10:24:06 +0000 |
commit | f007d3586563b34bad9d4b89e32f212b7af761bb (patch) | |
tree | 9156a6b3bfaabb3decea0b4476ff96f931296b54 | |
parent | ab2e3e2c80f06776e836da4b8b17a18fc988332a (diff) | |
download | ffmpeg-f007d3586563b34bad9d4b89e32f212b7af761bb.tar.gz |
Add entry about release frequency.
Originally committed as revision 4800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/faq.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 40b7c84bcb..609d9c8b47 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -138,6 +138,15 @@ default. @chapter Development +@section When will the next FFmpeg version be released? / Why are FFmpeg releases so few and far between? + +Like most open source projects FFmpeg suffers from a certain lack of +manpower. For this reason the developers have to prioritize the work +they do and putting out releases is not at the top of the list, fixing +bugs and reviewing patches takes precedence. Please don't complain or +request more timely and/or frequent releases unless you are willing to +help out creating them. + @section Why doesn't FFmpeg support feature [xyz]? Because no one has taken on that task yet. FFmpeg development is |