Commit 5f55be70 authored by Lou Logan's avatar Lou Logan

doc/issue_tracker.txt: various updates

Added missing components.
Fixed some nits.
Signed-off-by: 's avatarLou Logan <lou@lrcd.com>
parent b8e5b1d7
FFmpeg's bug/feature request tracker manual FFmpeg's bug/feature request tracker manual
================================================= =================================================
NOTE: This is a draft.
Overview: Overview:
--------- ---------
...@@ -22,9 +20,9 @@ a mail for every change to every issue. ...@@ -22,9 +20,9 @@ a mail for every change to every issue.
(the above does all work already after light testing) (the above does all work already after light testing)
The subscription URL for the ffmpeg-trac list is: The subscription URL for the ffmpeg-trac list is:
http(s)://lists.ffmpeg.org/mailman/listinfo/ffmpeg-trac https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-trac
The URL of the webinterface of the tracker is: The URL of the webinterface of the tracker is:
http(s)://trac.ffmpeg.org https://trac.ffmpeg.org
Type: Type:
----- -----
...@@ -42,12 +40,16 @@ feature request / enhancement ...@@ -42,12 +40,16 @@ feature request / enhancement
where the current implementation cannot be considered wrong. where the current implementation cannot be considered wrong.
license violation license violation
ticket to keep track of (L)GPL violations of ffmpeg by others Ticket to keep track of (L)GPL violations of ffmpeg by others.
sponsoring request sponsoring request
Developer requests for hardware, software, specifications, money, Developer requests for hardware, software, specifications, money,
refunds, etc. refunds, etc.
task
A task/reminder such as setting up a FATE client, adding filters to
Trac, etc.
Priority: Priority:
--------- ---------
critical critical
...@@ -66,7 +68,8 @@ important ...@@ -66,7 +68,8 @@ important
don't exist in a past revision or another branch. don't exist in a past revision or another branch.
normal normal
Default setting. Use this if the bug does not match the other
priorities or if you are unsure of what priority to choose.
minor minor
Bugs about things like spelling errors, "mp2" instead of Bugs about things like spelling errors, "mp2" instead of
...@@ -163,14 +166,23 @@ Component: ...@@ -163,14 +166,23 @@ Component:
avcodec avcodec
issues in libavcodec/* issues in libavcodec/*
avdevice
issues in libavdevice/*
avfilter
issues in libavfilter/*
avformat avformat
issues in libavformat/* issues in libavformat/*
avutil avutil
issues in libavutil/* issues in libavutil/*
regression test build system
issues in tests/* issues in or related to configure/Makefile
documentation
issues in or related to doc/*
ffmpeg ffmpeg
issues in or related to ffmpeg.c issues in or related to ffmpeg.c
...@@ -184,11 +196,23 @@ ffprobe ...@@ -184,11 +196,23 @@ ffprobe
ffserver ffserver
issues in or related to ffserver.c issues in or related to ffserver.c
build system postproc
issues in or related to configure/Makefile issues in libpostproc/*
swresample
issues in libswresample/*
regression swscale
bugs which were not present in a past revision issues in libswscale/*
trac trac
issues related to our issue tracker issues related to our issue tracker
undetermined
default component; choose this if unsure
website
issues related to the website
wiki
issues related to the wiki
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment