summaryrefslogtreecommitdiff
path: root/libavfilter/vf_removegrain.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-10/+10
* avfilter/vf_removegrain: 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/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-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* 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
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-3/+2
* avfilter/vf_removegrain: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-261-3/+4
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-141-19/+19
* avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol2015-07-101-8/+8
* avfilter: add removegrainPaul B Mahol2015-07-081-0/+660