summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-15 17:49:36 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-15 22:38:41 +0200
commit14622ef05d36693aad4a92bb6313bb9d2a03c8dc (patch)
tree203f5a21a8c1e25a1deebd5e04e4abf503ae655f
parentc0eee89337be5f5728e7da84aa15c658e07506ca (diff)
Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
-rw-r--r--doc/issue_tracker.txt4
-rwxr-xr-xtools/patcheck2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt
index d92ab4221b..5a15a9b665 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 5416603e19..e21a9f681d 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)'