| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+12 |
* | avfilter/vf_displace: 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/vf_displace: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -5/+0 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_displace: use time_base from framesync | Paul B Mahol | 2019-07-14 | 1 | -3/+5 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -8/+8 |
* | avfilter/vf_displace: add mirror edge mode | Paul B Mahol | 2017-09-03 | 1 | -3/+39 |
* | avfilter/vf_displace: remove useless requirement that SAR matches between inp... | Paul B Mahol | 2017-09-03 | 1 | -18/+8 |
* | lavfi/vf_displace: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -20/+11 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+1 |
* | avfilter: add displace video filter | Paul B Mahol | 2015-10-04 | 1 | -0/+396 |