From 67c311fafa6b025b55f78e160953ff5f6060c3c0 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 11 Apr 2005 16:24:58 +0000 Subject: [PATCH] changed the mailinglist pointers to the new place (mplayerhq) Originally committed as revision 4122 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 2 +- doc/ffserver.conf | 2 +- doc/optimization.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 3252d160a7..fdf52cad88 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1158,7 +1158,7 @@ verify that there are no big problems. Patches should be posted as base64 encoded attachments (or any other encoding which ensures that the patch wont be trashed during transmission) to the ffmpeg-devel mailinglist, see -@url{http://lists.sourceforge.net/lists/listinfo/ffmpeg-devel} +@url{http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel} It also helps quite a bit if you tell us what the patch does (for example 'replaces lrint by lrintf') , and why (for example '*bsd isnt c99 compliant diff --git a/doc/ffserver.conf b/doc/ffserver.conf index b725353d83..e7be44a1bf 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -339,7 +339,7 @@ ACL allow 192.168.0.0 192.168.255.255 # Redirect index.html to the appropriate site -URL http://ffmpeg.sourceforge.net/ +URL http://www.ffmpeg.org/ diff --git a/doc/optimization.txt b/doc/optimization.txt index 402f7e2542..08caa89c1b 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -14,13 +14,13 @@ as many functions, like the c ones tend to be a bit unreadable currently becouse of optimizations it is difficult to understand them (and write arichtecture specific versions, or optimize the c functions further) it is recommanded to look at older CVS versions of the interresting files (just use CVSWEB at -(http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ffmpeg/ffmpeg/libavcodec/)) +http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/libavcodec/?cvsroot=FFmpeg) or perhaps look into the other architecture specific versions in i386/, ppc/, alpha/, ...; even if u dont understand the instructions exactly it could help understanding the functions & how they can be optimized NOTE:!!! if u still dont understand some function then ask at our mailing list!!! -(http://lists.sourceforge.net/lists/listinfo/ffmpeg-devel) +(http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel)