gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2842 - in Extractor: . src/plugins


From: grothoff
Subject: [GNUnet-SVN] r2842 - in Extractor: . src/plugins
Date: Wed, 17 May 2006 01:45:54 -0700 (PDT)

Author: grothoff
Date: 2006-05-17 01:45:42 -0700 (Wed, 17 May 2006)
New Revision: 2842

Modified:
   Extractor/ChangeLog
   Extractor/TODO
   Extractor/src/plugins/mpegextractor.c
Log:
0.5.14

Modified: Extractor/ChangeLog
===================================================================
--- Extractor/ChangeLog 2006-05-17 08:25:00 UTC (rev 2841)
+++ Extractor/ChangeLog 2006-05-17 08:45:42 UTC (rev 2842)
@@ -1,6 +1,6 @@
 Wed May 17 02:05:37 PDT 2006
         Switched mpegextractor to use libmpeg2 (improves correctness,
-       adds dependency!).
+       adds dependency!).  Releasing libextractor 0.5.14.
 
 Tue May 16 20:08:30 PDT 2006
        Dramatically improved qt extractor (essentially re-written from

Modified: Extractor/TODO
===================================================================
--- Extractor/TODO      2006-05-17 08:25:00 UTC (rev 2841)
+++ Extractor/TODO      2006-05-17 08:45:42 UTC (rev 2842)
@@ -10,7 +10,6 @@
 * add support for different character sets (to 'all' extractors)
 
 'Unclean' code:
-* QT
 * ASF
 * RPM
 

Modified: Extractor/src/plugins/mpegextractor.c
===================================================================
--- Extractor/src/plugins/mpegextractor.c       2006-05-17 08:25:00 UTC (rev 
2841)
+++ Extractor/src/plugins/mpegextractor.c       2006-05-17 08:45:42 UTC (rev 
2842)
@@ -99,6 +99,12 @@
       addKeyword(&prev, "MPEG1", EXTRACTOR_RESOURCE_TYPE);
   }
   if (info->gop != NULL) {
+    /* this usually does not work yet, since gop's are not
+       often at the beginning of the stream (and we
+       don't iterate over the stream hoping to find one).
+       Hence we usually don't get the size.  Not sure how
+       to *efficiently* get the gop (without scanning 
+       through the entire file) */
     snprintf(format, 256, "%u:%u:%u (%u frames)",
             info->gop->hours,
             info->gop->minutes,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]