Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -187,14 +187,14 @@ LGPL to GPL. |
| 187 | 187 |
@section Why does the chrominance data seem to be sampled at a different time from the luminance data on bt8x8 captures on Linux? |
| 188 | 188 |
|
| 189 | 189 |
This is a well-known bug in the bt8x8 driver. For 2.4.26 there is a patch at |
| 190 |
-(@url{http://svn.mplayerhq.hu/michael/trunk/patches/bttv-420-2.4.26.patch?view=co}). This may also
|
|
| 190 |
+(@url{http://svn.ffmpeg.org/michael/trunk/patches/bttv-420-2.4.26.patch?view=co}). This may also
|
|
| 191 | 191 |
apply cleanly to other 2.4-series kernels. |
| 192 | 192 |
|
| 193 | 193 |
@section How do I avoid the ugly aliasing artifacts in bt8x8 captures on Linux? |
| 194 | 194 |
|
| 195 | 195 |
Pass 'combfilter=1 lumafilter=1' to the bttv driver. Note though that 'combfilter=1' |
| 196 |
-will cause somewhat too strong filtering. A fix is to apply (@url{http://svn.mplayerhq.hu/michael/trunk/patches/bttv-comb-2.4.26.patch?view=co})
|
|
| 197 |
-or (@url{http://svn.mplayerhq.hu/michael/trunk/patches/bttv-comb-2.6.6.patch?view=co})
|
|
| 196 |
+will cause somewhat too strong filtering. A fix is to apply (@url{http://svn.ffmpeg.org/michael/trunk/patches/bttv-comb-2.4.26.patch?view=co})
|
|
| 197 |
+or (@url{http://svn.ffmpeg.org/michael/trunk/patches/bttv-comb-2.6.6.patch?view=co})
|
|
| 198 | 198 |
and pass 'combfilter=2'. |
| 199 | 199 |
|
| 200 | 200 |
@section -f jpeg doesn't work. |
| ... | ... |
@@ -469,7 +469,7 @@ see @url{http://www.iversenit.dk/dev/ffmpeg-headers/}
|
| 469 | 469 |
|
| 470 | 470 |
@section Where is the documentation about ffv1, msmpeg4, asv1, 4xm? |
| 471 | 471 |
|
| 472 |
-see @url{http://svn.mplayerhq.hu/michael/trunk/docs/}
|
|
| 472 |
+see @url{http://svn.ffmpeg.org/michael/trunk/docs/}
|
|
| 473 | 473 |
|
| 474 | 474 |
@section How do I feed H.263-RTP (and other codecs in RTP) to libavcodec? |
| 475 | 475 |
|
| ... | ... |
@@ -1087,7 +1087,7 @@ do not attach several unrelated patches to the same mail. |
| 1087 | 1087 |
If the patch fixes a bug, did you provide enough information, including |
| 1088 | 1088 |
a sample, so the bug can be reproduced and the fix can be verified? |
| 1089 | 1089 |
Note please do not attach samples >100k to mails but rather provide a |
| 1090 |
- URL, you can upload to ftp://upload.mplayerhq.hu |
|
| 1090 |
+ URL, you can upload to ftp://upload.ffmpeg.org |
|
| 1091 | 1091 |
@item |
| 1092 | 1092 |
Did you provide a verbose summary about what the patch does change? |
| 1093 | 1093 |
@item |
| ... | ... |
@@ -18,7 +18,7 @@ As many functions tend to be a bit difficult to understand because |
| 18 | 18 |
of optimizations, it can be hard to optimize them further, or write |
| 19 | 19 |
architecture-specific versions. It is recommended to look at older |
| 20 | 20 |
revisions of the interesting files (for a web frontend try ViewVC at |
| 21 |
-http://svn.mplayerhq.hu/ffmpeg/trunk/). |
|
| 21 |
+http://svn.ffmpeg.org/ffmpeg/trunk/). |
|
| 22 | 22 |
Alternatively, look into the other architecture-specific versions in |
| 23 | 23 |
the x86/, ppc/, alpha/ subdirectories. Even if you don't exactly |
| 24 | 24 |
comprehend the instructions, it could help understanding the functions |
| ... | ... |
@@ -40,7 +40,7 @@ |
| 40 | 40 |
|
| 41 | 41 |
static const char* sample_message = |
| 42 | 42 |
"Please file a bug report following the instructions at " |
| 43 |
- "http://ffmpeg.mplayerhq.hu/bugreports.html and include " |
|
| 43 |
+ "http://ffmpeg.org/bugreports.html and include " |
|
| 44 | 44 |
"a sample of this file."; |
| 45 | 45 |
|
| 46 | 46 |
typedef struct SubStream {
|
| ... | ... |
@@ -1518,7 +1518,7 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample) |
| 1518 | 1518 |
"been implemented.", feature); |
| 1519 | 1519 |
if(want_sample) |
| 1520 | 1520 |
av_log(avc, AV_LOG_WARNING, " If you want to help, upload a sample " |
| 1521 |
- "of this file to ftp://upload.mplayerhq.hu/MPlayer/incoming/ " |
|
| 1521 |
+ "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ " |
|
| 1522 | 1522 |
"and contact the FFmpeg-devel mailing list."); |
| 1523 | 1523 |
av_log(avc, AV_LOG_WARNING, "\n"); |
| 1524 | 1524 |
} |