| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+10 |
* | avfilter/vf_removegrain: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparators | Ganesh Ajjanagadde | 2015-11-03 | 1 | -3/+2 |
* | avfilter/vf_removegrain: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-10-26 | 1 | -3/+4 |
* | avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions | James Darnley | 2015-07-14 | 1 | -19/+19 |
* | avfilter/vf_removegrain: clip to uint16 instead to uint8 | Paul B Mahol | 2015-07-10 | 1 | -8/+8 |
* | avfilter: add removegrain | Paul B Mahol | 2015-07-08 | 1 | -0/+660 |