]> git.sesse.net Git - ffmpeg/blobdiff - doc/issue_tracker.txt
Make sure kbhit() is in conio.h
[ffmpeg] / doc / issue_tracker.txt
index 4b6a8a13419048ab67cda905c4dbd2417ef8c0e5..d92ab4221b4e263919a0485f46320c989b051357 100644 (file)
@@ -1,11 +1,11 @@
-FFmpeg's bug/patch/feature request tracker manual
-=================================================
+Libav's bug/patch/feature request tracker manual
+================================================
 
 NOTE: This is a draft.
 
 Overview:
 ---------
-FFmpeg uses Roundup for tracking issues, new issues and changes to
+Libav uses Roundup for tracking issues, new issues and changes to
 existing issues can be done through a web interface and through email.
 It is possible to subscribe to individual issues by adding yourself to the
 nosy list or to subscribe to the ffmpeg-issues mailing list which receives
@@ -15,9 +15,10 @@ be properly added to the respective issue.
 The subscription URL for the ffmpeg-issues list is:
 http://live.polito/mailman/listinfo/ffmpeg-issues
 The URL of the webinterface of the tracker is:
-http(s)://roundup.mplayerhq/roundup/ffmpeg/
+http(s)://roundup.ffmpeg/roundup/ffmpeg/
 Note the URLs in this document are obfuscated, you must append the top level
-domain of Hungary to the tracker, and of Italy to the mailing list.
+domain for non-profit organizations to the tracker, and of Italy to the
+mailing list.
 
 Email Interface:
 ----------------
@@ -59,7 +60,7 @@ critical
     No feature request can be critical.
 
 important
-    Bugs which make FFmpeg unusable for a significant number of users, and
+    Bugs which make Libav unusable for a significant number of users, and
     patches fixing them.
     Examples here might be completely broken MPEG-4 decoding or a build issue
     on Linux.
@@ -80,7 +81,7 @@ minor
 wish
     Something that is desirable to have but that there is no urgency at
     all to implement, e.g. something completely cosmetic like a website
-    restyle or a personalized doxy template or the FFmpeg logo.
+    restyle or a personalized doxy template or the Libav logo.
     This priority is not valid for bugs.
 
 
@@ -146,8 +147,13 @@ bug/closed/fixed
     Bugs which have to the best of our knowledge been fixed.
 
 bug/closed/wont_fix
-    Bugs which we will not fix, the reasons here could be legal, philosophical
-    or others.
+    Bugs which we will not fix. Possible reasons include legality, high
+    complexity for the sake of supporting obscure corner cases, speed loss
+    for similarly esoteric purposes, et cetera.
+    This also means that we would reject a patch.
+    If we are just too lazy to fix a bug then the correct state is open
+    and unassigned. Closed means that the case is closed which is not
+    the case if we are just waiting for a patch.
 
 bug/closed/works_for_me
     Bugs for which sufficient information was provided to reproduce but