Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-13mandelbrot: only check bailout once every 2 iterations.Michael Niedermayer
2011-11-13mandelbrot: add SQR() macroMichael Niedermayer
2011-11-13mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNTGiorgio Vazzana
2011-11-13mandelbrot: unroll the innermost loop once.Michael Niedermayer
2011-11-13mandelbrot: only check periodicity once for each period instead of twice.Michael Niedermayer
2011-11-13mandelbrot: use period detection depening on left pixel and not theMichael Niedermayer
2011-11-13mandelbrot: remove unused variablesGiorgio Vazzana
2011-11-13mandelbrot: add missing options to the parsing codeGiorgio Vazzana
2011-11-13mandelbrot: fix sscanf format stringGiorgio Vazzana
2011-11-12mandelbrot: Print a note if the cache is too smallMichael Niedermayer
2011-11-12mandelbrot: increase cache sizeMichael Niedermayer
2011-11-12mandelbrot: increase resolution, and decrease zoom speed to maintain the cpu ...Michael Niedermayer
2011-11-12mandelbrot: increase default maxiterMichael Niedermayer
2011-11-12mandelbrot: Only use cycle detection if previous pixel was an interior pixelMichael Niedermayer
2011-11-12mandelbrot: detect cycles to speed up interior rendering.Michael Niedermayer
2011-11-12mandelbrot: increase default maxiter to 1024Michael Niedermayer
2011-11-12mandelbrot: use cache to avoid recalculating points.Michael Niedermayer
2011-11-12mandelbrot: more interresting zoom coordinates borrowed from wikipedia.Michael Niedermayer
2011-11-12mandelbrot: add a end_scale and pts so we can zoom in.Michael Niedermayer
2011-11-12mandelbrot: center coordinate reference on the images centerMichael Niedermayer
2011-11-12mandelbrot: make 2 variables constMichael Niedermayer
2011-11-12mandelbrot: fix typo that led to hardcoded max iteration count.Michael Niedermayer
2011-11-12mandelbrot: support different outer coloring methods.Michael Niedermayer
2011-11-12mandelbrot: make bailout a variableMichael Niedermayer
2011-11-12avfilter: bump minor for mandelbrotMichael Niedermayer
2011-11-12avfilter: add mandelbrot fraktal sourceMichael Niedermayer
2011-11-11yadif, its 2011Michael Niedermayer
2011-11-11yadif: reject reuse2 buffers as we cant use frames that change under ourMichael Niedermayer
2011-11-10vf_fade: reindent after previous commitStefano Sabatini
2011-11-10vf_fade: add alpha option and alpha fading supportMark Himsley
2011-11-10vf_fade: add support to options parsingMark Himsley
2011-11-06src_movie: set the channel layout to default if the codec did not set it.Nicolas George
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-11-05Make another static array const.Reimar Döffinger
2011-11-05Make another PixelFormat list const.Reimar Döffinger
2011-11-05Make PIX_FMT format list arrays const.Reimar Döffinger
2011-11-05Add const to static arrays where it was forgotten.Reimar Döffinger
2011-11-05af_volume: exp10() is a GNU extension.Michael Niedermayer
2011-11-05af_earwax: copy input buffer properties to outputStefano Sabatini
2011-11-05lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki
2011-11-05lavfi: add volume filterStefano Sabatini
2011-11-05lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini
2011-11-05lavfi: issue error if maximum number of filters is reachedStefano Sabatini
2011-11-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-04avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03vf_overlay: adopts FAST_DIV255 macro for calculating destination alphaStefano Sabatini
2011-11-03vf_fade: fade to correct CCIR601/709 black levelMark Himsley
2011-11-02vsrc_testsrc: fix mailing list reference URLDiego Biurrun