Commit History

Author SHA1 Message Date
  Michael Niedermayer d46c1c72e4 Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 12 years ago
  Michael Niedermayer d5f65e9d40 Merge commit '124134e42455763b28cc346fed1d07017a76e84e' 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Clément Bœsch cc650cf029 Remove "Error parsing options string [...]" messages. 12 years ago
  Stefano Sabatini abb0a9982f lavfi: do not pass opaque field to init functions 12 years ago
  Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 12 years ago
  Paul B Mahol de05877390 lavfi: remove redundant checks after av_parse_video_rate() 12 years ago
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 12 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 12 years ago
  Stefano Sabatini 0f0f3bd1e0 lavfi: use av_default_item_name() as filter private context logger 12 years ago
  Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 12 years ago
  Nicolas George 4a5d18b6e2 vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE. 12 years ago
  Stefano Sabatini a9117c755e lavfi: fix mp and mandelbrot descriptions to make them complete sentences 12 years ago
  Clément Bœsch 9d35fa43ee lavfi: add missing periods in descriptions. 12 years ago
  Michael Niedermayer 656911d84d vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be used uninitialized in this function [-Wuninitialized] 13 years ago
  Michael Niedermayer 2c44aed82a vsrc_mandelbrot: fix inner=period, the previous optimizations broke it. 13 years ago
  Michael Niedermayer 90c02ae142 vsrc_mandelbrot: increase maxiter to 7189 13 years ago
  Michael Niedermayer 690860d0d5 vsrc_mandelbrot: Use threshold to detect cycles. 13 years ago
  Michael Niedermayer a5dfedd381 vsrc_mandelbrot: detect edges in interpol() 13 years ago
  Michael Niedermayer 4ebbcdb3eb vsrc_mandelbrot: avoid a | in interpol() 13 years ago
  Michael Niedermayer 5dd16af6b5 vsrc_mandelbrot: increase default zoom speed by a factor of 2 13 years ago
  Michael Niedermayer ca14808275 vsrc_mandelbrot: spatial interpolation 13 years ago
  Michael Niedermayer 56fc4cf04f vsrc_mandelbrot: always store values for periodicity checking, this avoids a few checks. 13 years ago
  Michael Niedermayer da1344e0cd vsrc_mandelbrot: simplify second bailout search by not recalculating values. 13 years ago
  Michael Niedermayer e749b3780c vsrc_mandelbrot: increase zyklus array size so that optimizations can write a bit more. 13 years ago
  Michael Niedermayer 649d3932db vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 10% faster. 13 years ago
  Michael Niedermayer fe2efc5264 vsrc_mandelbrot: factorize periodicity checking too. 13 years ago
  Michael Niedermayer cf670fbc96 vsrc_mandelbrot: factorize main calculation out into a macro. 13 years ago
  Michael Niedermayer 974d25e2db mandelbrot: make mincol description and code match. 13 years ago
  Michael Niedermayer 04bb26e3ee mandelbrot: add dither to convergence & mincol colorings. 13 years ago
  Michael Niedermayer 7575980ba4 mandelbrot: make mincol the default. 13 years ago
  Michael Niedermayer 8d51cb4fb8 mandelbrot: add mincol inner coloring method. 13 years ago
  Michael Niedermayer 5a68b1ac3b mandelbrot: add inner drawing method to show converence time 13 years ago
  Michael Niedermayer 5582e557e6 mandelbrot: add "fractal" to the description 13 years ago
  Michael Niedermayer 4c52adad69 mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from incompatible pointer type" 13 years ago
  Michael Niedermayer 73af8ea356 mandelbrot: add math.h for log2() 13 years ago
  Michael Niedermayer 70eb58cd92 mandelbrot: avoid INFINITY as openbsd seems not to like it. 13 years ago
  Stefano Sabatini 3a9f2f1d65 vsrc_mandelbrot: set options through the opt framework 13 years ago
  Giorgio Vazzana c15400afc5 mandelbrot: remove always-false condition in fill_from_cache 13 years ago
  Michael Niedermayer 08dadd331f mandelbrot: allow visualizing the period of converged points. 13 years ago
  Michael Niedermayer e8499ab171 mandelbrot: Add inner variable & enum for inner coloring schemes. 13 years ago
  Michael Niedermayer 3cbe9afba5 mandelbrot: only check bailout once every 2 iterations. 13 years ago
  Michael Niedermayer 41fd1b2d5a mandelbrot: add SQR() macro 13 years ago
  Giorgio Vazzana e555119c73 mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT 13 years ago
  Michael Niedermayer 88166fc579 mandelbrot: unroll the innermost loop once. 13 years ago
  Michael Niedermayer 1d06608732 mandelbrot: only check periodicity once for each period instead of twice. 13 years ago
  Michael Niedermayer 2fee131b9e mandelbrot: use period detection depening on left pixel and not the 13 years ago
  Giorgio Vazzana be97e7b9c2 mandelbrot: remove unused variables 13 years ago
  Giorgio Vazzana 459bba58d2 mandelbrot: add missing options to the parsing code 13 years ago
  Giorgio Vazzana 6024bdb21a mandelbrot: fix sscanf format string 13 years ago