summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mandelbrot.c
Commit message (Expand)AuthorAge
...
* mandelbrot: unroll the innermost loop once.Michael Niedermayer2011-11-13
* mandelbrot: only check periodicity once for each period instead of twice.Michael Niedermayer2011-11-13
* mandelbrot: use period detection depening on left pixel and not theMichael Niedermayer2011-11-13
* mandelbrot: remove unused variablesGiorgio Vazzana2011-11-13
* mandelbrot: add missing options to the parsing codeGiorgio Vazzana2011-11-13
* mandelbrot: fix sscanf format stringGiorgio Vazzana2011-11-12
* mandelbrot: Print a note if the cache is too smallMichael Niedermayer2011-11-12
* mandelbrot: increase cache sizeMichael Niedermayer2011-11-12
* mandelbrot: increase resolution, and decrease zoom speed to maintain the cpu ...Michael Niedermayer2011-11-12
* mandelbrot: increase default maxiterMichael Niedermayer2011-11-12
* mandelbrot: Only use cycle detection if previous pixel was an interior pixelMichael Niedermayer2011-11-12
* mandelbrot: detect cycles to speed up interior rendering.Michael Niedermayer2011-11-12
* mandelbrot: increase default maxiter to 1024Michael Niedermayer2011-11-12
* mandelbrot: use cache to avoid recalculating points.Michael Niedermayer2011-11-12
* mandelbrot: more interresting zoom coordinates borrowed from wikipedia.Michael Niedermayer2011-11-12
* mandelbrot: add a end_scale and pts so we can zoom in.Michael Niedermayer2011-11-12
* mandelbrot: center coordinate reference on the images centerMichael Niedermayer2011-11-12
* mandelbrot: make 2 variables constMichael Niedermayer2011-11-12
* mandelbrot: fix typo that led to hardcoded max iteration count.Michael Niedermayer2011-11-12
* mandelbrot: support different outer coloring methods.Michael Niedermayer2011-11-11
* mandelbrot: make bailout a variableMichael Niedermayer2011-11-11
* avfilter: add mandelbrot fraktal sourceMichael Niedermayer2011-11-11