[FFmpeg-devel] [PATCH] lavfi: add arandorder filter

Alexander Strasser eclipse7 at gmx.net
Tue Dec 20 01:02:06 CET 2011


Hi,

Michael Niedermayer wrote:
> On Thu, Dec 15, 2011 at 12:40:10AM +0100, Stefano Sabatini wrote:
> > On date Wednesday 2011-12-14 21:45:14 +0100, Nicolas George encoded:
> > > This filter has two inputs, two outputs and just copies the samples from one
> > > to the other. But it does it in a random order, possibly buffering several
> > > buffers of samples in the middle.
> > >
> > > The purpose is to help stress-testing filters with several inputs.
> > >
> > > Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> > > ---
> > >
> > >
> > > I do not know whether it deserves to be committed in the public repository,
> > > but I had to write it, so I should make it available to other developers if
> > > they happen to need it.
> >
> > I wonder if we should disable automatic compilation of debugging
> > filters (e.g. pixdesctest, copy, this one) and avoid bloating standard
> > compiles, yet I believe it is not as important since they are not so
> > many and they are relatively small.
> >
> > On the other hand I find these testing modules extremely useful for
> > development/testing purposes, so I'm for including them.
> 
> iam also for including them

  It might be also useful to have them in builds our users use when it comes
to debugging/testing. So I think it is wise to include them too.

  Alexander


More information about the ffmpeg-devel mailing list