You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

216 lines
6.7KB

  1. ffmpegs bug/patch/feature request tracker manual
  2. ================================================
  3. NOTE, this is a draft
  4. Overview:
  5. ---------
  6. FFmpeg uses roundup for tracking issues, new issues and changes to
  7. existing issues can be done through a web interface and through email.
  8. It is possible to subscribe to individual issues by adding yourself to the
  9. nosy list or to subscribe to the ffmpeg-issues mailing list which receives
  10. a mail for every change to every issue. Replies to such mails will also
  11. properly be added to the respective issue.
  12. (the above does all work already after light testing)
  13. The subscription URL for the ffmpeg-issues list is:
  14. http://live.polito/mailman/listinfo/ffmpeg-issues
  15. The URL of the webinterface of the tracker is:
  16. http(s)://roundup.mplayerhq/roundup/ffmpeg/
  17. Note the URLs in this document are obfuscated, you must append top level
  18. domain of hungary to the tracker, and italy to the mailinglist.
  19. Email Interface:
  20. ----------------
  21. Theres a mailinglist to which all new issues and changes to existing issues
  22. are sent to, you can subscribe through
  23. http://live.polito/mailman/listinfo/ffmpeg-issues
  24. Replies to messages there will have their text added to the specific issues.
  25. Attachments will be added as if they had been uploaded via the web interface.
  26. You can change the status, substatus, topic, ... by changing the subject in
  27. your reply like:
  28. Re: [issue94] register_avcodec and allcodecs.h [type=patch;status=open;substatus=approved]
  29. roundup will then change things as you requested and remove the [...] from
  30. the subject before forwarding the mail to the mailinglist
  31. note: issue = (bug report || patch || feature request)
  32. Type:
  33. -----
  34. bug
  35. An error, flaw, mistake, failure, or fault in ffmpeg or libav* that
  36. prevents it from behaving as intended.
  37. feature request
  38. Request of support for encoding or decoding of a new codec, container
  39. or variant.
  40. Request of support for more, less or plain different output or behavior
  41. where the current behavior cannot be considered wrong.
  42. patch
  43. A patch as generated by diff which conforms to the patch submission and
  44. Development Policy.
  45. Priority:
  46. ---------
  47. critical
  48. Bugs and patches which deal with data loss and security issues.
  49. No feature request can be critical.
  50. important
  51. Bugs which make ffmpeg unusable for a significant number of users, and
  52. patches fixing them.
  53. Examples here might be completely broken mpeg4 decoding or a build issue
  54. on Linux.
  55. While broken 4xm decoding or broken OS/2 build would not be important, the
  56. separation to normal is somewhat fuzzy ...
  57. For feature requests this priority would be used for things many people
  58. want.
  59. normal
  60. minor
  61. Bugs and patches about things like spelling errors, "mp2" instead of
  62. "mp3" being shown and such.
  63. Feature requests about things few people want or which do not make a big
  64. difference.
  65. wish
  66. Something that is desirable to have but that there is no urgency at
  67. all to implement, e.g.: something completely cosmetic like a
  68. website restyle or a personalized doxy template or the ffmpeg logo.
  69. This priority isn't valid for bugs.
  70. Status:
  71. -------
  72. new
  73. initial state
  74. open
  75. intermediate states
  76. closed
  77. Final state
  78. Type/Status/Substatus:
  79. ----------
  80. */new/new
  81. Initial state of new bugs, patches and feature requests submitted by
  82. users
  83. */open/open
  84. Issues which have been briefly looked at and which did not look outright
  85. invalid.
  86. This implicates that no real more detailed state applies yet. And the
  87. more detailed states below implicate that the issue has been briefly
  88. looked at.
  89. */closed/duplicate
  90. Bugs, patches or feature requests which are duplicate of some other.
  91. Note patches dealing with the same thing but differently are not duplicate.
  92. */closed/invalid
  93. Bugs caused by user errors, random ineligible or otherwise nonsense stuff
  94. bug/open/reproduced
  95. Bugs which have been reproduced
  96. bug/open/analyzed
  97. Bugs which have been analyzed and where it is understood what causes them
  98. and which exact chain of events triggers them. This analysis should be
  99. available as a message in the bugreport.
  100. Note, do not change the status to analyzed without also providing a clear
  101. and understandable analysis.
  102. This state implicates that the bug either has been reproduced or that
  103. reproduction is not needed as the bug is understood already anyway.
  104. bug/open/needs_more_info
  105. Bugreports which are incomplete and or where more information is needed
  106. from the submitter or another person who can provide the info.
  107. This state implicates that the bug has not been analyzed or reproduced.
  108. Note, the idea behind needs_more_info is to offload work from the
  109. developers to the users whenever possible.
  110. bug/closed/fixed
  111. Bugs which have to the best of our knowledge been fixed.
  112. bug/closed/wont_fix
  113. Bugs which we will not fix, the reasons here could be legal, philosophical
  114. or others.
  115. bug/closed/works_for_me
  116. Bugs for which sufficient information was provided to reproduce but
  117. reproduction failed - that is the code seems to work correctly to the
  118. best of our knowledge.
  119. patch/open/approved
  120. Patches which have been reviewed and approved by a developer.
  121. Such patches can be applied anytime by any other developer after some
  122. reasonable testing (compile + regression tests + does the patch do
  123. what the author claimed).
  124. patch/open/needs_changes
  125. Patches which have been reviewed and need changes to be accepted.
  126. patch/closed/applied
  127. Patches which have been applied.
  128. patch/closed/rejected
  129. Patches which have been rejected.
  130. feature_request/open/needs_more_info
  131. Feature requests where its not clear what exactly is wanted
  132. (these also could be closed as invalid ...).
  133. feature_request/closed/implemented
  134. Feature requests which have been implemented.
  135. feature_request/closed/wont_implement
  136. Feature requests which will not be implemented. The reasons here could
  137. be legal, philosophical or others.
  138. Note, please do not use type-status-substatus combinations other than the
  139. above without asking on ffmpeg-dev first!
  140. Note2, if you provide the requested info dont forget to remove the
  141. needs_more_info substate
  142. Topic:
  143. ------
  144. A topic is a tag you should add to your issue in order to make grouping them
  145. easier.
  146. avcodec
  147. issues in libavcodec/*
  148. avformat
  149. issues in libavformat/*
  150. avutil
  151. issues in libavutil/*
  152. regression test
  153. issues in tests/*
  154. ffmpeg
  155. issues in or related to ffmpeg.c
  156. ffplay
  157. issues in or related to ffplay.c
  158. ffserver
  159. issues in or related to ffserver.c
  160. build system
  161. issues in or related to configure/Makefile
  162. regression
  163. bugs which where working in a past revission
  164. roundup
  165. issues related to our issue tracker