summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deband.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-3/+3
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-5/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_deband: add support for commandsPaul B Mahol2021-02-081-3/+17
* avfilter/vf_deband: avoid doublesPaul B Mahol2021-02-081-1/+1
* avfilter/vf_deband: add more gray formatsPaul B Mahol2019-10-231-1/+2
* avfilter/vf_deband: do not use uninitialized valuePaul B Mahol2016-12-231-2/+2
* avfilter/vf_deband: add planes coupling modePaul B Mahol2016-12-221-2/+160
* avfilter/vf_deband: fix silly mistakesPaul B Mahol2016-12-081-4/+4
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/deband: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-1/+1
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-5/+5
* avfilter/vf_deband: add mising slice thread flagPaul B Mahol2015-08-021-1/+1
* avfilter: add deband filterPaul B Mahol2015-07-221-0/+312