| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn | Andreas Rheinhardt | 2023-09-04 | 1 | -1/+0 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | lavfi/vf_minterpolate: set output frame durations | Anton Khirnov | 2022-10-13 | 1 | -0/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -11/+11 |
* | avfilter/vf_minterpolate: 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 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -7/+7 |
* | 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 | -4/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_minterpolate: Remove redundant code for freeing | Andreas Rheinhardt | 2020-10-09 | 1 | -12/+3 |
* | avfilter/vf_minterpolate: Fix left shift of negative value | Andreas Rheinhardt | 2020-10-09 | 1 | -12/+15 |
* | avfilter/vf_minterpolate: Reject too small dimensions | Andreas Rheinhardt | 2020-10-09 | 1 | -0/+5 |
* | Revert "avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll us... | Marton Balint | 2020-05-15 | 1 | -12/+4 |
* | avfilter/vf_minterpolate: change the default threshold to get better scene ch... | Limin Wang | 2020-05-14 | 1 | -1/+2 |
* | avfilter/vf_minterpolate: correct the mafd calculation | Limin Wang | 2020-05-14 | 1 | -2/+4 |
* | avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll use it first | Limin Wang | 2020-05-14 | 1 | -4/+12 |
* | lavfi/minterpolate: Remove declaration of two unused variables. | Carl Eugen Hoyos | 2018-11-16 | 1 | -1/+0 |
* | avfilter/vf_minterpolate: use common scene sad functions | Marton Balint | 2018-11-11 | 1 | -10/+7 |
* | lavfi/minterpolate: fix blending calc issue. | Jun Zhao | 2018-07-08 | 1 | -2/+2 |
* | lavfi/minterpolate: Split struct Pixel to allow higher resolutions. | Carl Eugen Hoyos | 2017-12-28 | 1 | -45/+75 |
* | avfilter/vf_minterpolate: Use dx and dy | Michael Niedermayer | 2017-03-30 | 1 | -1/+1 |
* | lavfi/minterpolate: Remove an unused variable. | Carl Eugen Hoyos | 2017-02-11 | 1 | -2/+1 |
* | avfilter/vf_minterpolate: rename chroma log vars | Davinder Singh | 2016-09-02 | 1 | -13/+9 |
* | avfilter/vf_minterpolate: do not right shift negative numbers | Davinder Singh | 2016-08-29 | 1 | -2/+2 |
* | avfilter: added motion estimation and interpolation filters | Davinder Singh | 2016-08-26 | 1 | -0/+1247 |