Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
7f866c14
Commit
7f866c14
authored
Jun 29, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update all trac links to use the trac subdomain
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
a2e50fa0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
developer.texi
doc/developer.texi
+2
-2
issue_tracker.txt
doc/issue_tracker.txt
+1
-1
qtrle.c
libavcodec/qtrle.c
+1
-1
No files found.
doc/developer.texi
View file @
7f866c14
...
...
@@ -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/ffmpe
g
}
.
Fixes a documented bug in @url
{
https://
trac.ffmpeg.or
g
}
.
@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/ffmpe
g/admin/ticket/versions
}
.
Add the release at @url
{
https://
trac.ffmpeg.or
g/admin/ticket/versions
}
.
@item
Announce the intent to do a release to the mailing list.
@item
...
...
doc/issue_tracker.txt
View file @
7f866c14
...
...
@@ -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/ffmpe
g
http(s)://
trac.ffmpeg.or
g
Type:
-----
...
...
libavcodec/qtrle.c
View file @
7f866c14
...
...
@@ -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/ffmpe
g/ticket/226
* See: https://
trac.ffmpeg.or
g/ticket/226
* In the following decoding loop, row_ptr will be the position of the
* current row. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment