summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deband.c
Commit message (Expand)AuthorAge
* 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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_deband: add support for commandsPaul B Mahol2021-02-08
* avfilter/vf_deband: avoid doublesPaul B Mahol2021-02-08
* avfilter/vf_deband: add more gray formatsPaul B Mahol2019-10-23
* avfilter/vf_deband: do not use uninitialized valuePaul B Mahol2016-12-23
* avfilter/vf_deband: add planes coupling modePaul B Mahol2016-12-22
* avfilter/vf_deband: fix silly mistakesPaul B Mahol2016-12-08
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/deband: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* avfilter/vf_deband: add mising slice thread flagPaul B Mahol2015-08-02
* avfilter: add deband filterPaul B Mahol2015-07-22