|
...
|
...
|
@@ -5,34 +5,17 @@ NOTE: This is a draft.
|
|
5
|
5
|
|
|
6
|
6
|
Overview:
|
|
7
|
7
|
---------
|
|
8
|
|
-FFmpeg uses Roundup for tracking issues, new issues and changes to
|
|
9
|
|
-existing issues can be done through a web interface and through email.
|
|
|
8
|
+FFmpeg uses Trac for tracking issues, new issues and changes to
|
|
|
9
|
+existing issues can be done through a web interface.
|
|
10
|
10
|
It is possible to subscribe to individual issues by adding yourself to the
|
|
11
|
11
|
nosy list or to subscribe to the ffmpeg-issues mailing list which receives
|
|
12
|
12
|
a mail for every change to every issue. Replies to such mails will also
|
|
13
|
13
|
be properly added to the respective issue.
|
|
14
|
14
|
(the above does all work already after light testing)
|
|
15
|
|
-The subscription URL for the ffmpeg-issues list is:
|
|
16
|
|
-http://live.polito/mailman/listinfo/ffmpeg-issues
|
|
|
15
|
+The subscription URL for the ffmpeg-trac list is:
|
|
|
16
|
+http(s)://ffmpeg.org/mailman/listinfo/ffmpeg-trac
|
|
17
|
17
|
The URL of the webinterface of the tracker is:
|
|
18
|
|
-http(s)://roundup.ffmpeg/roundup/ffmpeg/
|
|
19
|
|
-Note the URLs in this document are obfuscated, you must append the top level
|
|
20
|
|
-domain for non-profit organizations to the tracker, and of Italy to the
|
|
21
|
|
-mailing list.
|
|
22
|
|
-
|
|
23
|
|
-Email Interface:
|
|
24
|
|
-There is a mailing list to which all new issues and changes to existing issues
|
|
25
|
|
-are sent. You can subscribe through
|
|
26
|
|
-http://live.polito/mailman/listinfo/ffmpeg-issues
|
|
27
|
|
-Replies to messages there will have their text added to the specific issues.
|
|
28
|
|
-Attachments will be added as if they had been uploaded via the web interface.
|
|
29
|
|
-You can change the status, substatus, topic, ... by changing the subject in
|
|
30
|
|
-your reply like:
|
|
31
|
|
-Re: [issue94] register_avcodec and allcodecs.h [type=patch;status=open;substatus=approved]
|
|
32
|
|
-Roundup will then change things as you requested and remove the [...] from
|
|
33
|
|
-the subject before forwarding the mail to the mailing list.
|
|
34
|
|
-
|
|
|
18
|
+http(s)://ffmpeg.org/trac/ffmpeg
|
|
35
|
19
|
|
|
36
|
20
|
NOTE: issue = (bug report || patch || feature request)
|
|
37
|
21
|
|