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

stefano subversion at mplayerhq.hu
Tue Oct 27 23:05:34 CET 2009


Author: stefano
Date: Tue Oct 27 23:05:34 2009
New Revision: 5425

Log:
Update to FFmpeg r20390, and remove the vf_format.c filters, which are
now included in the main repo.

Deleted:
   libavfilter/vf_format.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	Sat Oct 24 08:21:31 2009	(r5424)
+++ libavfilter/checkout.sh	Tue Oct 27 23:05:34 2009	(r5425)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 echo "checking out pristine ffmpeg"
-svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r20353
+svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r20390
 
 echo "downloading the corresponding version of swscale"
 cd ffmpeg/libswscale

Modified: libavfilter/diffs/01_ffplay_filters.diff
==============================================================================
--- libavfilter/diffs/01_ffplay_filters.diff	Sat Oct 24 08:21:31 2009	(r5424)
+++ libavfilter/diffs/01_ffplay_filters.diff	Tue Oct 27 23:05:34 2009	(r5425)
@@ -1,6 +1,6 @@
 Index: ffplay.c
 ===================================================================
---- ffplay.c	(revision 20353)
+--- ffplay.c	(revision 20390)
 +++ 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	Sat Oct 24 08:21:31 2009	(r5424)
+++ libavfilter/diffs/02_ffmpeg_filters.diff	Tue Oct 27 23:05:34 2009	(r5425)
@@ -1,6 +1,6 @@
 Index: ffmpeg.c
 ===================================================================
---- ffmpeg.c	(revision 20353)
+--- ffmpeg.c	(revision 20390)
 +++ 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	Sat Oct 24 08:21:31 2009	(r5424)
+++ libavfilter/diffs/03_libavfilter_doc.diff	Tue Oct 27 23:05:34 2009	(r5425)
@@ -1,8 +1,8 @@
 Index: doc/libavfilter.texi
 ===================================================================
---- doc/libavfilter.texi	(revision 20353)
+--- doc/libavfilter.texi	(revision 20390)
 +++ doc/libavfilter.texi	(working copy)
-@@ -111,10 +111,149 @@
+@@ -111,6 +111,20 @@
  
  The default value of ``width'' and ``height'' is 0.
  
@@ -20,15 +20,13 @@ Index: doc/libavfilter.texi
 +./ffmpeg -i in.avi -vfilters "fifo" out.avi
 + at end example
 +
-+ at section format
-+
-+ at example
-+./ffmpeg -i in.avi -vfilters "format=yuv420p" out.avi
-+ at end example
-+
-+Convert video to one of the specified filters formats (libavfilter will
-+try to pick one that is supported as an input to the next filter).
-+
+ @section format
+ 
+ Convert the input video to one of the specified pixel formats.
+@@ -128,6 +142,30 @@
+ 
+ will convert the input video to the format ``yuv420p''.
+ 
 + at section fps
 +
 + at example
@@ -53,16 +51,10 @@ Index: doc/libavfilter.texi
 +
 +Convert a video to its negative.
 +  
-+ at section noformat
-+
-+ at example
-+./ffmpeg -i in.avi -vfilters "noformat=yuv420p" out.avi
-+ at end example
-+
-+Force libavfilter not to send any of the specified pixel formats to the
-+next filter.
-+
- @section null
+ @section noformat
+ 
+ Force libavfilter not to use any of the specified pixel formats as the
+@@ -149,6 +187,89 @@
  
  Pass the source unchanged to the output.
  
@@ -152,7 +144,7 @@ Index: doc/libavfilter.texi
  @section vflip
  
  Flip the input video vertically.
-@@ -123,4 +262,30 @@
+@@ -157,4 +278,30 @@
  ./ffmpeg -i in.avi -vfilters "vflip" out.avi
  @end example
  


More information about the FFmpeg-soc mailing list