[FFmpeg-soc] [soc]: r5423 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff diffs/02_ffmpeg_filters.diff diffs/03_libavfilter_doc.diff vf_vflip.c

stefano subversion at mplayerhq.hu
Fri Oct 23 00:41:03 CEST 2009


Author: stefano
Date: Fri Oct 23 00:41:03 2009
New Revision: 5423

Log:
Update to FFmpeg r20353, and remove the vflip filter which is now
included in the main repo.

Deleted:
   libavfilter/vf_vflip.c
Modified:
   libavfilter/checkout.sh
   libavfilter/diffs/01_ffplay_filters.diff
   libavfilter/diffs/02_ffmpeg_filters.diff
   libavfilter/diffs/03_libavfilter_doc.diff

Modified: libavfilter/checkout.sh
==============================================================================
--- libavfilter/checkout.sh	Wed Oct 21 23:42:18 2009	(r5422)
+++ libavfilter/checkout.sh	Fri Oct 23 00:41:03 2009	(r5423)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 echo "checking out pristine ffmpeg"
-svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r20344
+svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r20353
 
 echo "downloading the corresponding version of swscale"
 cd ffmpeg/libswscale

Modified: libavfilter/diffs/01_ffplay_filters.diff
==============================================================================
--- libavfilter/diffs/01_ffplay_filters.diff	Wed Oct 21 23:42:18 2009	(r5422)
+++ libavfilter/diffs/01_ffplay_filters.diff	Fri Oct 23 00:41:03 2009	(r5423)
@@ -1,6 +1,6 @@
 Index: ffplay.c
 ===================================================================
---- ffplay.c	(revision 20344)
+--- ffplay.c	(revision 20353)
 +++ ffplay.c	(working copy)
 @@ -29,6 +29,12 @@
  #include "libavcodec/colorspace.h"

Modified: libavfilter/diffs/02_ffmpeg_filters.diff
==============================================================================
--- libavfilter/diffs/02_ffmpeg_filters.diff	Wed Oct 21 23:42:18 2009	(r5422)
+++ libavfilter/diffs/02_ffmpeg_filters.diff	Fri Oct 23 00:41:03 2009	(r5423)
@@ -1,6 +1,6 @@
 Index: ffmpeg.c
 ===================================================================
---- ffmpeg.c	(revision 20344)
+--- ffmpeg.c	(revision 20353)
 +++ ffmpeg.c	(working copy)
 @@ -41,6 +41,13 @@
  #include "libavutil/avstring.h"

Modified: libavfilter/diffs/03_libavfilter_doc.diff
==============================================================================
--- libavfilter/diffs/03_libavfilter_doc.diff	Wed Oct 21 23:42:18 2009	(r5422)
+++ libavfilter/diffs/03_libavfilter_doc.diff	Fri Oct 23 00:41:03 2009	(r5423)
@@ -1,10 +1,10 @@
 Index: doc/libavfilter.texi
 ===================================================================
---- doc/libavfilter.texi	(revision 20344)
+--- doc/libavfilter.texi	(revision 20353)
 +++ doc/libavfilter.texi	(working copy)
-@@ -111,8 +111,185 @@
+@@ -111,10 +111,149 @@
  
- The default value of ``w'' and ``h'' is 0.
+ The default value of ``width'' and ``height'' is 0.
  
 + at section drawbox
 +
@@ -52,10 +52,6 @@ Index: doc/libavfilter.texi
 + at end example
 +
 +Convert a video to its negative.
-+
-+  @section null
-+  
-+  Pass the source unchanged to the output.
 +  
 + at section noformat
 +
@@ -153,14 +149,13 @@ Index: doc/libavfilter.texi
 +
 +Transpose (line => column) input video to next video filter.
 +
-+ at section vflip
-+
-+ at example
-+./ffmpeg -i in.avi -vfilters "vflip" out.avi
-+ at end example
-+
-+Flip the video vertically.
-+
+ @section vflip
+ 
+ Flip the input video vertically.
+@@ -123,4 +262,30 @@
+ ./ffmpeg -i in.avi -vfilters "vflip" out.avi
+ @end example
+ 
 + at section buffer
 +
 +This input filter is used by the client application to feed pictures to


More information about the FFmpeg-soc mailing list