[Ffmpeg-cvslog] CVS: ffmpeg/doc optimization.txt,1.11,1.12
Diego Biurrun CVS
diego
Sun Jun 12 18:11:42 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/doc
In directory mail:/var2/tmp/cvs-serv2576/doc
Modified Files:
optimization.txt
Log Message:
Rephrase a paragraph for ease of understanding, suggested by Mans.
Index: optimization.txt
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/doc/optimization.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- optimization.txt 11 Jun 2005 18:18:13 -0000 1.11
+++ optimization.txt 12 Jun 2005 16:11:40 -0000 1.12
@@ -10,15 +10,15 @@
optimize, but there aren't many left.
Understanding these overoptimized functions:
-As many functions, like the C ones tend to be a bit unreadable currently
-because of optimizations it is difficult to understand them (and write
-architecture specific versions, or optimize the C functions further) it is
-recommended to look at older CVS versions of the interesting files (just use
-ViewCVS at http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/?cvsroot=FFMpeg).
-Alternatively, look into the other architecture-specific versions in the i386/,
-ppc/, alpha/ subdirectories. Even if you don't exactly understand the
-instructions, it could help understanding the functions and how they
-can be optimized.
+As many functions tend to be a bit difficult to understand because
+of optimizations, it can be hard to optimize them further, or write
+architecture-specific versions. It is recommened to look at older
+CVS versions of the interesting files (just use ViewCVS at
+http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/?cvsroot=FFMpeg).
+Alternatively, look into the other architecture-specific versions in
+the i386/, ppc/, alpha/ subdirectories. Even if you don't exactly
+comprehend the instructions, it could help understanding the functions
+and how they can be optimized.
NOTE: If you still don't understand some function, ask at our mailing list!!!
(http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel)
More information about the ffmpeg-cvslog
mailing list