[FFmpeg-soc] [soc]: r5539 - in indeo5: TODO description

diego subversion at mplayerhq.hu
Wed Dec 16 00:13:08 CET 2009


Author: diego
Date: Wed Dec 16 00:13:08 2009
New Revision: 5539

Log:
wording/grammar

Modified:
   indeo5/TODO
   indeo5/description

Modified: indeo5/TODO
==============================================================================
--- indeo5/TODO	Wed Dec 16 00:09:29 2009	(r5538)
+++ indeo5/TODO	Wed Dec 16 00:13:08 2009	(r5539)
@@ -1,9 +1,9 @@
 Please read my comments named "description" BEFORE doing anything! Thanks!
 
-Some small steps needed to be completed in order to make FFmpeg able to
+Some small steps need to be completed in order to enable FFmpeg to
 decode indeo5 videos:
 
 * split the 5/3 wavelet synthesis filter out of the snow source (see
-  snow.c:spatial_compose53i) and adapt it to indeo5. The indeo5's
-  high-pass coefficients must be upscaled by -2 in this case before
-  those can be passed to that filter.
+  snow.c:spatial_compose53i) and adapt it to indeo5. The indeo5
+  high-pass coefficients must be upscaled by -2 in this case
+  before they can be passed to that filter.

Modified: indeo5/description
==============================================================================
--- indeo5/description	Wed Dec 16 00:09:29 2009	(r5538)
+++ indeo5/description	Wed Dec 16 00:13:08 2009	(r5539)
@@ -6,8 +6,7 @@ Description of the files:
 Indeo5 docs:
 -------------
 
-There is a basic indeo5 documentation being currently in progress. It
-can be found here:
+Basic indeo5 documentation is in the process of being produced at:
 http://wiki.multimedia.cx/index.php?title=Indeo_5
 
 Please be aware of the following important design specifics of the indeo5 codec:
@@ -29,13 +28,13 @@ Please be aware of the following importa
    used in this case!!!
 
 3. The 5/3 wavelet filter of indeo5 differs from the standard one in that it
-   scales the high-pass coefficients by the value of -1/2. It should be
-   possible to reuse the Snow's code (see snow.c:spatial_compose53i) which
-   implements the same wavelet but upscale the indeo5 coefficients by -2
-   before calling this function. Maybe it will be possible to integrate the
-   upscale step directly into this function...
+   scales the high-pass coefficients by the value -1/2. It should be possible
+   to reuse Snow code (see snow.c:spatial_compose53i) which implements the
+   same wavelet but upscale the indeo5 coefficients by -2 before calling this
+   function. Maybe it will be possible to integrate the upscale step directly
+   into this function...
 
 4. Please work with debugging features (see "IVI_DEBUG" in my code)
    enabled in order to ensure you don't break anything!
 
-For the further description please read the source or ask me...
+For further details please read the source or ask me...


More information about the FFmpeg-soc mailing list