| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/ff_insert_pad: fix order of operations | Michael Niedermayer | 2014-03-21 | 1 | -3/+3 |
* | lavfi/fade: fix black level for non studio-level pixel formats | Stefano Sabatini | 2012-04-04 | 1 | -2/+2 |
* | vf_drawtext: select YUV color for drawbox() in case YUV colorspace is used | Stefano Sabatini | 2012-01-04 | 1 | -1/+1 |
* | lavfi: add missing check in avfilter_filter_samples() | Stefano Sabatini | 2012-01-03 | 1 | -1/+1 |
* | lavfi: skip the frame in case of error. | Clément Bœsch | 2011-12-13 | 1 | -1/+3 |
* | cleanup: for(int | Michael Niedermayer | 2011-12-13 | 1 | -3/+6 |
* | life: add mold, mold_color, life_color and death_color options. | Clément Bœsch | 2011-12-11 | 1 | -21/+106 |
* | life: add seed information in filter summary. | Clément Bœsch | 2011-12-11 | 1 | -2/+3 |
* | lavfi: add cellauto source | Stefano Sabatini | 2011-12-11 | 4 | -1/+373 |
* | buffersink: Implement a poll function. | Michael Niedermayer | 2011-12-08 | 3 | -1/+15 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-08 | 1 | -6/+37 |
|\ |
|
| * | drawtext: remove typo | Luca Barbato | 2011-12-07 | 1 | -1/+1 |
| * | drawtext: introduce rand(min, max) | Luca Barbato | 2011-12-07 | 1 | -7/+27 |
| * | drawtext: introduce explicit draw/hide variable | Luca Barbato | 2011-12-07 | 1 | -1/+10 |
| * | drawtext: make x and y parametric | Luca Barbato | 2011-12-03 | 1 | -8/+125 |
| * | drawtext: manage memory allocation better | Luca Barbato | 2011-12-03 | 1 | -132/+132 |
| * | drawtext: refactor draw_text | Luca Barbato | 2011-12-03 | 1 | -21/+46 |
* | | vsrc_life: fix comment in parse_rule() | Stefano Sabatini | 2011-12-06 | 1 | -2/+2 |
* | | vf_scale: give a clue in case of invalid expression self-reference | Stefano Sabatini | 2011-12-06 | 1 | -1/+3 |
* | | vf_scale: support PAL8 output by producing BGR8. | Reimar Döffinger | 2011-12-05 | 1 | -4/+6 |
* | | lavfi: add life source | Stefano Sabatini | 2011-12-04 | 4 | -2/+414 |
* | | aevalsrc: add duration option | Stefano Sabatini | 2011-12-04 | 2 | -2/+23 |
* | | vf_drawtext: support W/H parameters to reduce UI differences to qatar | Michael Niedermayer | 2011-12-04 | 1 | -6/+6 |
* | | vf_drawtext: cosmetics to reduce diff to qatar | Michael Niedermayer | 2011-12-04 | 1 | -10/+10 |
* | | vf_drawtext: Add main_w/h to improve compatibility with the modified UI | Michael Niedermayer | 2011-12-04 | 1 | -6/+6 |
* | | avfilter: align allocated images to 32 for AVX and IFF | Michael Niedermayer | 2011-11-30 | 1 | -1/+1 |
* | | avfilter: fix AVFilterPad video only comment. | Clément Bœsch | 2011-11-26 | 1 | -2/+1 |
* | | lavfi: add libass based subtitles renderer | Stefano Sabatini | 2011-11-26 | 4 | -2/+246 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 3 | -7/+6 |
|\| |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 4 | -11/+11 |
* | | vf_boxblur: fix memleak | Michael Niedermayer | 2011-11-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-24 | 3 | -3/+3 |
|\| |
|
| * | libavfilter: reindent. | Ronald S. Bultje | 2011-11-05 | 1 | -7/+7 |
| * | avfilter: don't abort() on zero-size allocations. | Ronald S. Bultje | 2011-11-05 | 1 | -3/+6 |
* | | vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be ... | Michael Niedermayer | 2011-11-24 | 1 | -1/+1 |
* | | avfilter: Error out from avfilter_merge_formats() when there are duplicates | Michael Niedermayer | 2011-11-23 | 1 | -1/+6 |
* | | vf_mp: rewrite vf_mp filter warning message | Michael Niedermayer | 2011-11-23 | 1 | -5/+4 |
* | | avfilter: dont write out of array for duplicate formats in avfilter_merge_for... | Michael Niedermayer | 2011-11-23 | 1 | -1/+3 |
* | | graphparser: Fix doxy on avfilter_graph_parse() return value. | Michael Niedermayer | 2011-11-22 | 1 | -1/+1 |
* | | Fix various if parenthesis misplacements. | Clément Bœsch | 2011-11-21 | 2 | -2/+2 |
* | | 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 |