]> git.sesse.net Git - ffmpeg/history - libavfilter/vsrc_mandelbrot.c
mandelbrot: add a end_scale and pts so we can zoom in.
[ffmpeg] / libavfilter / vsrc_mandelbrot.c
2011-11-11 Michael Niedermayermandelbrot: add a end_scale and pts so we can zoom in.
2011-11-11 Michael Niedermayermandelbrot: center coordinate reference on the images...
2011-11-11 Michael Niedermayermandelbrot: make 2 variables const
2011-11-11 Michael Niedermayermandelbrot: fix typo that led to hardcoded max iteratio...
2011-11-11 Michael Niedermayermandelbrot: support different outer coloring methods.
2011-11-11 Michael Niedermayermandelbrot: make bailout a variable
2011-11-11 Michael Niedermayeravfilter: add mandelbrot fraktal source