~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to doc/issue_tracker.txt

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
FFmpeg's bug/patch/feature request tracker manual
 
1
FFmpeg's bug/feature request tracker manual
2
2
=================================================
3
3
 
4
4
NOTE: This is a draft.
11
11
 
12
12
Issues can be different kinds of things we want to keep track of
13
13
but that do not belong into the source tree itself. This includes
14
 
bug reports, patches, feature requests and license violations. We
 
14
bug reports, feature requests and license violations. We
15
15
might add more items to this list in the future, so feel free to
16
16
propose a new `type of issue' on the ffmpeg-devel mailing list if
17
17
you feel it is worth tracking.
28
28
 
29
29
Type:
30
30
-----
 
31
art
 
32
    Artwork such as photos, music, banners, and logos.
 
33
 
31
34
bug / defect
32
35
    An error, flaw, mistake, failure, or fault in FFmpeg or libav* that
33
36
    prevents it from behaving as intended.
41
44
license violation
42
45
    ticket to keep track of (L)GPL violations of ffmpeg by others
43
46
 
44
 
patch
45
 
    A patch as generated by diff which conforms to the patch submission and
46
 
    development policy.
47
 
 
 
47
sponsoring request
 
48
    Developer requests for hardware, software, specifications, money,
 
49
    refunds, etc.
48
50
 
49
51
Priority:
50
52
---------
51
53
critical
52
 
    Bugs and patches which deal with data loss and security issues.
 
54
    Bugs about data loss and security issues.
53
55
    No feature request can be critical.
54
56
 
55
57
important
56
 
    Bugs which make FFmpeg unusable for a significant number of users, and
57
 
    patches fixing them.
 
58
    Bugs which make FFmpeg unusable for a significant number of users.
58
59
    Examples here might be completely broken MPEG-4 decoding or a build issue
59
60
    on Linux.
60
61
    While broken 4xm decoding or a broken OS/2 build would not be important,
68
69
 
69
70
 
70
71
minor
71
 
    Bugs and patches about things like spelling errors, "mp2" instead of
 
72
    Bugs about things like spelling errors, "mp2" instead of
72
73
    "mp3" being shown and such.
73
74
    Feature requests about things few people want or which do not make a big
74
75
    difference.
103
104
reproduction is not needed as the bug is already understood.
104
105
 
105
106
 
106
 
Type/Status/Substatus:
 
107
Type/Status:
107
108
----------
108
 
*/new/new
109
 
    Initial state of new bugs, patches and feature requests submitted by
 
109
*/new
 
110
    Initial state of new bugs and feature requests submitted by
110
111
    users.
111
112
 
112
 
*/open/open
 
113
*/open
113
114
    Issues which have been briefly looked at and which did not look outright
114
115
    invalid.
115
116
    This implicates that no real more detailed state applies yet. Conversely,
117
118
    looked at.
118
119
 
119
120
*/closed/duplicate
120
 
    Bugs, patches or feature requests which are duplicates.
121
 
    Note that patches dealing with the same thing in a different way are not
122
 
    duplicates.
 
121
    Bugs or feature requests which are duplicates.
123
122
    Note, if you mark something as duplicate, do not forget setting the
124
123
    superseder so bug reports are properly linked.
125
124
 
134
133
bug/closed/fixed
135
134
    Bugs which have to the best of our knowledge been fixed.
136
135
 
137
 
bug/closed/wont_fix
 
136
bug/closed/wontfix
138
137
    Bugs which we will not fix. Possible reasons include legality, high
139
138
    complexity for the sake of supporting obscure corner cases, speed loss
140
139
    for similarly esoteric purposes, et cetera.
148
147
    reproduction failed - that is the code seems to work correctly to the
149
148
    best of our knowledge.
150
149
 
151
 
patch/open/approved
152
 
    Patches which have been reviewed and approved by a developer.
153
 
    Such patches can be applied anytime by any other developer after some
154
 
    reasonable testing (compile + regression tests + does the patch do
155
 
    what the author claimed).
156
 
 
157
 
patch/open/needs_changes
158
 
    Patches which have been reviewed and need changes to be accepted.
159
 
 
160
 
patch/closed/applied
161
 
    Patches which have been applied.
162
 
 
163
 
patch/closed/rejected
164
 
    Patches which have been rejected.
165
 
 
166
 
feature_request/closed/implemented
 
150
feature_request/closed/fixed
167
151
    Feature requests which have been implemented.
168
152
 
169
 
feature_request/closed/wont_implement
 
153
feature_request/closed/wontfix
170
154
    Feature requests which will not be implemented. The reasons here could
171
155
    be legal, philosophical or others.
172
156
 
173
 
Note, please do not use type-status-substatus combinations other than the
174
 
above without asking on ffmpeg-dev first!
175
 
 
176
157
Note2, if you provide the requested info do not forget to remove the
177
 
needs_more_info substatus.
 
158
needs_more_info resolution.
178
159
 
179
160
Component:
180
161
----------