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
2012-11-29vsrc_mandelbrot: switch to filter_frameMichael Niedermayer
2012-11-29lavfi: add priv_class for some forgotten filters.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-23vf_mandelbrot: give all av_log a contextMichael Niedermayer
2012-10-16mandelbrot: fix inner=period coloring routineMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-08lavfi: do not pass opaque field to init functionsStefano Sabatini
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-21lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-20vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-01-21lavfi: fix mp and mandelbrot descriptions to make them complete sentencesStefano Sabatini
2012-01-20lavfi: add missing periods in descriptions.Clément Bœsch
2011-11-24vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be ...Michael Niedermayer
2011-11-21vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.Michael Niedermayer
2011-11-20vsrc_mandelbrot: increase maxiter to 7189Michael Niedermayer
2011-11-20vsrc_mandelbrot: Use threshold to detect cycles.Michael Niedermayer
2011-11-20vsrc_mandelbrot: detect edges in interpol()Michael Niedermayer
2011-11-20vsrc_mandelbrot: avoid a | in interpol()Michael Niedermayer
2011-11-19vsrc_mandelbrot: increase default zoom speed by a factor of 2Michael Niedermayer
2011-11-19vsrc_mandelbrot: spatial interpolationMichael Niedermayer
2011-11-19vsrc_mandelbrot: always store values for periodicity checking, this avoids a ...Michael Niedermayer
2011-11-19vsrc_mandelbrot: simplify second bailout search by not recalculating values.Michael Niedermayer
2011-11-19vsrc_mandelbrot: increase zyklus array size so that optimizations can write a...Michael Niedermayer
2011-11-19vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 1...Michael Niedermayer
2011-11-19vsrc_mandelbrot: factorize periodicity checking too.Michael Niedermayer
2011-11-19vsrc_mandelbrot: factorize main calculation out into a macro.Michael Niedermayer
2011-11-16mandelbrot: make mincol description and code match.Michael Niedermayer
2011-11-16mandelbrot: add dither to convergence & mincol colorings.Michael Niedermayer
2011-11-15mandelbrot: make mincol the default.Michael Niedermayer
2011-11-15mandelbrot: add mincol inner coloring method.Michael Niedermayer
2011-11-15mandelbrot: add inner drawing method to show converence timeMichael Niedermayer
2011-11-15mandelbrot: add "fractal" to the descriptionMichael Niedermayer
2011-11-15mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from in...Michael Niedermayer
2011-11-14mandelbrot: add math.h for log2()Michael Niedermayer
2011-11-14mandelbrot: avoid INFINITY as openbsd seems not to like it.Michael Niedermayer
2011-11-14vsrc_mandelbrot: set options through the opt frameworkStefano Sabatini
2011-11-13mandelbrot: remove always-false condition in fill_from_cacheGiorgio Vazzana
2011-11-13mandelbrot: allow visualizing the period of converged points.Michael Niedermayer
2011-11-13mandelbrot: Add inner variable & enum for inner coloring schemes.Michael Niedermayer
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