summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vignette.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_vignette: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vignette: use AV_OPT_TYPE_BOOL for dither optionClément Bœsch2015-09-09
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-07
* avfilter/vf_vignette: force per frame evaluation if per frame variables are usedMichael Niedermayer2015-04-29
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-30
* avfilter/vf_vignette: Use av_malloc_array()Michael Niedermayer2014-07-06
* avfilter/vignette: reindent after previous commit.Clément Bœsch2014-05-16
* avfilter/vignette: add direct rendering.Clément Bœsch2014-05-16
* vignette: reuse already declared ctx.Clément Bœsch2014-05-16
* avfilter/vignette: fix input frame memory leak.Masa Utashiro2014-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: fix plane validity checksMichael Niedermayer2013-08-03
* replace some deprecated definesPaul B Mahol2013-07-06
* lavfi/vignette: remove extra semi-colon.Clément Bœsch2013-05-31
* lavfi/vignette: add aspect option.Clément Bœsch2013-05-30
* lavfi/vignette: add some scaling debug.Clément Bœsch2013-05-30
* lavfi/vignette: simplify dmax definition.Clément Bœsch2013-05-30
* lavfi/vignette: fix scale with aspects smaller than one.Clément Bœsch2013-05-30
* lavfi/vignette: make sure a sane sar is set.Clément Bœsch2013-05-30
* lavfi: add vignette filter.Clément Bœsch2013-05-30