[xiph-commits] r17295 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Fri Jun 18 02:01:32 PDT 2010
Author: j
Date: 2010-06-18 02:01:32 -0700 (Fri, 18 Jun 2010)
New Revision: 17295
Modified:
trunk/ffmpeg2theora/ChangeLog
trunk/ffmpeg2theora/SConstruct
Log:
update changelog, update version
Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog 2010-06-17 15:06:37 UTC (rev 17294)
+++ trunk/ffmpeg2theora/ChangeLog 2010-06-18 09:01:32 UTC (rev 17295)
@@ -1,10 +1,10 @@
-0.27 soon
+0.27 2010-06-18
+ - Use Skeleton 4.0 by default (including index),
+ can be disabled with --skeleton-3 or --no-skeleton
+ - update to FFmpeg 0.6 branch
+ - use ogv/oga/ogx depending on input if no output name is specified
- aspect ratio fix in twopass mode
- - update to fmpeg 0.6 branch
- update documentation
- - use ogv/oga/ogx depending on input if no output name is specified
- - Skeleton 4.0 support(including index), can be disabled with
- --skeleton-3 or --no-skeleton
0.26 2010-02-05
- use a/v sync from input container
Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct 2010-06-17 15:06:37 UTC (rev 17294)
+++ trunk/ffmpeg2theora/SConstruct 2010-06-18 09:01:32 UTC (rev 17295)
@@ -10,7 +10,8 @@
f.close()
return version
-pkg_version="0.26+svn" + svnversion()
+pkg_version="0.27"
+#pkg_version +="+svn" + svnversion()
pkg_name="ffmpeg2theora"
More information about the commits
mailing list