summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-04
|\|
| * avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-03
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * vsrc_testsrc: fix mailing list reference URLDiego Biurrun2011-11-02
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | vf_overlay: adopts FAST_DIV255 macro for calculating destination alphaStefano Sabatini2011-11-02
* | vf_fade: fade to correct CCIR601/709 black levelMark Himsley2011-11-02
* | vf_transpose: remove pix_fmts which can currently not be supported.Michael Niedermayer2011-11-01
* | lavfi: bump micro after recent changes in the overlay filterStefano Sabatini2011-10-31
* | vf_overlay: add support to alpha pre-multiplication in the RGBA pathStefano Sabatini2011-10-31