[xiph-commits] r16872 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Thu Feb 4 23:39:50 PST 2010


Author: j
Date: 2010-02-04 23:39:50 -0800 (Thu, 04 Feb 2010)
New Revision: 16872

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/SConstruct
Log:
update ChangeLog, prepare for release

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2010-02-05 07:36:55 UTC (rev 16871)
+++ trunk/ffmpeg2theora/ChangeLog	2010-02-05 07:39:50 UTC (rev 16872)
@@ -1,10 +1,11 @@
-svn
+0.25 2010-02-05
     - use a/v sync from input container
       this should fix many issues that came up with variable framerate inputs
     - include metadata from source in --info json output
     - update GPL to version 3
     - update fmpeg
     - update libkate
+    - OggIndex support, can be enabled with --seek-index
 
 0.25 2009-09-28
     - fix input from codecs where width/height is not encoded width/height

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2010-02-05 07:36:55 UTC (rev 16871)
+++ trunk/ffmpeg2theora/SConstruct	2010-02-05 07:39:50 UTC (rev 16872)
@@ -10,7 +10,8 @@
     f.close()
     return version
 
-pkg_version="0.25+svn" + svnversion()
+#pkg_version="0.26+svn" + svnversion()
+pkg_version="0.26"
 pkg_name="ffmpeg2theora"
 
 scons_version=(0,97,0)



More information about the commits mailing list