1384 Commits (b56adc784288bdbe5e34e581e8081b51a2a3eb5f)

Author SHA1 Message Date
  Michael Niedermayer 974d25e2db mandelbrot: make mincol description and code match. 14 years ago
  Clément Bœsch 16b809ce8e lavfi: fix misc typo in avfilter.h header. 14 years ago
  Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 14 years ago
  Michael Niedermayer 04bb26e3ee mandelbrot: add dither to convergence & mincol colorings. 14 years ago
  Michael Niedermayer 7575980ba4 mandelbrot: make mincol the default. 14 years ago
  Michael Niedermayer 8d51cb4fb8 mandelbrot: add mincol inner coloring method. 14 years ago
  Michael Niedermayer 5a68b1ac3b mandelbrot: add inner drawing method to show converence time 14 years ago
  Michael Niedermayer 5582e557e6 mandelbrot: add "fractal" to the description 14 years ago
  Michael Niedermayer 4c52adad69 mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from incompatible pointer type" 14 years ago
  Stefano Sabatini 2b1a4c5b34 amovie: avoid crash in amovie_request_frame() if no samplesref is available 14 years ago
  Michael Niedermayer 73af8ea356 mandelbrot: add math.h for log2() 14 years ago
  Michael Niedermayer 70eb58cd92 mandelbrot: avoid INFINITY as openbsd seems not to like it. 14 years ago
  Michael Niedermayer b1b0fd2790 pad: fix format string length 14 years ago
  Stefano Sabatini 3a9f2f1d65 vsrc_mandelbrot: set options through the opt framework 14 years ago
  Giorgio Vazzana c15400afc5 mandelbrot: remove always-false condition in fill_from_cache 14 years ago
  Michael Niedermayer 08dadd331f mandelbrot: allow visualizing the period of converged points. 14 years ago
  Michael Niedermayer e8499ab171 mandelbrot: Add inner variable & enum for inner coloring schemes. 14 years ago
  Michael Niedermayer 3cbe9afba5 mandelbrot: only check bailout once every 2 iterations. 14 years ago
  Michael Niedermayer 41fd1b2d5a mandelbrot: add SQR() macro 14 years ago
  Giorgio Vazzana e555119c73 mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT 14 years ago
  Michael Niedermayer 88166fc579 mandelbrot: unroll the innermost loop once. 14 years ago
  Michael Niedermayer 1d06608732 mandelbrot: only check periodicity once for each period instead of twice. 14 years ago
  Michael Niedermayer 2fee131b9e mandelbrot: use period detection depening on left pixel and not the 14 years ago
  Giorgio Vazzana be97e7b9c2 mandelbrot: remove unused variables 14 years ago
  Giorgio Vazzana 459bba58d2 mandelbrot: add missing options to the parsing code 14 years ago
  Giorgio Vazzana 6024bdb21a mandelbrot: fix sscanf format string 14 years ago
  Michael Niedermayer 32dd67162a mandelbrot: Print a note if the cache is too small 14 years ago
  Michael Niedermayer 905202ef6e mandelbrot: increase cache size 14 years ago
  Michael Niedermayer fd8d03457a mandelbrot: increase resolution, and decrease zoom speed to maintain the cpu requirement. 14 years ago
  Michael Niedermayer 40d6e30c55 mandelbrot: increase default maxiter 14 years ago
  Michael Niedermayer 6c5dd858b4 mandelbrot: Only use cycle detection if previous pixel was an interior pixel 14 years ago
  Michael Niedermayer 50b8f9388a mandelbrot: detect cycles to speed up interior rendering. 14 years ago
  Michael Niedermayer 3de934c873 mandelbrot: increase default maxiter to 1024 14 years ago
  Michael Niedermayer 07f272bdbb mandelbrot: use cache to avoid recalculating points. 14 years ago
  Michael Niedermayer 8ca891fc1a mandelbrot: more interresting zoom coordinates borrowed from wikipedia. 14 years ago
  Michael Niedermayer ddeb194b14 mandelbrot: add a end_scale and pts so we can zoom in. 14 years ago
  Michael Niedermayer dece017280 mandelbrot: center coordinate reference on the images center 14 years ago
  Michael Niedermayer aa198ad679 mandelbrot: make 2 variables const 14 years ago
  Michael Niedermayer 0e5b05134b mandelbrot: fix typo that led to hardcoded max iteration count. 14 years ago
  Michael Niedermayer 4ccd898af2 mandelbrot: support different outer coloring methods. 14 years ago
  Michael Niedermayer 75e309160b mandelbrot: make bailout a variable 14 years ago
  Michael Niedermayer 847e61de4a avfilter: bump minor for mandelbrot 14 years ago
  Michael Niedermayer 658d166da0 avfilter: add mandelbrot fraktal source 14 years ago
  Michael Niedermayer 393b234fa1 yadif, its 2011 14 years ago
  Michael Niedermayer 825481e87b yadif: reject reuse2 buffers as we cant use frames that change under our 14 years ago
  Stefano Sabatini dec354ba1d vf_fade: reindent after previous commit 14 years ago
  Mark Himsley 8c1fb50d07 vf_fade: add alpha option and alpha fading support 14 years ago
  Mark Himsley 0d602615ab vf_fade: add support to options parsing 14 years ago
  Nicolas George 68b531fe6a src_movie: set the channel layout to default if the codec did not set it. 14 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 14 years ago