summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* mandelbrot: make mincol description and code match.Michael Niedermayer2011-11-16
* lavfi: fix misc typo in avfilter.h header.Clément Bœsch2011-11-16
* cleanup: remove various double end ';' all over the code.Clément Bœsch2011-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
* amovie: avoid crash in amovie_request_frame() if no samplesref is availableStefano Sabatini2011-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
* pad: fix format string lengthMichael 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
* mandelbrot: fix sscanf format stringGiorgio Vazzana2011-11-12
* mandelbrot: Print a note if the cache is too smallMichael Niedermayer2011-11-12
* mandelbrot: increase cache sizeMichael Niedermayer2011-11-12
* mandelbrot: increase resolution, and decrease zoom speed to maintain the cpu ...Michael Niedermayer2011-11-12
* mandelbrot: increase default maxiterMichael Niedermayer2011-11-12
* mandelbrot: Only use cycle detection if previous pixel was an interior pixelMichael Niedermayer2011-11-12
* mandelbrot: detect cycles to speed up interior rendering.Michael Niedermayer2011-11-12
* mandelbrot: increase default maxiter to 1024Michael Niedermayer2011-11-12
* mandelbrot: use cache to avoid recalculating points.Michael Niedermayer2011-11-12
* mandelbrot: more interresting zoom coordinates borrowed from wikipedia.Michael Niedermayer2011-11-12
* mandelbrot: add a end_scale and pts so we can zoom in.Michael Niedermayer2011-11-12
* mandelbrot: center coordinate reference on the images centerMichael Niedermayer2011-11-12
* mandelbrot: make 2 variables constMichael Niedermayer2011-11-12
* mandelbrot: fix typo that led to hardcoded max iteration count.Michael Niedermayer2011-11-12
* mandelbrot: support different outer coloring methods.Michael Niedermayer2011-11-11
* mandelbrot: make bailout a variableMichael Niedermayer2011-11-11
* avfilter: bump minor for mandelbrotMichael Niedermayer2011-11-11
* avfilter: add mandelbrot fraktal sourceMichael Niedermayer2011-11-11
* yadif, its 2011Michael Niedermayer2011-11-11
* yadif: reject reuse2 buffers as we cant use frames that change under ourMichael Niedermayer2011-11-11
* vf_fade: reindent after previous commitStefano Sabatini2011-11-10
* vf_fade: add alpha option and alpha fading supportMark Himsley2011-11-10
* vf_fade: add support to options parsingMark Himsley2011-11-10
* src_movie: set the channel layout to default if the codec did not set it.Nicolas George2011-11-06
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06