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