| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi/vsrc_mandelbrot: replace round by lrint | Ganesh Ajjanagadde | 2015-12-19 | 1 | -1/+1 |
* | avfilter/vsrc_mandelbrot: change sin to sinf for color computation | Ganesh Ajjanagadde | 2015-11-24 | 1 | -2/+2 |
* | avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculation | Ganesh Ajjanagadde | 2015-11-24 | 1 | -1/+1 |
* | vsrc_mandelbrot: Don't use German in comments | Timothy Gu | 2015-11-24 | 1 | -1/+1 |
* | avfilter/vsrc_mandelbrot: Fix speed regression | Michael Niedermayer | 2015-11-24 | 1 | -0/+1 |
* | lavfi/mandelbrot: Output RGB0 instead of RGBA. | Carl Eugen Hoyos | 2015-10-02 | 1 | -2/+1 |
* | avfilter/vsrc_mandelbrot: use the name 's' for the pointer to the private con... | Ganesh Ajjanagadde | 2015-09-13 | 1 | -83/+83 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via AVOptio... | Michael Niedermayer | 2015-04-05 | 1 | -2/+2 |
* | avfilter/vsrc_mandelbrot: fix indention of mis-indented block | Michael Niedermayer | 2015-02-15 | 1 | -8/+8 |
* | avfilter/vsrc_mandelbrot: use av_malloc_array() | Michael Niedermayer | 2014-05-15 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -9/+7 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/mandelbrot: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -6/+0 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+3 |
* | lavfi/mandelbrot: reindent after 51bcd5cd. | Clément Bœsch | 2013-04-08 | 1 | -7/+6 |
* | lavfi/mandelbrot: fix speedloss with default config after morphing introduction. | Clément Bœsch | 2013-04-08 | 1 | -3/+9 |
* | vsrc_mandelbrot: Mandel morphing support | Michael Niedermayer | 2013-03-27 | 1 | -3/+12 |
* | mandelbrot: add outer coloring method showing bailouted z | Michael Niedermayer | 2013-03-27 | 1 | -0/+7 |
* | vsrc_mandelbrot: support coloring the outside white | Michael Niedermayer | 2013-03-27 | 1 | -3/+12 |
* | lavfi/mandelbrot: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-03-26 | 1 | -14/+4 |
* | 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 |