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.

168 lines
5.4KB

  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.it/mailman/listinfo/ffmpeg-issues
  15. The URL of the webinterface of the tracker is:
  16. https://roundup.mplayerhq.hu/roundup/ffmpeg/
  17. note: issue = (bug report || patch || feature request)
  18. Type:
  19. -----
  20. bug
  21. An error, flaw, mistake, failure, or fault in ffmpeg or libav* that
  22. prevents it from behaving as intended.
  23. feature request
  24. Request of support for encoding or decoding of a new codec, container
  25. or variant.
  26. Request of support for more, less or plain different output or behavior
  27. where the current behavior cannot be considered wrong.
  28. patch
  29. A patch as generated by diff which conforms to the patch submission and
  30. Development Policy.
  31. Priority:
  32. ---------
  33. critical
  34. Bugs and patches which deal with data loss and security issues.
  35. No feature request can be critical.
  36. important
  37. Bugs which make ffmpeg unusable for a significant number of users, and
  38. patches fixing them.
  39. Examples here might be completely broken mpeg4 decoding or a build issue
  40. on Linux.
  41. While broken 4xm decoding or broken OS/2 build would not be important, the
  42. separation to normal is somewhat fuzzy ...
  43. For feature requests this priority would be used for things many people
  44. want.
  45. normal
  46. minor
  47. Bugs and patches about things like spelling errors, "mp2" instead of
  48. "mp3" being shown and such.
  49. Feature requests about things few people want or which do not make a big
  50. difference.
  51. wish
  52. Something that is desirable to have but that there is no urgency at
  53. all to implement, e.g.: something completely cosmetic like a
  54. website restyle or a personalized doxy template or the ffmpeg logo.
  55. This priority isn't valid for bugs.
  56. Status:
  57. -------
  58. new
  59. initial state
  60. open
  61. intermediate states
  62. closed
  63. Final state
  64. Type/Status/Substatus:
  65. ----------
  66. */new/new
  67. Initial state of new bugs, patches and feature requests submitted by
  68. users
  69. */open/open
  70. Issues which have been briefly looked at and which did not look outright
  71. invalid.
  72. This implicates that no real more detailed state applies yet. And the
  73. more detailed states below implicate that the issue has been briefly
  74. looked at.
  75. */closed/duplicate
  76. Bugs, patches or feature requests which are duplicate of some other.
  77. Note patches dealing with the same thing but differently are not duplicate.
  78. */closed/invalid
  79. Bugs caused by user errors, random ineligible or otherwise nonsense stuff
  80. bug/open/reproduced
  81. Bugs which have been reproduced
  82. bug/open/analyzed
  83. Bugs which have been analyzed and where it is understood what causes them
  84. and which exact chain of events triggers them. This analysis should be
  85. available as a message in the bugreport.
  86. Note, do not change the status to analyzed without also providing a clear
  87. and understandable analysis.
  88. This state implicates that the bug either has been reproduced or that
  89. reproduction is not needed as the bug is understood already anyway.
  90. bug/open/needs_more_info
  91. Bugreports which are incomplete and or where more information is needed
  92. from the submitter or another person who can provide the info.
  93. This state implicates that the bug has not been analyzed or reproduced.
  94. bug/closed/fixed
  95. Bugs which have to the best of our knowledge been fixed.
  96. bug/closed/wont_fix
  97. Bugs which we will not fix, the reasons here could be legal, philosophical
  98. or others.
  99. bug/closed/works_for_me
  100. Bugs for which sufficient information was provided to reproduce but
  101. reproduction failed - that is the code seems to work correctly to the
  102. best of our knowledge.
  103. patch/open/approved
  104. Patches which have been reviewed and approved by a developer.
  105. Such patches can be applied anytime by any other developer after some
  106. reasonable testing (compile + regression tests + does the patch do
  107. what the author claimed).
  108. patch/open/needs_changes
  109. Patches which have been reviewed and need changes to be accepted.
  110. patch/closed/applied
  111. Patches which have been applied.
  112. patch/closed/rejected
  113. Patches which have been rejected.
  114. feature_request/open/needs_more_info
  115. Feature requests where its not clear what exactly is wanted
  116. (these also could be closed as invalid ...).
  117. feature_request/closed/implemented
  118. Feature requests which have been implemented.
  119. feature_request/closed/wont_implement
  120. Feature requests which will not be implemented. The reasons here could
  121. be legal, philosophical or others.
  122. Note, please do not use type-status-substatus combinations other than the
  123. above without asking on ffmpeg-dev first!
  124. Note2, if you provide the requested info dont forget to remove the
  125. needs_more_info substate
  126. Topic:
  127. ------
  128. A topic is a tag you should add to your issue in order to make grouping them
  129. easier. Some tags available: avformat, avcodec, avutils, ffmpeg, roundup