ffmpegrev: Updating to today's ffmpeg upstream revision, mostly to fix a security...
authorEdward Hervey <bilboed@bilboed.com>
Wed, 23 Jul 2008 13:33:32 +0000 (13:33 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 23 Jul 2008 13:33:32 +0000 (13:33 +0000)
Original commit message from CVS:
* ffmpegrev:
Updating to today's ffmpeg upstream revision, mostly to fix a security
issue.

ChangeLog
common
ffmpegrev

index 252f50b..837dc14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-23  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * ffmpegrev:
+       Updating to today's ffmpeg upstream revision, mostly to fix a security
+       issue.
+
 2008-07-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
 
        * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid):
diff --git a/common b/common
index 79ade7b..e798798 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 79ade7b9c9bf47eee491ceee4cf3ea116140ad35
+Subproject commit e79879859bc866545379eb77e1378a906dc30ebf
index 528d20d..8ab7c27 100644 (file)
--- a/ffmpegrev
+++ b/ffmpegrev
@@ -1,9 +1,9 @@
 # 6315, 10844, 10876, 10910, 10932, 10939
-FFMPEG_REVISION=13766
+FFMPEG_REVISION=14348
 FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
 FFMPEG_SVN=svn://svn.mplayerhq.hu/ffmpeg/trunk
 # 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 '{2008-06-12 00:07:21 +0200}'"
+FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-07-23 00:07:21 +0200}'"