[xiph-commits] r15758 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sun Mar 8 06:53:34 PDT 2009


Author: j
Date: 2009-03-08 06:53:33 -0700 (Sun, 08 Mar 2009)
New Revision: 15758

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/ffmpegrev
   trunk/ffmpeg2theora/get_ffmpeg_svn.sh
Log:
update changelog, update to ffmepg 0.5 branch

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2009-03-08 13:51:49 UTC (rev 15757)
+++ trunk/ffmpeg2theora/ChangeLog	2009-03-08 13:53:33 UTC (rev 15758)
@@ -1,3 +1,9 @@
+0.24 2009-03-??
+    - fix to make --max_size --no_upscaling work
+    - pad image with black instead of green
+    - long option for -p is --preset now
+    - update to ffmpeg 0.5
+
 0.23 2008-11-30
     - output frontend status to file, for frontends that can not read stdout
     - --no-upscaling new option to only use widht/height, fps, samplerate 

Modified: trunk/ffmpeg2theora/ffmpegrev
===================================================================
--- trunk/ffmpeg2theora/ffmpegrev	2009-03-08 13:51:49 UTC (rev 15757)
+++ trunk/ffmpeg2theora/ffmpegrev	2009-03-08 13:53:33 UTC (rev 15758)
@@ -1,8 +1,8 @@
-FFMPEG_REVISION=16753
+FFMPEG_REVISION=17754
 FFMPEG_CO_DIR=ffmpeg
-FFMPEG_SVN=svn://svn.mplayerhq.hu/ffmpeg/trunk
+FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.5
 # Because ffmpeg checks out libswscale via an svn:externals, checking
 # out an old ffmpeg does not check out a corresponding libswscale.
 # Keep the swscale checkout manually synchronized, then. Update this
 # when you update FFMPEG_REVISION.
-FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2009-01-24 17:45:00 +0100}'"
+FFMPEG_EXTERNALS_REVISION=28777

Modified: trunk/ffmpeg2theora/get_ffmpeg_svn.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg_svn.sh	2009-03-08 13:51:49 UTC (rev 15757)
+++ trunk/ffmpeg2theora/get_ffmpeg_svn.sh	2009-03-08 13:53:33 UTC (rev 15758)
@@ -20,7 +20,7 @@
 
 #Get ffmpeg from svn
 svn -r $FFMPEG_REVISION co $FFMPEG_SVN $FFMPEG_CO_DIR
-sh -c "$FFMPEG_EXTERNALS_UPDATE"
+svn update -r $FFMPEG_EXTERNALS_REVISION $FFMPEG_CO_DIR/libswscale
 
 #configure and build ffmpeg
 cd ffmpeg && ./configure $options && make



More information about the commits mailing list