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.

228 lines
7.3KB

  1. FFmpeg's 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. be properly 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 the top level
  18. domain of Hungary to the tracker, and of Italy to the mailing list.
  19. Email Interface:
  20. ----------------
  21. There is a mailing list to which all new issues and changes to existing issues
  22. are sent. 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 mailing list.
  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 implementation 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 MPEG-4 decoding or a build issue
  54. on Linux.
  55. While broken 4xm decoding or a broken OS/2 build would not be important,
  56. the 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 website
  68. restyle or a personalized doxy template or the FFmpeg logo.
  69. This priority is not 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. Conversely,
  87. the 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 duplicates.
  91. Note that patches dealing with the same thing in a different way are not
  92. duplicates.
  93. Note, if you mark something as duplicate, do not forget setting the
  94. superseder so bug reports are properly linked.
  95. */closed/invalid
  96. Bugs caused by user errors, random ineligible or otherwise nonsense stuff.
  97. */closed/needs_more_info
  98. Issues for which some information has been requested by the developers,
  99. but which has not been provided by anyone within reasonable time.
  100. bug/open/reproduced
  101. Bugs which have been reproduced.
  102. bug/open/analyzed
  103. Bugs which have been analyzed and where it is understood what causes them
  104. and which exact chain of events triggers them. This analysis should be
  105. available as a message in the bug report.
  106. Note, do not change the status to analyzed without also providing a clear
  107. and understandable analysis.
  108. This state implicates that the bug either has been reproduced or that
  109. reproduction is not needed as the bug is already understood.
  110. bug/open/needs_more_info
  111. Bug reports which are incomplete and or where more information is needed
  112. from the submitter or another person who can provide it.
  113. This state implicates that the bug has not been analyzed or reproduced.
  114. Note, the idea behind needs_more_info is to offload work from the
  115. developers to the users whenever possible.
  116. bug/closed/fixed
  117. Bugs which have to the best of our knowledge been fixed.
  118. bug/closed/wont_fix
  119. Bugs which we will not fix. Possible reasons include legality, high
  120. complexity for the sake of supporting obscure corner cases, speed loss
  121. for similarly esoteric purposes, et cetera.
  122. This also means that we would reject a patch.
  123. If we are just too lazy to fix a bug then the correct state is open
  124. and unassigned. Closed means that the case is closed which is not
  125. the case if we are just waiting for a patch.
  126. bug/closed/works_for_me
  127. Bugs for which sufficient information was provided to reproduce but
  128. reproduction failed - that is the code seems to work correctly to the
  129. best of our knowledge.
  130. patch/open/approved
  131. Patches which have been reviewed and approved by a developer.
  132. Such patches can be applied anytime by any other developer after some
  133. reasonable testing (compile + regression tests + does the patch do
  134. what the author claimed).
  135. patch/open/needs_changes
  136. Patches which have been reviewed and need changes to be accepted.
  137. patch/closed/applied
  138. Patches which have been applied.
  139. patch/closed/rejected
  140. Patches which have been rejected.
  141. feature_request/open/needs_more_info
  142. Feature requests where it is not clear what exactly is wanted
  143. (these also could be closed as invalid ...).
  144. feature_request/closed/implemented
  145. Feature requests which have been implemented.
  146. feature_request/closed/wont_implement
  147. Feature requests which will not be implemented. The reasons here could
  148. be legal, philosophical or others.
  149. Note, please do not use type-status-substatus combinations other than the
  150. above without asking on ffmpeg-dev first!
  151. Note2, if you provide the requested info do not forget to remove the
  152. needs_more_info substate.
  153. Topic:
  154. ------
  155. A topic is a tag you should add to your issue in order to make grouping them
  156. easier.
  157. avcodec
  158. issues in libavcodec/*
  159. avformat
  160. issues in libavformat/*
  161. avutil
  162. issues in libavutil/*
  163. regression test
  164. issues in tests/*
  165. ffmpeg
  166. issues in or related to ffmpeg.c
  167. ffplay
  168. issues in or related to ffplay.c
  169. ffserver
  170. issues in or related to ffserver.c
  171. build system
  172. issues in or related to configure/Makefile
  173. regression
  174. bugs which were working in a past revision
  175. roundup
  176. issues related to our issue tracker