summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-06-29 19:27:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-06-29 19:27:49 +0200
commit7f866c14ba3da024244483939088c48cfd5d1422 (patch)
tree21f375aa2a9027371a2001def47f77ecf2a6e8d5
parenta2e50fa068dc586d5ab50e02bcd049eb702ccf47 (diff)
downloadffmpeg-7f866c14ba3da024244483939088c48cfd5d1422.tar.gz
update all trac links to use the trac subdomain
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/developer.texi4
-rw-r--r--doc/issue_tracker.txt2
-rw-r--r--libavcodec/qtrle.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index cc99296ed0..5972d87bfa 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -659,7 +659,7 @@ inclusion into a point release:
Fixes a security issue, preferably identified by a @strong{CVE
number} issued by @url{http://cve.mitre.org/}.
@item
- Fixes a documented bug in @url{https://ffmpeg.org/trac/ffmpeg}.
+ Fixes a documented bug in @url{https://trac.ffmpeg.org}.
@item
Improves the included documentation.
@item
@@ -679,7 +679,7 @@ The release process involves the following steps:
Ensure that the @file{RELEASE} file contains the version number for
the upcoming release.
@item
- Add the release at @url{https://ffmpeg.org/trac/ffmpeg/admin/ticket/versions}.
+ Add the release at @url{https://trac.ffmpeg.org/admin/ticket/versions}.
@item
Announce the intent to do a release to the mailing list.
@item
diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt
index d487f66830..27b0009b58 100644
--- a/doc/issue_tracker.txt
+++ b/doc/issue_tracker.txt
@@ -24,7 +24,7 @@ a mail for every change to every issue.
The subscription URL for the ffmpeg-trac list is:
http(s)://ffmpeg.org/mailman/listinfo/ffmpeg-trac
The URL of the webinterface of the tracker is:
-http(s)://ffmpeg.org/trac/ffmpeg
+http(s)://trac.ffmpeg.org
Type:
-----
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c
index c043249b04..6bf138f242 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -68,7 +68,7 @@ static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change)
* line' at the beginning. Since we always interpret it as 'go to next line'
* in the decoding loop (which makes code simpler/faster), the first line
* would not be counted, so we count one more.
- * See: https://ffmpeg.org/trac/ffmpeg/ticket/226
+ * See: https://trac.ffmpeg.org/ticket/226
* In the following decoding loop, row_ptr will be the position of the
* current row. */