summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_vignette.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/vignette: use AV_OPT_TYPE_BOOL for dither optionClément Bœsch2015-09-091-1/+1
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-071-5/+5
* avfilter/vf_vignette: force per frame evaluation if per frame variables are usedMichael Niedermayer2015-04-291-2/+7
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+7
* avfilter/vf_vignette: Use av_malloc_array()Michael Niedermayer2014-07-061-1/+1
* avfilter/vignette: reindent after previous commit.Clément Bœsch2014-05-161-6/+6
* avfilter/vignette: add direct rendering.Clément Bœsch2014-05-161-2/+8
* vignette: reuse already declared ctx.Clément Bœsch2014-05-161-1/+1
* avfilter/vignette: fix input frame memory leak.Masa Utashiro2014-05-161-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: fix plane validity checksMichael Niedermayer2013-08-031-1/+1
* replace some deprecated definesPaul B Mahol2013-07-061-1/+1
* lavfi/vignette: remove extra semi-colon.Clément Bœsch2013-05-311-1/+1
* lavfi/vignette: add aspect option.Clément Bœsch2013-05-301-2/+7
* lavfi/vignette: add some scaling debug.Clément Bœsch2013-05-301-0/+2
* lavfi/vignette: simplify dmax definition.Clément Bœsch2013-05-301-2/+1
* lavfi/vignette: fix scale with aspects smaller than one.Clément Bœsch2013-05-301-1/+1
* lavfi/vignette: make sure a sane sar is set.Clément Bœsch2013-05-301-3/+6
* lavfi: add vignette filter.Clément Bœsch2013-05-301-0/+330
OpenPOWER on IntegriCloud