[xiph-commits] r9870 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Aug 30 15:51:07 PDT 2005


Author: j
Date: 2005-08-30 15:51:04 -0700 (Tue, 30 Aug 2005)
New Revision: 9870

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/configure.ac
   trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
ffmpeg2theora 0.15

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2005-08-30 22:01:56 UTC (rev 9869)
+++ trunk/ffmpeg2theora/ChangeLog	2005-08-30 22:51:04 UTC (rev 9870)
@@ -1,3 +1,8 @@
+0.15     2005-08-31
+    - ti.dropframes_p = 0 so we do not loos half of the frames.
+    - also increase keyframe interval for better search support.
+    - this time the windows build als supports ac3 decoding again.
+
 0.14     2005-08-15
     - add support for v4l input devices
     - update to latest version of ffmpeg-cvs(now uses pkg-config)

Modified: trunk/ffmpeg2theora/configure.ac
===================================================================
--- trunk/ffmpeg2theora/configure.ac	2005-08-30 22:01:56 UTC (rev 9869)
+++ trunk/ffmpeg2theora/configure.ac	2005-08-30 22:51:04 UTC (rev 9870)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(ffmpeg2theora,0.14.1)
+AC_INIT(ffmpeg2theora,0.15)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
 

Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c	2005-08-30 22:01:56 UTC (rev 9869)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c	2005-08-30 22:51:04 UTC (rev 9870)
@@ -33,6 +33,7 @@
 
 #ifdef WIN32
 #include "fcntl.h"
+#define rindex  strrchr
 #endif
 
 #include "theorautils.h"
@@ -577,8 +578,6 @@
                                 output_resized=output;
                             }
                         }
-                        else
-                            fprintf(stderr,"did not get a pic\n");
                         ptr += len1;
                         len -= len1;
                     }    



More information about the commits mailing list