[FFmpeg-devel] [PATCH] lavfi: add vsink_buffer, and use it in ff* tools

Michael Niedermayer michaelni at gmx.at
Sun Jun 12 17:32:37 CEST 2011


On Sun, Jun 12, 2011 at 11:37:58AM +0200, Stefano Sabatini wrote:
> On date Saturday 2011-06-11 19:39:30 +0200, Stefano Sabatini encoded:
> > ---
> >  cmdutils.c                 |   68 ------------------------------
> >  cmdutils.h                 |    6 ---
> >  ffmpeg.c                   |   20 +++++----
> >  ffplay.c                   |   14 ++++---
> >  libavfilter/Makefile       |    1 +
> >  libavfilter/allfilters.c   |    1 +
> >  libavfilter/vsink_buffer.c |  100 ++++++++++++++++++++++++++++++++++++++++++++
> >  libavfilter/vsink_buffer.h |   49 +++++++++++++++++++++
> >  8 files changed, 171 insertions(+), 88 deletions(-)
> >  create mode 100644 libavfilter/vsink_buffer.c
> >  create mode 100644 libavfilter/vsink_buffer.h
> 
> Removed poll which is unused, and made the header public.
> -- 
> FFmpeg = Fundamental and Fiendish Mega Programmable Educated Gadget

>  cmdutils.c                 |   68 ---------------------------------
>  cmdutils.h                 |   15 -------
>  ffmpeg.c                   |   20 +++++----
>  ffplay.c                   |   14 +++---
>  libavfilter/Makefile       |    3 -
>  libavfilter/allfilters.c   |    1 
>  libavfilter/vsink_buffer.c |   91 +++++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/vsink_buffer.h |   49 ++++++++++++++++++++++++
>  8 files changed, 163 insertions(+), 98 deletions(-)
> e8eefb9a803b3afc8aef78bae1bc644a5a243c6f  0005-lavfi-add-vsink_buffer-and-use-it-in-ff-tools.patch
> From e2dd12973690851926f2916c1e34d64a2722eb8a Mon Sep 17 00:00:00 2001
> From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> Date: Sat, 11 Jun 2011 18:43:11 +0200
> Subject: [PATCH] lavfi: add vsink_buffer, and use it in ff* tools
> 
> Also add the public interface libavfilter/vsink_buffer.h.

LGTM if tested

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110612/088b09e5/attachment.asc>


More information about the ffmpeg-devel mailing list