[FFmpeg-devel] [PATCH 3/5] lavfi: add asrc_abuffer - audio source buffer filter

Stefano Sabatini stefano.sabatini-lala at poste.it
Sun Aug 21 11:42:07 CEST 2011


On date Saturday 2011-08-20 12:44:56 +0200, Stefano Sabatini encoded:
> On date Wednesday 2011-08-17 21:37:04 +0300, Mina Nagy Zaki encoded:
> > Replaced strsep() with strtok_r() and used a macro for format parsing.
> > 
> 
> > From c18348b5c747a3220ef050fcd4181013311a5c9c Mon Sep 17 00:00:00 2001
> > From: Mina Nagy Zaki <mnzaki at gmail.com>
> > Date: Mon, 1 Aug 2011 11:33:26 +0300
> > Subject: [PATCH 03/13] lavfi: add asrc_abuffer - audio source buffer filter
> > 
> > Originally based on code by Stefano Sabatini and S. N. Hemanth
> > ---
> >  doc/filters.texi           |   44 ++++++
> >  libavfilter/Makefile       |    2 +
> >  libavfilter/allfilters.c   |    1 +
> >  libavfilter/asrc_abuffer.c |  362 ++++++++++++++++++++++++++++++++++++++++++++
> >  libavfilter/asrc_abuffer.h |   81 ++++++++++
> >  5 files changed, 490 insertions(+), 0 deletions(-)
> >  create mode 100644 libavfilter/asrc_abuffer.c
> >  create mode 100644 libavfilter/asrc_abuffer.h
[...]

Pushed with a few nits and warnings fixed. Please *always* avoid
warnings if they can be avoided.
-- 
FFmpeg = Faithless and Fascinating MultiPurpose Erotic Gem


More information about the ffmpeg-devel mailing list