[FFmpeg-devel] [PATCH] Deterministic Noise Generation option for audio codecs that involve noise generation (RNG)

Jonathan Campbell jonathan at castus.tv
Mon Sep 9 08:32:48 CEST 2013


On 09/07/2013 08:09 PM, Michael Niedermayer wrote:
> tabs are not allowed in ffmpeg git (except in Makefiles)
Understood.
> please dont add any flags, the flag systems is rather unflexible and
> the number of flags limited to 32
How will the program enable the DNG function then? Should I make it an 
AVOption?
> md5 is slow, running it over the whole frame is overkill
> libavutil/murmur3.c might be an alternative
>
True. Any recommendations to take murmur3.c 16-byte output and fill the 
AVLFG state array with it? Should I repeat the 16-byte pattern 16 times 
or do some transformation to it on each iteration?



More information about the ffmpeg-devel mailing list