Author: stefano Date: Sun Oct 18 12:41:28 2009 New Revision: 5412 Log: Update to FFmpeg r20275, in particular remove the vf_null filter, which is now part of the main repo.
Deleted: libavfilter/vf_null.c Modified: libavfilter/checkout.sh libavfilter/diffs/01_ffplay_filters.diff libavfilter/diffs/02_ffmpeg_filters.diff libavfilter/diffs/03_vfilters_doc.diff Modified: libavfilter/checkout.sh ============================================================================== --- libavfilter/checkout.sh Sun Oct 18 11:17:56 2009 (r5411) +++ libavfilter/checkout.sh Sun Oct 18 12:41:28 2009 (r5412) @@ -1,7 +1,7 @@ #! /bin/sh echo "checking out pristine ffmpeg" -svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r20272 +svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r20275 echo "downloading the corresponding version of swscale" cd ffmpeg/libswscale Modified: libavfilter/diffs/01_ffplay_filters.diff ============================================================================== --- libavfilter/diffs/01_ffplay_filters.diff Sun Oct 18 11:17:56 2009 (r5411) +++ libavfilter/diffs/01_ffplay_filters.diff Sun Oct 18 12:41:28 2009 (r5412) @@ -1,6 +1,6 @@ Index: ffplay.c =================================================================== ---- ffplay.c (revision 20272) +--- ffplay.c (revision 20275) +++ 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 Sun Oct 18 11:17:56 2009 (r5411) +++ libavfilter/diffs/02_ffmpeg_filters.diff Sun Oct 18 12:41:28 2009 (r5412) @@ -1,6 +1,6 @@ Index: ffmpeg.c =================================================================== ---- ffmpeg.c (revision 20272) +--- ffmpeg.c (revision 20275) +++ ffmpeg.c (working copy) @@ -41,6 +41,13 @@ #include "libavutil/avstring.h" Modified: libavfilter/diffs/03_vfilters_doc.diff ============================================================================== --- libavfilter/diffs/03_vfilters_doc.diff Sun Oct 18 11:17:56 2009 (r5411) +++ libavfilter/diffs/03_vfilters_doc.diff Sun Oct 18 12:41:28 2009 (r5412) @@ -1,8 +1,8 @@ Index: doc/vfilters.texi =================================================================== ---- doc/vfilters.texi (revision 20272) +--- doc/vfilters.texi (revision 20275) +++ doc/vfilters.texi (working copy) -@@ -78,4 +78,186 @@ +@@ -78,8 +78,190 @@ Below is a description of the currently available video filters. @@ -62,6 +62,10 @@ Index: doc/vfilters.texi + +Convert a video to its negative. + + @section null + + Pass the source unchanged to the output. + +...@section noformat + +...@example _______________________________________________ FFmpeg-soc mailing list FFmpeg-soc@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc