aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_neighbor.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_neighbor: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_neighbor: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-12/+11
* 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-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_neighbor: Deduplicate optionsAndreas Rheinhardt2021-01-081-29/+13
* avfilter/vf_neighbor: add support for commandsPaul B Mahol2019-12-271-1/+2
* avfilter/vf_neighbor: add 12bit yuva formatsPaul B Mahol2019-11-181-0/+1
* avfilter/vf_neighbor: check if width is 1Paul B Mahol2019-10-111-3/+5
* avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol2018-11-171-16/+27
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol2018-05-031-24/+118
* avfilter/vf_neighbor: add slice threadingPaul B Mahol2018-05-011-16/+38
* avfilter/vf_neighbor: simplify code littlePaul B Mahol2018-05-011-34/+32
* avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol2018-05-011-46/+24
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-251-4/+4
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+1
* avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol2015-07-151-0/+324