mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
doc/issue_tracker.txt: various updates
Added missing components. Fixed some nits. Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
b8e5b1d786
commit
5f55be7005
@ -1,8 +1,6 @@
|
|||||||
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.
|
|||||||
(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
|
|||||||
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
|
|||||||
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:
|
|||||||
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
|
|||||||
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/*
|
||||||
|
|
||||||
regression
|
swresample
|
||||||
bugs which were not present in a past revision
|
issues in libswresample/*
|
||||||
|
|
||||||
|
swscale
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user