diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt index d92ab4221b4e263919a0485f46320c989b051357..5a15a9b6659637b56d17da1ea16382167c710e2d 100644 --- a/doc/issue_tracker.txt +++ b/doc/issue_tracker.txt @@ -15,7 +15,7 @@ be properly added to the respective issue. The subscription URL for the ffmpeg-issues list is: http://live.polito/mailman/listinfo/ffmpeg-issues The URL of the webinterface of the tracker is: -http(s)://roundup.ffmpeg/roundup/ffmpeg/ +http(s)://roundup.libav.org/ Note the URLs in this document are obfuscated, you must append the top level domain for non-profit organizations to the tracker, and of Italy to the mailing list. @@ -187,7 +187,7 @@ feature_request/closed/wont_implement be legal, philosophical or others. Note, please do not use type-status-substatus combinations other than the -above without asking on ffmpeg-dev first! +above without asking on libav-devel first! Note2, if you provide the requested info do not forget to remove the needs_more_info substate. diff --git a/tools/patcheck b/tools/patcheck index 5416603e1954bebce60e50a337c96f4478658233..e21a9f681d4d1f6932ed68babe009721b30953a9 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -16,7 +16,7 @@ echo patCHeck 1e10.0 echo This tool is intended to help a human check/review patches it is very far from echo being free of false positives and negatives, its output are just hints of what echo may or may not be bad. When you use it and it misses something or detects -echo something wrong, fix it and send a patch to the ffmpeg-dev ML +echo something wrong, fix it and send a patch to the libav-devel mailing list. echo License:GPL Autor: Michael Niedermayer ERE_PRITYP='(unsigned *|)(char|short|long|int|long *int|short *int|void|float|double|(u|)int(8|16|32|64)_t)'