summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mandelbrot.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-08
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-20
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* lavfi: fix mp and mandelbrot descriptions to make them complete sentencesStefano Sabatini2012-01-21
* lavfi: add missing periods in descriptions.Clément Bœsch2012-01-20
* vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be ...Michael Niedermayer2011-11-24
* vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.Michael Niedermayer2011-11-21
* vsrc_mandelbrot: increase maxiter to 7189Michael Niedermayer2011-11-19
* vsrc_mandelbrot: Use threshold to detect cycles.Michael Niedermayer2011-11-19
* vsrc_mandelbrot: detect edges in interpol()Michael Niedermayer2011-11-19
* vsrc_mandelbrot: avoid a | in interpol()Michael Niedermayer2011-11-19
* vsrc_mandelbrot: increase default zoom speed by a factor of 2Michael Niedermayer2011-11-19
* vsrc_mandelbrot: spatial interpolationMichael Niedermayer2011-11-19
* vsrc_mandelbrot: always store values for periodicity checking, this avoids a ...Michael Niedermayer2011-11-19
* vsrc_mandelbrot: simplify second bailout search by not recalculating values.Michael Niedermayer2011-11-19
* vsrc_mandelbrot: increase zyklus array size so that optimizations can write a...Michael Niedermayer2011-11-19
* vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 1...Michael Niedermayer2011-11-19
* vsrc_mandelbrot: factorize periodicity checking too.Michael Niedermayer2011-11-19
* vsrc_mandelbrot: factorize main calculation out into a macro.Michael Niedermayer2011-11-19
* mandelbrot: make mincol description and code match.Michael Niedermayer2011-11-16
* mandelbrot: add dither to convergence & mincol colorings.Michael Niedermayer2011-11-15
* mandelbrot: make mincol the default.Michael Niedermayer2011-11-15
* mandelbrot: add mincol inner coloring method.Michael Niedermayer2011-11-15
* mandelbrot: add inner drawing method to show converence timeMichael Niedermayer2011-11-15
* mandelbrot: add "fractal" to the descriptionMichael Niedermayer2011-11-15
* mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from in...Michael Niedermayer2011-11-15
* mandelbrot: add math.h for log2()Michael Niedermayer2011-11-14
* mandelbrot: avoid INFINITY as openbsd seems not to like it.Michael Niedermayer2011-11-14
* vsrc_mandelbrot: set options through the opt frameworkStefano Sabatini2011-11-13
* mandelbrot: remove always-false condition in fill_from_cacheGiorgio Vazzana2011-11-13
* mandelbrot: allow visualizing the period of converged points.Michael Niedermayer2011-11-13
* mandelbrot: Add inner variable & enum for inner coloring schemes.Michael Niedermayer2011-11-13
* mandelbrot: only check bailout once every 2 iterations.Michael Niedermayer2011-11-13
* mandelbrot: add SQR() macroMichael Niedermayer2011-11-13
* mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNTGiorgio Vazzana2011-11-13
* 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