| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vignette: use AV_OPT_TYPE_BOOL for dither option | Clément Bœsch | 2015-09-09 | 1 | -1/+1 |
* | avfilter: fix a few 5 spaces indent | Clément Bœsch | 2015-06-07 | 1 | -5/+5 |
* | avfilter/vf_vignette: force per frame evaluation if per frame variables are used | Michael Niedermayer | 2015-04-29 | 1 | -2/+7 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as int | Michael Niedermayer | 2015-03-30 | 1 | -1/+7 |
* | avfilter/vf_vignette: Use av_malloc_array() | Michael Niedermayer | 2014-07-06 | 1 | -1/+1 |
* | avfilter/vignette: reindent after previous commit. | Clément Bœsch | 2014-05-16 | 1 | -6/+6 |
* | avfilter/vignette: add direct rendering. | Clément Bœsch | 2014-05-16 | 1 | -2/+8 |
* | vignette: reuse already declared ctx. | Clément Bœsch | 2014-05-16 | 1 | -1/+1 |
* | avfilter/vignette: fix input frame memory leak. | Masa Utashiro | 2014-05-16 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -1/+1 |
* | replace some deprecated defines | Paul B Mahol | 2013-07-06 | 1 | -1/+1 |
* | lavfi/vignette: remove extra semi-colon. | Clément Bœsch | 2013-05-31 | 1 | -1/+1 |
* | lavfi/vignette: add aspect option. | Clément Bœsch | 2013-05-30 | 1 | -2/+7 |
* | lavfi/vignette: add some scaling debug. | Clément Bœsch | 2013-05-30 | 1 | -0/+2 |
* | lavfi/vignette: simplify dmax definition. | Clément Bœsch | 2013-05-30 | 1 | -2/+1 |
* | lavfi/vignette: fix scale with aspects smaller than one. | Clément Bœsch | 2013-05-30 | 1 | -1/+1 |
* | lavfi/vignette: make sure a sane sar is set. | Clément Bœsch | 2013-05-30 | 1 | -3/+6 |
* | lavfi: add vignette filter. | Clément Bœsch | 2013-05-30 | 1 | -0/+330 |