summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* Make another static array const.Reimar Döffinger2011-11-05
* Make another PixelFormat list const.Reimar Döffinger2011-11-05
* Make PIX_FMT format list arrays const.Reimar Döffinger2011-11-05
* Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-05
* af_volume: exp10() is a GNU extension.Michael Niedermayer2011-11-05
* af_earwax: copy input buffer properties to outputStefano Sabatini2011-11-05
* lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki2011-11-05
* lavfi: add volume filterStefano Sabatini2011-11-05
* lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini2011-11-05
* lavfi: issue error if maximum number of filters is reachedStefano Sabatini2011-11-05