summaryrefslogtreecommitdiff
path: root/libavfilter/vf_removegrain.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_removegrain: 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/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: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-03
* avfilter/vf_removegrain: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-26
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-14
* avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol2015-07-10
* avfilter: add removegrainPaul B Mahol2015-07-08