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.

167 lines
5.5KB

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