diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2005-04-11 16:24:58 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2005-04-11 16:24:58 +0000 |
commit | 67c311fafa6b025b55f78e160953ff5f6060c3c0 (patch) | |
tree | 9e2720e824bd4062351c17029a5ba9a729fef21c /doc/optimization.txt | |
parent | 056f6179f0eb26c2ab37f91527ad0ff29e513713 (diff) | |
download | ffmpeg-67c311fafa6b025b55f78e160953ff5f6060c3c0.tar.gz |
changed the mailinglist pointers to the new place (mplayerhq)
Originally committed as revision 4122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/optimization.txt')
-rw-r--r-- | doc/optimization.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |