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

Michael Niedermayer michaelni at gmx.at
Wed Dec 14 21:58:57 CET 2011


On Wed, Dec 14, 2011 at 09:45:14PM +0100, Nicolas George wrote:
> 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.

the choice could be done by evaluating a user provided expression
that would allow non random permutations. And random as well by using
random()

[...]
--
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
-------------- 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/20111214/fc80a771/attachment.asc>


More information about the ffmpeg-devel mailing list