January 20, 2012
View a9117c7

lavfi: fix mp and mandelbrot descriptions to make them complete sentences

Stefano Sabatini authored on 2012/01/20 22:16:49
View 9d35fa4

lavfi: add missing periods in descriptions.

Clément Bœsch authored on 2012/01/20 08:16:27
November 24, 2011
View 656911d

vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be used uninitialized in this function [-Wuninitialized]

Michael Niedermayer authored on 2011/11/24 08:08:05
November 21, 2011
View 2c44aed

vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.

Michael Niedermayer authored on 2011/11/21 12:16:41
November 20, 2011
View 90c02ae

vsrc_mandelbrot: increase maxiter to 7189

Michael Niedermayer authored on 2011/11/20 07:52:29
View 690860d

vsrc_mandelbrot: Use threshold to detect cycles. This way cycles are detected much earlier.

Michael Niedermayer authored on 2011/11/20 07:28:56
View a5dfedd

vsrc_mandelbrot: detect edges in interpol()

Michael Niedermayer authored on 2011/11/20 06:22:21
View 4ebbcdb

vsrc_mandelbrot: avoid a | in interpol()

Michael Niedermayer authored on 2011/11/20 06:07:10
View 5dd16af

vsrc_mandelbrot: increase default zoom speed by a factor of 2

Michael Niedermayer authored on 2011/11/20 03:42:24
View ca14808

vsrc_mandelbrot: spatial interpolation speeds the code up by a factor of about 2-3.

Michael Niedermayer authored on 2011/11/20 03:41:28
November 19, 2011
View 56fc4cf

vsrc_mandelbrot: always store values for periodicity checking, this avoids a few checks.

Michael Niedermayer authored on 2011/11/19 23:02:34
View da1344e

vsrc_mandelbrot: simplify second bailout search by not recalculating values.

Michael Niedermayer authored on 2011/11/19 23:00:26
View e749b37

vsrc_mandelbrot: increase zyklus array size so that optimizations can write a bit more.

Michael Niedermayer authored on 2011/11/19 22:16:53
View 649d393

vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 10% faster.

Michael Niedermayer authored on 2011/11/19 22:15:56
View fe2efc5

vsrc_mandelbrot: factorize periodicity checking too.

Michael Niedermayer authored on 2011/11/19 21:55:51