[FFmpeg-devel] [PATCH] video stabilization plugins using vid.stab library

Clément Bœsch ubitux at gmail.com
Sun Apr 14 13:00:54 CEST 2013


On Thu, Apr 11, 2013 at 12:10:45AM +0200, Georg Martius wrote:
[...]
> From 5e5cb000073d27fe24e6705267df5eefb1f238be Mon Sep 17 00:00:00 2001
> From: Georg Martius <martius at mis.mpg.de>
> Date: Thu, 28 Mar 2013 22:59:16 +0100
> Subject: [PATCH] video stabilization plugins using vid.stab library:
>  vidstabdetect and vidstabtransform common functions for
>  interfacing vid.stab are in libavfilter/vidstabutils.c
> 
> 
> Signed-off-by: Georg Martius <martius at mis.mpg.de>
> ---
>  Changelog                         |    1 +
>  LICENSE                           |    4 +-
>  configure                         |    6 +
>  doc/filters.texi                  |  222 ++++++++++++++++++++++++++
>  libavfilter/Makefile              |    2 +
>  libavfilter/allfilters.c          |    2 +
>  libavfilter/vf_vidstabdetect.c    |  254 +++++++++++++++++++++++++++++
>  libavfilter/vf_vidstabtransform.c |  317 +++++++++++++++++++++++++++++++++++++
>  libavfilter/vidstabutils.c        |   84 ++++++++++
>  libavfilter/vidstabutils.h        |   36 +++++
>  10 files changed, 926 insertions(+), 2 deletions(-)
>  create mode 100644 libavfilter/vf_vidstabdetect.c
>  create mode 100644 libavfilter/vf_vidstabtransform.c
>  create mode 100644 libavfilter/vidstabutils.c
>  create mode 100644 libavfilter/vidstabutils.h
> 

Your patch was not rebased on the master since a long time, so we can't
apply it. Additionally, some recent changes in libavfilter will require
some little adjustments in your filters...

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130414/cf6cf9a0/attachment.asc>


More information about the ffmpeg-devel mailing list