| ... | ... |
@@ -28,7 +28,7 @@ |
| 28 | 28 |
* |
| 29 | 29 |
* Generic codec information: libavcodec/nellymoserdec.c |
| 30 | 30 |
* |
| 31 |
- * Some information also from: http://samples.mplayerhq.hu/A-codecs/Nelly_Moser/ASAO/ASAO.zip |
|
| 31 |
+ * Some information also from: http://samples.libav.org/A-codecs/Nelly_Moser/ASAO/ASAO.zip |
|
| 32 | 32 |
* (Copyright Joseph Artsimovich and UAB "DKD") |
| 33 | 33 |
* |
| 34 | 34 |
* for more information about nellymoser format, visit: |
| ... | ... |
@@ -37,7 +37,7 @@ |
| 37 | 37 |
* |
| 38 | 38 |
* You will know you have these parameters passed correctly when the decoder |
| 39 | 39 |
* correctly decodes this file: |
| 40 |
- * http://samples.mplayerhq.hu/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov |
|
| 40 |
+ * http://samples.libav.org/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov |
|
| 41 | 41 |
*/ |
| 42 | 42 |
#include "internal.h" |
| 43 | 43 |
#include "dsputil.h" |
| ... | ... |
@@ -1204,7 +1204,7 @@ void av_log_ask_for_sample(void *avc, const char *msg) |
| 1204 | 1204 |
if (msg) |
| 1205 | 1205 |
av_log(avc, AV_LOG_WARNING, "%s ", msg); |
| 1206 | 1206 |
av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample " |
| 1207 |
- "of this file to ftp://upload.libav.org/MPlayer/incoming/ " |
|
| 1207 |
+ "of this file to ftp://upload.libav.org/incoming/ " |
|
| 1208 | 1208 |
"and contact the libav-devel mailing list.\n"); |
| 1209 | 1209 |
} |
| 1210 | 1210 |
|
| ... | ... |
@@ -117,7 +117,7 @@ static int flic_read_header(AVFormatContext *s, |
| 117 | 117 |
|
| 118 | 118 |
if (!st->codec->width || !st->codec->height) {
|
| 119 | 119 |
/* Ugly hack needed for the following sample: */ |
| 120 |
- /* http://samples.mplayerhq.hu/fli-flc/fli-bugs/specular.flc */ |
|
| 120 |
+ /* http://samples.libav.org/fli-flc/fli-bugs/specular.flc */ |
|
| 121 | 121 |
av_log(s, AV_LOG_WARNING, |
| 122 | 122 |
"File with no specified width/height. Trying 640x480.\n"); |
| 123 | 123 |
st->codec->width = 640; |